Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

G

gaussElimination() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Recursive gauss-elimination (non-reduced form).
gaussJordanElimination() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Deprecated. use LinearEquationSystem instead
get(Integer) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
 
get(AssociationID<T>) - Method in class de.lmu.ifi.dbs.elki.database.AssociationMaps
Provides the mapping from object ids to associated objects for the given AssociationID.
get(AssociationID<T>) - Method in class de.lmu.ifi.dbs.elki.database.Associations
Retrieves the object associated under the given association id.
get(Integer) - Method in interface de.lmu.ifi.dbs.elki.database.Database
Returns the DatabaseObject represented by the specified id.
get(Integer, Integer) - Method in class de.lmu.ifi.dbs.elki.database.DistanceCache
Returns the distance value of the specified ids if it has been cached, null otherwise.
get(int, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Get a single element.
get(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
Returns the value at the specified row.
get(int) - Method in interface de.lmu.ifi.dbs.elki.persistent.Cache
Retrieves a page from this cache.
get(int) - Method in class de.lmu.ifi.dbs.elki.persistent.LRUCache
Retrieves a page from the cache.
getAffineDistance() - Method in class de.lmu.ifi.dbs.elki.distance.SubspaceDistance
Returns the value of the affine distance.
getAlpha() - Method in class de.lmu.ifi.dbs.elki.preprocessing.HiSCPreprocessor
Returns the value of the alpha parameter (i.e. the maximum allowed variance along a coordinate axis).
getApproximatedKnnDistance(int, DistanceFunction<O, D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ApproximationLine
Returns the approximated knn-distance at the specified k.
getArray() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Access the internal two-dimensional array.
getArrayCopy() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Copy the internal two-dimensional array.
getAssignments() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeSplit
Returns the assignments of this split.
getAssociation(AssociationID<T>, Integer) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
 
getAssociation(AssociationID<T>, Integer) - Method in interface de.lmu.ifi.dbs.elki.database.Database
Returns the association specified by the given associationID and related to the specified Object.
getAssociationID(String) - Static method in class de.lmu.ifi.dbs.elki.database.AssociationID
Returns the AssociationID for the given name if it exists, null otherwise.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractCorrelationDistanceFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractLocallyWeightedDistanceFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractPreprocessorBasedDistanceFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.ERiCDistanceFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.FractalDimensionBasedDistanceFunction
 
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.KernelBasedLocallyWeightedDistanceFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.LocallyWeightedDistanceFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PCABasedCorrelationDistanceFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PreferenceVectorBasedCorrelationDistanceFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.SubspaceDistanceFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractPreprocessorBasedSimilarityFunction
Returns the assocoiation ID for the association to be set by the preprocessor.
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.SharedNearestNeighborSimilarityFunction
 
getAssociationID() - Method in class de.lmu.ifi.dbs.elki.preprocessing.SharedNearestNeighborsPreprocessor
Provides the association id used for annotation of the nearest neighbors.
getAssociations(Integer) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
Returns all associations for a given ID.
getAssociations(Integer) - Method in interface de.lmu.ifi.dbs.elki.database.Database
Returns all associations for a given ID.
getAssociations() - Method in class de.lmu.ifi.dbs.elki.database.ObjectAndAssociations
Returns the associations associated with the database object.
getAttribute(String) - Method in class de.lmu.ifi.dbs.elki.converter.WekaAttributeFactory
Creates a WekaNumericAttribute if the given value can be parsed as double.
getAttribute(String, boolean) - Method in class de.lmu.ifi.dbs.elki.converter.WekaAttributeFactory
Returns a WekaStringAttribute if the parameter string is set to true.
getAttributes() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.SubspaceClusterModel
Returns the relevant attributes for this SubspaceClusterModel.
getAttributes() - Method in interface de.lmu.ifi.dbs.elki.converter.WekaObject
Provides the attributes of this object as array of type WekaAttribute.
getAttributes() - Method in class de.lmu.ifi.dbs.elki.data.NumberVector
Returns the attributes as array of WekaNumericAttributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAA
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ERiC
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu
Calls DistanceBasedAlgorithm.getAttributeSettings() and adds to the returned attribute settings the attribute settings of the DeLiClu.knnJoin.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.ProjectedDBSCAN
 
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SNNClustering
 
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.DiSH
 
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
Calls DistanceBasedAlgorithm.getAttributeSettings() and adds to the returned attribute settings the attribute settings of the DependencyDerivator.pca.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.algorithm.DistanceBasedAlgorithm
Calls AbstractParameterizable.getAttributeSettings() and adds to the returned attribute settings the attribute settings of the DistanceBasedAlgorithm.distanceFunction.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.database.connection.AbstractDatabaseConnection
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.database.connection.InputStreamDatabaseConnection
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractLocallyWeightedDistanceFunction
 
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractPreprocessorBasedDistanceFunction
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.ERiCDistanceFunction
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.KernelBasedLocallyWeightedDistanceFunction
 
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractPreprocessorBasedSimilarityFunction
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTree
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.KDDTask
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.normalization.AttributeWiseRealVectorNormalization
 
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.normalization.MultiRepresentedObjectNormalization
Returns the setting of the attributes of the algorithm.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.parser.NumberDistanceParser
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.preprocessing.FourCPreprocessor
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.preprocessing.FracClusPreprocessor
 
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.preprocessing.HiCOPreprocessor
Returns the parameter setting of the attributes.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.preprocessing.ProjectedDBSCANPreprocessor
 
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
Returns the settings of all options assigned to the option handler.
getAttributeSettings() - Method in interface de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable
Returns the setting of the attributes of the parameterizable.
getAttributeSettings() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA
 
getB(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.PolynomialApproximation
Returns the parameter bp at the specified index p.
getBestSorting() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.TopologicalSplit
Returns wether the sorting according to maximal or to minmal value has been used for chosing the split axis and split point.
getBicluster(int) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering.Biclustering
Returns the bicluster with a given index in the result.
getBits() - Method in class de.lmu.ifi.dbs.elki.data.BitVector
Returns a copy of the bits currently set in this BitVector.
getCacheIndex() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.Deap
Returns the index of this deap in the cachePath of the persistent heap.
getCacheIndizes() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns an arry of the indizes of the deaps in the cache.
getCapacity() - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractNode
Returns the capacity of this node (i.e. the length of the entries arrays).
getCentroid() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCorrelationCluster
Returns the centroid of this cluster.
getCentroid() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
Returns the centroid of this model.
getChild(int) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.BiclusteringTree
Getter for the child which has the node as root, whose rootEdge is parameter root.
getChild(int) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCluster
Returns the child at the specified index.
getChild(int) - Method in interface de.lmu.ifi.dbs.elki.utilities.Enumeratable
Returns the child at the specified index.
getChildCount() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.BiclusteringTree
Getter for the number of children of this tree.
getChildren() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.BiclusteringTree
Getter for the children of this Object.
getChildren() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCluster
Returns the children of this cluster.
getChildWithLeastOverlap(N, HyperBoundingBox) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Returns the path information of the entry of the specified node which needs least overlap enlargement if the given mbr would be inserted into.
getClassLabels(Database<?>) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Retrieves all class labels within the database.
getCluster(Integer) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.SubspaceClusterMap
Returns the list of clusters to which this map maps the specified subspaceDimension.
getClusterAndNoiseArray() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClustersPlusNoise
Returns the array of clusters and noise, respectively, where each array provides the object ids of its members.
getClusterAndNoiseArray() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClustersPlusNoisePlusCorrelationAnalysis
Returns the clusters of this result.
getClusterIDs() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.Cluster
 
getClusterOrder() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalAxesParallelCorrelationClusters
Returns the cluster order.
getClusters() - Method in interface de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClusteringResult
Returns the clusters as array of arrays of object ids.
getClusters() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.Clusters
 
getClusters() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClustersPlusNoise
 
getClusters() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.PartitionClusteringResults
 
getClusters(String) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.PointerRepresentation
Returns the clustering result for a given distance threshold.
getClustersArray() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.Clusters
Returns the array of clusters where each array provides the object ids of its members.
getCoefficents() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LinearEquationSystem
Returns a copy of the coefficient array of this linear equation system.
getCoefficients() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.PolynomialApproximation
Returns a copy of the the array of coefficients b0, ..., bp.
getColDim() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.AbstractBiclustering
Provides the number of columns of the data matrix.
getColumn(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Returns the jth column of this matrix.
getColumnDimensionality() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Returns the dimensionality of the columns of this matrix.
getColumnPackedCopy() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Make a one-dimensional column packed copy of the internal array.
getColumnPermutations() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LinearEquationSystem
Returns a copy of the column permutations, column i is at position column[i].
getColumnVector() - Method in class de.lmu.ifi.dbs.elki.data.BitVector
 
getColumnVector() - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
 
getColumnVector() - Method in interface de.lmu.ifi.dbs.elki.data.FeatureVector
Returns a Vector representing in one column and getDimensionality() rows the values of this FeatureVector.
getColumnVector() - Method in class de.lmu.ifi.dbs.elki.data.FloatVector
 
getColumnVector() - Method in class de.lmu.ifi.dbs.elki.data.SparseDoubleVector
 
getColumnVector(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Returns the jth column of this matrix as vector.
getCommonPreferenceVector() - Method in class de.lmu.ifi.dbs.elki.distance.PreferenceVectorBasedCorrelationDistance
Returns the common preference vector of the two objects defining this distance.
getConservativeKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPDirectoryEntry
Returns the conservative approximation line.
getConservativeKnnDistanceApproximation() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPEntry
Returns the conservative approximation line.
getConservativeKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPLeafEntry
Returns the conservative approximation line.
getCorrdim() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCASHCluster
Returns the correlation dimensionality of this cluster.
getCorrelationDimension() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.LocalPCA
Returns the correlation dimension (i.e. the number of strong eigenvectors) of the object to which this PCA belongs to.
getCorrelationDimensionality() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
Return the correlation dimensionality.
getCorrelationValue() - Method in class de.lmu.ifi.dbs.elki.distance.CorrelationDistance
Returns the correlation dimension between the objects.
getCovarianceMatrix() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.GlobalPCA
Returns the covariance matrix.
getCoverage() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique.CLIQUESubspace
Returns the coverage of this subspace, which is the number of all feature vectors that fall inside the dense units of this subspace.
getCoveringRadius() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeDirectoryEntry
Returns the covering radius of this entry.
getCoveringRadius() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeEntry
Returns the covering radius if this entry is a directory entry, null otherwise.
getCoveringRadius() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeLeafEntry
Returns null.
getD() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenvalueDecomposition
Return the block diagonal eigenvalue matrix
getD_max() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
Returns the maximum distance value.
getD_min() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
Returns the minimum distance value.
getDatabase() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.AbstractResult
Returns the database to which this clustering result belongs to.
getDatabase(Normalization<O>) - Method in interface de.lmu.ifi.dbs.elki.database.connection.DatabaseConnection
Returns a Database according to parameter settings.
getDatabase(Normalization<O>) - Method in class de.lmu.ifi.dbs.elki.database.connection.InputStreamDatabaseConnection
 
getDatabase(Normalization<MultiRepresentedObject<O>>) - Method in class de.lmu.ifi.dbs.elki.database.connection.MultipleFileBasedDatabaseConnection
 
getDatabase() - Method in class de.lmu.ifi.dbs.elki.distance.AbstractMeasurementFunction
Returns the database holding the objects for which the measurements should be computed.
getDatabaseIDs(Database<ParameterizationFunction>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.CASH
Returns the set of ids belonging to the specified database.
getDatabaseIDs(Database<O>) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Returns a collection of the ids of the objects stored in the specified database.
getDeap(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the deap with the specified index.
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractCorrelationDistanceFunction
Returns the name of the default preprocessor.
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractPreprocessorBasedDistanceFunction
Returns the name of the default preprocessor.
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.DiSHDistanceFunction
Returns the name of the default preprocessor.
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.ERiCDistanceFunction
Returns the name of the default preprocessor.
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.FractalDimensionBasedDistanceFunction
 
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.HiSCDistanceFunction
Returns the name of the default preprocessor.
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PCABasedCorrelationDistanceFunction
Returns the name of the default preprocessor.
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.SubspaceDistanceFunction
Returns the name of the default preprocessor.
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractPreprocessorBasedSimilarityFunction
Returns the name of the default preprocessor.
getDefaultPreprocessorClassName() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.SharedNearestNeighborSimilarityFunction
 
getDefaultValue() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameter
Returns the default value of the parameter.
getDependencies(Integer) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.SubspaceClusterMap
Returns the list of dependencies to which this map maps the specified subspaceDimension.
getDescription() - Method in interface de.lmu.ifi.dbs.elki.algorithm.Algorithm
Returns a description of the algorithm.
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.APRIORI
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.CASH
Returns a description of the algorithm.
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAA
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ERiC
Returns a description of the algorithm.
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.FourC
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DBSCAN
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.EM
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.KMeans
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SLINK
Returns a description of the algorithm.
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SNNClustering
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
Returns a description of the algorithm.
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.DiSH
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PreDeCon
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.KNNDistanceOrder
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.algorithm.KNNJoin
Returns a description of the algorithm.
getDescription() - Method in class de.lmu.ifi.dbs.elki.properties.PropertyDescription
Returns the description of the property.
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.AllOrNoneMustBeSetGlobalConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.DefaultValueGlobalConstraint
 
getDescription(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.DistanceFunctionPatternConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.EqualSizeGlobalConstraint
 
getDescription(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.EqualStringConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GlobalDistanceFunctionPatternConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GlobalListSizeConstraint
 
getDescription() - Method in interface de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GlobalParameterConstraint
Returns a description of this global constraint.
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GlobalVectorListElementSizeConstraint
 
getDescription(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GreaterConstraint
 
getDescription(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GreaterEqualConstraint
 
getDescription(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.IntervalConstraint
 
getDescription(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.LessConstraint
 
getDescription(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.LessEqualConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.LessEqualGlobalConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.LessGlobalConstraint
 
getDescription(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.ListGreaterEqualConstraint
 
getDescription(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.ListSizeConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.NotEqualValueGlobalConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.OneMustBeSetGlobalConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.OnlyOneIsAllowedToBeSetGlobalConstraint
 
getDescription(String) - Method in interface de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.ParameterConstraint
Returns a description of this constraint.
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.ParameterFlagGlobalConstraint
 
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Flag
Returns the short description of this flag.
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Option
Returns the extended description of the option which includes the option's type, the short description and the default value (if specified).
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionID
Returns the description of this OptionID.
getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameter
 
getDiagonal() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
getDiagonal returns array of diagonal-elements.
getDimension() - Method in class de.lmu.ifi.dbs.elki.utilities.Interval
Returns the dimension of the interval in the original data space
getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.BitVector
 
getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
 
getDimensionality() - Method in interface de.lmu.ifi.dbs.elki.data.FeatureVector
The dimensionality of the vector space whereof this FeatureVector is an element.
getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.FloatVector
 
getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.SparseDoubleVector
 
getDimensionality() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTreeNode
 
getDimensionality() - Method in interface de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialComparable
Returns the dimensionality of the object.
getDimensionality() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialDirectoryEntry
 
getDimensionality() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialLeafEntry
 
getDimensionality() - Method in interface de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialNode
Returns the dimensionality of this spatial object.
getDimensionality() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
Returns the dimensionality of this vector.
getDimensionality() - Method in class de.lmu.ifi.dbs.elki.utilities.HyperBoundingBox
Returns the dimensionality of this HyperBoundingBox.
getDimensions() - Method in class de.lmu.ifi.dbs.elki.utilities.Subspace
Returns the set of dimensions of this subspace.
getDirCapacity() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexHeader
Returns the capacity of a directory node (= 1 + maximum number of entries in a directory node).
getDirMinimum() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexHeader
Returns the minmum number of entries in a directory node.
getDistance() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SLINK.SLinkDistance
Returns the distance value.
getDistance(int, int) - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.KernelMatrix
Returns the kernel distance between the two specified objects.
getDistance() - Method in class de.lmu.ifi.dbs.elki.index.tree.DistanceEntry
Returns the distance value belonging to the entry.
getDistance() - Method in class de.lmu.ifi.dbs.elki.utilities.QueryResult
Returns the distance of the underlying database object to the query object.
getDistanceCache() - Method in class de.lmu.ifi.dbs.elki.parser.DistanceParsingResult
Returns the cache of precomputed distances between the database objects.
getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.ProjectedClustering
Returns the distance function.
getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.algorithm.DistanceBasedAlgorithm
Returns the distanceFunction.
getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.MetricalIndex
Returns the distance function of this metrical index.
getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
Returns the distance function.
getDistanceFunction() - Method in interface de.lmu.ifi.dbs.elki.parser.DistanceParser
Returns the distance function of this parser.
getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.parser.NumberDistanceParser
Returns the distance function of this parser.
getDistanceFunctionForCurrentRepresentation() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.RepresentationSelectingDistanceFunction
Returns the distance function for the currently selected representation.
getDoublePivot() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LUDecomposition
Return pivot permutation vector as a one-dimensional double array
getDoubleValue() - Method in class de.lmu.ifi.dbs.elki.distance.BitDistance
 
getDoubleValue() - Method in class de.lmu.ifi.dbs.elki.distance.DoubleDistance
Returns the double value of this distance.
getDoubleValue() - Method in class de.lmu.ifi.dbs.elki.distance.FloatDistance
Returns the double value of this distance.
getDoubleValue() - Method in class de.lmu.ifi.dbs.elki.distance.IntegerDistance
 
getDoubleValue() - Method in class de.lmu.ifi.dbs.elki.distance.NumberDistance
Returns the double value of this distance.
getEdgesToRoot() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.BiclusteringTree
Getter for the edges leading from this node to the root of the tree.
getEigenPair(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.SortedEigenPairs
Returns the eigenpair at the specified index.
getEigenvalue() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenPair
Returns the eigenvalue.
getEigenvalues() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA
Returns a copy of the eigenvalues of the object to which this PCA belongs to in decreasing order.
getEigenvalues() - Method in interface de.lmu.ifi.dbs.elki.varianceanalysis.PCA
Returns a copy of the eigenvalues of the object to which this PCA belongs to in decreasing order.
getEigenvector() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenPair
Returns the eigenvector.
getEigenvectors() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA
Returns a copy of the matrix of eigenvectors of the object to which this PCA belongs to.
getEigenvectors() - Method in interface de.lmu.ifi.dbs.elki.varianceanalysis.PCA
Returns a copy of the matrix of eigenvectors of the object to which this PCA belongs to.
getEntries() - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractNode
Returns a list of the entries.
getEntry(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractNode
 
getEntry() - Method in class de.lmu.ifi.dbs.elki.index.tree.DistanceEntry
Returns the entry of the Index.
getEntry(int) - Method in interface de.lmu.ifi.dbs.elki.index.tree.Node
Returns the entry at the specified index.
getEntry() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexPathComponent
Returns the entry of the component.
getEntry() - Method in class de.lmu.ifi.dbs.elki.properties.PropertyDescription
Returns the entry of the property.
getEpsilon() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SNNClustering
 
getEpsilon() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PreferenceVectorBasedCorrelationDistanceFunction
Returns epsilon.
getEpsilon() - Method in class de.lmu.ifi.dbs.elki.preprocessing.DiSHPreprocessor
Returns the value of the epsilon parameter.
getEstimatedCoefficients() - Method in class de.lmu.ifi.dbs.elki.math.statistics.MultipleLinearRegression
Returns the estimated coefficients
getEstimatedResiduals() - Method in class de.lmu.ifi.dbs.elki.math.statistics.MultipleLinearRegression
Returns the estimated residuals
getEuklideanValue() - Method in class de.lmu.ifi.dbs.elki.distance.CorrelationDistance
Returns the euclidean distance between the objects.
getExpanded(SpatialEntry) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTree
Returns the nodes which are already expanded with the specified node.
getExpanded(DeLiCluNode) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTree
Returns the nodes which are already expanded with the specified node.
getFile() - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractPage
Returns the file that stores the pages.
getFilePrefix(String) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Returns the prefix of the specidfied fileName (i.e. the name of the file without extension).
getFirst() - Method in class de.lmu.ifi.dbs.elki.utilities.IntegerTriple
 
getFirstAssignments() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.Assignments
Returns the assignmnets to the first routing object.
getFirstCoveringRadius() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.Assignments
Returns the first covering radius.
getFirstDeap() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the first deap in the cache path.
getFirstInteger() - Method in class de.lmu.ifi.dbs.elki.utilities.IntegerIntegerPair
 
getFirstRoutingObject() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.Assignments
Returns the id of the first routing object.
getGlobalAlphaExtremum() - Method in class de.lmu.ifi.dbs.elki.data.ParameterizationFunction
Returns the alpha values of the extremum point in interval [(0,...,0), (Pi,...
getGlobalAssociation(AssociationID<T>) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
Returns the global association specified by the given associationID.
getGlobalAssociation(AssociationID<T>) - Method in interface de.lmu.ifi.dbs.elki.database.Database
Returns the global association specified by the given associationID.
getGlobalExtremum() - Method in class de.lmu.ifi.dbs.elki.data.ParameterizationFunction
Returns the global extremum of this function in interval [0,...
getGlobalExtremumType() - Method in class de.lmu.ifi.dbs.elki.data.ParameterizationFunction
Returns the type of the global extremum in interval [0,...
getGrandParent(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the grand parents.
getGreatestChild(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the greater child.
getGreatestChildAndGrandChild(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the greatest of the children and grand children.
getGreatestGrandChild(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the greatest grand child.
getH() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.QRDecomposition
Return the Householder vectors
getHeight() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Returns the height of this R*-Tree.
getID() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
Returns the unique id of this interval.
getID() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu.SpatialObjectPair
Returns the unique id of this object.
getID() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS.COEntry
Returns the unique id of this object.
getID() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.Cluster
 
getID() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClusterOrderEntry
Returns the object id of this entry.
getID() - Method in class de.lmu.ifi.dbs.elki.data.AbstractDatabaseObject
 
getID() - Method in interface de.lmu.ifi.dbs.elki.data.DatabaseObject
Returns the unique id of this database object.
getID() - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractEntry
Returns the id of the node or data object that is represented by this entry.
getID() - Method in interface de.lmu.ifi.dbs.elki.index.tree.Entry
Returns the id of the node or data object that is represented by this entry.
getID() - Method in interface de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialObject
Returns the id of this spatial object.
getID() - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractPage
Returns the unique id of this Page.
getID() - Method in interface de.lmu.ifi.dbs.elki.persistent.Page
Returns the unique id of this Page.
getID() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.Deap
Returns the unique id of this Page.
getID() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultIdentifiable
Returns the unique id of this object.
getID() - Method in class de.lmu.ifi.dbs.elki.utilities.IDDoublePair
Returns the id of this pair.
getID() - Method in interface de.lmu.ifi.dbs.elki.utilities.Identifiable
Returns the unique id of this object.
getId() - Method in class de.lmu.ifi.dbs.elki.utilities.IDPropertyPair
Provides the id component of the pair.
getID() - Method in class de.lmu.ifi.dbs.elki.utilities.QueryResult
Returns the id of the underlying database object.
getId1() - Method in class de.lmu.ifi.dbs.elki.utilities.IDIDDoubleTriple
Returns the first id of this triple.
getId2() - Method in class de.lmu.ifi.dbs.elki.utilities.IDIDDoubleTriple
Returns the second id of this triple.
getIDs() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
Returns the set of ids of the objects associated with this interval.
getIds() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique.CLIQUEUnit
Returns the ids of the feature vectors this unit contains.
getIDs() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCluster
Returns the ids belonging to this cluster.
getIDs() - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
 
getIDs() - Method in interface de.lmu.ifi.dbs.elki.database.Database
Returns a list comprising all IDs currently in use.
getImagEigenvalues() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenvalueDecomposition
Return the imaginary parts of the eigenvalues
getIndex() - Method in class de.lmu.ifi.dbs.elki.database.IndexDatabase
Returns the underlying index structure.
getIndex() - Method in class de.lmu.ifi.dbs.elki.database.MetricalIndexDatabase
Returns the index of this database.
getIndex() - Method in class de.lmu.ifi.dbs.elki.database.SpatialIndexDatabase
Returns the index of this database.
getIndex() - Method in class de.lmu.ifi.dbs.elki.index.tree.DistanceEntry
Returns the index of this entry in its parents child array.
getIndex() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexPathComponent
Returns the index of the component in its parent.
getIndex() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.Deap
Returns the index of this deap in the persistent heap.
getIndexOf(V) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeap
Returns the current index of the specified value in this heap.
getIndexOf(V) - Method in interface de.lmu.ifi.dbs.elki.utilities.heap.Heap
Returns the current index of the specified value in this heap.
getIndexOf(V) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the current index of the specified value in this heap.
getIndexOf(V) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the current index of the specified value in this heap.
getIndexOfMaximum(double[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Returns the index of the maximum of the given values.
getInterval(Integer) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique.CLIQUEUnit
Returns the interval of the specified dimension.
getInterval() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCASHCluster
Returns the interval of this cluster.
getIntervals() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique.CLIQUEUnit
Returns a collection of the intervals of which this unit is build.
getK() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.ProjectedClustering
Returns the value of parameter k.
getK() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax.MkMaxTreeHeader
Returns the parameter k.
getK() - Method in class de.lmu.ifi.dbs.elki.preprocessing.FracClusPreprocessor
 
getK() - Method in class de.lmu.ifi.dbs.elki.preprocessing.HiSCPreprocessor
Returns the value of the k parameter (i.e. the number of nearest neighbors considered to determine the preference vector).
getK() - Method in class de.lmu.ifi.dbs.elki.utilities.KNNList
Returns the maximum size of this list.
getK_0() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ApproximationLine
Returns the start value for k.
getK_i() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.ProjectedClustering
Returns the value of parameter k_i.
getK_max() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.MkAppTree
Returns the value of the k_max parameter.
getK_max() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPTree
Returns the value of the k_max parameter.
getK_max() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabDirectoryEntry
 
getK_max() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabEntry
Returns the parameter k_max.
getK_max() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabLeafEntry
 
getKernel() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.KernelMatrix
 
getKey() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeapNode
Returns the key of this heap node.
getKey() - Method in interface de.lmu.ifi.dbs.elki.utilities.heap.HeapNode
Returns the key of this HeapNode.
getKNNDistance(Integer) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.KNNJoinResult
Returns the knn distance of the object with the specified id.
getKnnDistance() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax.MkMaxDirectoryEntry
 
getKnnDistance() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax.MkMaxEntry
Returns the knn distance of the entry.
getKnnDistance() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax.MkMaxLeafEntry
 
getKnnDistance(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabDirectoryEntry
 
getKnnDistance(int) - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabEntry
Returns the knn distance of the entry for the specified parameter k.
getKnnDistance(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabLeafEntry
 
getKnnDistance() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNDirectoryEntry
 
getKnnDistance() - Method in interface de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNEntry
Returns the knn distance of this entry.
getKnnDistance() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNLeafEntry
 
getKNNDistance() - Method in class de.lmu.ifi.dbs.elki.utilities.KNNList
Returns the k-th distance of this list (e.g. the key of the k-th element).
getKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.MkAppDirectoryEntry
Returns the polynomial approximation.
getKnnDistanceApproximation() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.MkAppEntry
Returns the polynomial approximation.
getKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.MkAppLeafEntry
Returns the polynomial approximation.
getKnnDistances() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabDirectoryEntry
 
getKnnDistances() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabEntry
Returns the list of knn distances of the entry.
getKnnDistances() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabLeafEntry
 
getKNNList(Integer, Map<Integer, KNNList<D>>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPTree
 
getKNNs(Integer) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.KNNJoinResult
Returns the knns of the object with the specified id.
getL() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.ProjectedClustering
Returns the value of parameter l.
getL() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.CholeskyDecomposition
Return triangular factor.
getL() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LUDecomposition
Return lower triangular factor
getLabel() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCluster
Returns the label of this cluster.
getLabels() - Method in class de.lmu.ifi.dbs.elki.parser.ObjectAndLabels
Returns the list of string labels associated with the database object.
getLast() - Method in class de.lmu.ifi.dbs.elki.utilities.IntegerTriple
 
getLastDeap() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the last deap in the cache path.
getLastPathComponent() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexPath
Returns the last component of this path.
getLeafCapacity() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexHeader
Returns the capacity of a leaf node (= 1 + maximum number of entries in a leaf node).
getLeafMinimum() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexHeader
Returns the minmum number of entries in a leaf node.
getLeafNodes(N, List<E>, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Determines the entries pointing to the leaf nodes of the specified subtree
getLeastEnlargement(N, HyperBoundingBox) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Returns the path information of the entry of the specified node with the least enlargement if the given mbr would be inserted into.
getLeaves() - Method in class de.lmu.ifi.dbs.elki.database.SpatialIndexDatabase
Returns a list of the leaf nodes of the underlying spatial index of this database.
getLeaves() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Returns a list of entries pointing to the leaf nodes of this spatial index.
getLeaves() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialIndex
Returns a list of entries pointing to the leaf nodes of this spatial index.
getLeftChild() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
Returns the left child of this interval.
getLeftChild(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the left child.
getLevel() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
Returns the level of this interval.
getLevel() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCluster
Returns the level of this cluster.
getLevel() - Method in class de.lmu.ifi.dbs.elki.logging.SelectiveFilter
Returns the currently set level of selection.
getLevelIndex() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCluster
Returns the index within the level of this cluster.
getListSize() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.ListParameter
Returns the size of this list parameter.
getLocalities(Set<Integer>, Database<V>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS
 
getLogicalPageAccess() - Method in class de.lmu.ifi.dbs.elki.database.IndexDatabase
Returns the logical page access of this database.
getLogicalPageAccess() - Method in interface de.lmu.ifi.dbs.elki.index.Index
Returns the logical page access of this index.
getLogicalPageAccess() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Returns the logical page access of this index.
getLogicalPageAccess() - Method in class de.lmu.ifi.dbs.elki.persistent.PageFile
Returns the logical read I/O-Access of this file.
getLogicalPageAccess() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the logical read I/O-access of this heap.
getLowerHull() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ConvexHull
Returns the lower hull.
getM() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ApproximationLine
Returns the incline.
getM() - Method in class de.lmu.ifi.dbs.elki.math.statistics.LinearRegression
 
getMatrix(int, int, int, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Get a submatrix.
getMatrix(int[], int[]) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Get a submatrix.
getMatrix(int, int, int[]) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Get a submatrix.
getMatrix(int[], int, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Get a submatrix.
getMax(int) - Method in class de.lmu.ifi.dbs.elki.data.NumberVector
 
getMax(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTreeNode
 
getMax(int) - Method in interface de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialComparable
Returns the maximum coordinate at the specified dimension.
getMax(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialDirectoryEntry
 
getMax(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialLeafEntry
 
getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.HyperBoundingBox
Returns a clone of the maximum hyper point.
getMax(int) - Method in class de.lmu.ifi.dbs.elki.utilities.HyperBoundingBox
Returns the coordinate at the specified dimension of the maximum hyper point
getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.Interval
Returns the maximum (right) value of the interval.
getMaximumDistance() - Method in class de.lmu.ifi.dbs.elki.utilities.KNNList
Returns the maximum distance of this list (e.g. the key of the last element).
getMaxNode() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Retrieves and removes the maximum node of this heap.
getMaxReachability() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClusterOrder
Returns the maximum reachability in this cluster order.
getMaxSorting() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.TopologicalSplit
Returns the entries to be splitted sorted according to their max values of their MBRs.
getMaxSplitDimension() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
Returns the maximum split dimension.
getMBR() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialDirectoryEntry
 
getMBR() - Method in interface de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialEntry
Returns the MBR of the underlying spatial object of this entry.
getMBR() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialLeafEntry
 
getMeanKNNList(List<Integer>, Map<Integer, KNNList<D>>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.MkAppTree
 
getMin(int) - Method in class de.lmu.ifi.dbs.elki.data.NumberVector
 
getMin(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTreeNode
 
getMin(int) - Method in interface de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialComparable
Returns the minimum coordinate at the specified dimension.
getMin(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialDirectoryEntry
 
getMin(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialLeafEntry
 
getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.HyperBoundingBox
Returns a clone of the minimum hyper point.
getMin(int) - Method in class de.lmu.ifi.dbs.elki.utilities.HyperBoundingBox
Returns the coordinate at the specified dimension of the minimum hyper point
getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.Interval
Returns the minimum (left) value of the interval.
getMinNode() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeap
Retrieves and removes the minimum node of this heap.
getMinNode() - Method in interface de.lmu.ifi.dbs.elki.utilities.heap.Heap
Retrieves and removes the minimum node of this heap.
getMinNode() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Retrieves and removes the minimum node of this heap.
getMinNode() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Retrieves and removes the minimum node of this heap.
getMinpts() - Method in class de.lmu.ifi.dbs.elki.preprocessing.DiSHPreprocessor
Returns minpts.
getMinSorting() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.TopologicalSplit
Returns the entries to be splitted sorted according to their min values of their MBRs.
getModel() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.Cluster
 
getName() - Method in class de.lmu.ifi.dbs.elki.utilities.ConstantObject
Returns the name of the ConstantObject.
getName() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.AttributeSetting
Returns the name of the attribute
getName() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Option
Returns the name of the option.
getNameAt(int) - Method in class de.lmu.ifi.dbs.elki.data.HierarchicalClassLabel
Returns the name at the given level as a String.
getNextEmptyPageID() - Method in class de.lmu.ifi.dbs.elki.persistent.PageFile
Returns the next empty page id.
getNextPageID() - Method in class de.lmu.ifi.dbs.elki.persistent.PageFile
Returns the next page id.
getNode() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.BiclusteringTree
Getter
getNode(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Returns the node with the specified id.
getNode(E) - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Returns the node that is represented by the specified entry.
getNodeAt(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeap
Returns the node at the specified index.
getNodeAt(int) - Method in interface de.lmu.ifi.dbs.elki.utilities.heap.Heap
Returns the node at the specified index.
getNodeAt(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns an element of the heap by the index.
getNodeAt(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the node at the specified index.
getNoiseID() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.PartitionClusteringResults
Returns the id of the noise partition.
getNormalizedLinearEquationSystem(Normalization<V>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
Returns the linear equation system for printing purposes.
getNumberOfPointsInLowerHull() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ConvexHull
Returns the number of points in lower hull
getNumberOfPointsInUpperHull() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ConvexHull
Returns the number of points in upper hull
getNumberOfRepresentations() - Method in class de.lmu.ifi.dbs.elki.data.MultiRepresentedObject
Returns the number of representations.
getNumberValue() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.NumberParameter
Returns the number value of the parameter.
getNumEntries() - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractNode
 
getNumEntries() - Method in interface de.lmu.ifi.dbs.elki.index.tree.Node
Returns the number of entries of this node.
getObject() - Method in class de.lmu.ifi.dbs.elki.database.ObjectAndAssociations
Returns the database object.
getObject() - Method in class de.lmu.ifi.dbs.elki.parser.ObjectAndLabels
Returns the database object.
getObjectAndLabelList() - Method in class de.lmu.ifi.dbs.elki.parser.ParsingResult
Returns the list of database objects and labels associated with these objects.
getObjectIDs() - Method in class de.lmu.ifi.dbs.elki.database.DatabaseEvent
Returns the database object that have been changed.
getObjects(List<ObjectAndAssociations<O>>) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
Helper method to extract the list of database objects from the specified list of objects and their associations.
getOption(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionHandler
 
getOptionID(String) - Static method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionID
Returns the OptionID for the given name if it exists, null otherwise.
getOptions() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionHandler
 
getOptionValue(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionHandler
Deprecated. use getParameterValue(parameter) instead.
getOrCreateAssociationID(String, Class<C>) - Static method in class de.lmu.ifi.dbs.elki.database.AssociationID
Gets or creates the AssociationID for the given name and given type.
getOrCreateOptionID(String, String) - Static method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionID
Gets or creates the OptionID for the given class and given name.
getOrCreatePropertyName(Class<?>) - Static method in class de.lmu.ifi.dbs.elki.properties.PropertyName
Gets the PropertyName for the given class named as the classes name if it exists, creates and returns it otherwise.
getPageAccess() - Method in interface de.lmu.ifi.dbs.elki.persistent.Cache
Returns the number of page accesses.
getPageAccess() - Method in class de.lmu.ifi.dbs.elki.persistent.LRUCache
Returns the number of page accesses.
getPageSize() - Method in class de.lmu.ifi.dbs.elki.persistent.DefaultPageHeader
Returns the size of a page in Bytes.
getPageSize() - Method in interface de.lmu.ifi.dbs.elki.persistent.PageHeader
Returns the size of a page in Bytes.
getParameterArray() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionHandler
Returns a copy of the parameter array as given to the last call of grabOptions(String[]).
getParameters() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
 
getParameters() - Method in interface de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable
Returns the parameter array as given to the last call of setParameters(String[]) but without unnecessary entries.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.ClassListParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.ClassParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.DoubleListParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.DoubleParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.FileListParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.FileParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.IntListParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.IntParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.LongParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameter
Returns a string representation of the parameter's type (e.g. an IntParameter should return <int>).
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.PatternParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.StringParameter
Returns a string representation of the parameter's type.
getParameterType() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.VectorListParameter
Returns a string representation of the parameter's type.
getParameterValue(Parameter<T, ?>) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
Returns the value of the given parameter by calling Parameter.getValue().
getParent() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.BiclusteringTree
 
getParent(int) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCluster
Returns the parent at the specified index.
getParent(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the parent of the element at the specified index.
getParentDistance() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeDirectoryEntry
Returns the distance from the routing object of this entry to its parent's routing object.
getParentDistance() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeEntry
Returns the distance from the routing object of this entry to the routing object of its parent.
getParentDistance() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeLeafEntry
Returns the distance from the underlying data object to its parent's routing object.
getParentPath() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexPath
Returns a path containing all the elements of this object, except the last path component.
getParents() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCluster
Returns the parents of this cluster.
getPartitionAlgorithm() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAA
Returns the the partitioning algorithm.
getPath() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexPath
Returns an ordered list of IndexPathComponents containing the components of this IndexPath.
getPathComponent() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util.Enlargement
Returns the path information of the entry representing the node.
getPathComponent(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexPath
Returns the path component at the specified index.
getPathCount() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexPath
Returns the number of elements in the path.
getPCA() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCorrelationCluster
Returns the PCA of this cluster.
getPercentage() - Method in class de.lmu.ifi.dbs.elki.logging.ProgressLogRecord
Returns the percentage of the progress as set in the constructor.
getPhysicalReadAccess() - Method in class de.lmu.ifi.dbs.elki.database.IndexDatabase
Returns the physical read access of this database.
getPhysicalReadAccess() - Method in interface de.lmu.ifi.dbs.elki.index.Index
Returns the physical read access of this index.
getPhysicalReadAccess() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Returns the physical read access of this index.
getPhysicalReadAccess() - Method in class de.lmu.ifi.dbs.elki.persistent.PageFile
Returns the physical read I/O-Access of this file.
getPhysicalReadAccess() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the physical read I/O-access of this heap.
getPhysicalWriteAccess() - Method in interface de.lmu.ifi.dbs.elki.index.Index
Returns the physical write access of this index.
getPhysicalWriteAccess() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Returns the physical write access of this index.
getPhysicalWriteAccess() - Method in class de.lmu.ifi.dbs.elki.persistent.PageFile
Returns the physical write I/O-Access of this file.
getPhysicalWriteAccess() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.PersistentHeap
Returns the physical write I/O-access of this heap.
getPhysicalWriteReadAccess() - Method in class de.lmu.ifi.dbs.elki.database.IndexDatabase
Returns the physical write access of this database.
getPivot() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LUDecomposition
Return pivot permutation vector
getPolynomialOrder() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.PolynomialApproximation
Returns the order of the polynom.
getPossibleOptions() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
 
getPossibleOptions() - Method in interface de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable
Returns an array containing all options of this parameterizable object
getPredecessorID() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClusterOrderEntry
Returns the id of the predecessor of this entry if this entry has a predecessor, null otherwise.
getPreferenceVector() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalAxesParallelCorrelationCluster
Returns the preference vector of this cluster.
getPreprocessor() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractPreprocessorBasedDistanceFunction
Returns the preprocessor of this distance function.
getPreprocessor() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractPreprocessorBasedSimilarityFunction
Returns the preprocessor of this distance function.
getPreprocessor() - Method in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
Returns the preprocessor of this distance function.
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractCorrelationDistanceFunction
Returns the description for parameter preprocessor.
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractPreprocessorBasedDistanceFunction
Returns the description for parameter preprocessor.
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.DiSHDistanceFunction
Returns the description for parameter preprocessor.
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.ERiCDistanceFunction
Returns the description for parameter preprocessor.
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.FractalDimensionBasedDistanceFunction
 
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.HiSCDistanceFunction
Returns the description for parameter preprocessor.
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PCABasedCorrelationDistanceFunction
Returns the description for parameter preprocessor.
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.SubspaceDistanceFunction
Returns the description for parameter preprocessor.
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractPreprocessorBasedSimilarityFunction
Returns the description for parameter preprocessor.
getPreprocessorClassDescription() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.SharedNearestNeighborSimilarityFunction
 
getPreprocessorSuperClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractCorrelationDistanceFunction
Returns the super class for the preprocessor.
getPreprocessorSuperClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractPreprocessorBasedDistanceFunction
Returns the super class for the preprocessor.
getPreprocessorSuperClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.ERiCDistanceFunction
Returns the super class for the preprocessor.
getPreprocessorSuperClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.FractalDimensionBasedDistanceFunction
 
getPreprocessorSuperClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PCABasedCorrelationDistanceFunction
Returns the super class for the preprocessor.
getPreprocessorSuperClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PreferenceVectorBasedCorrelationDistanceFunction
Returns the super class for the preprocessor.
getPreprocessorSuperClassName() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.SubspaceDistanceFunction
Returns the super class for the preprocessor.
getPreprocessorSuperClassName() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractPreprocessorBasedSimilarityFunction
Returns the super class for the preprocessor.
getPreprocessorSuperClassName() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.SharedNearestNeighborSimilarityFunction
 
getPrintData(O) - Method in interface de.lmu.ifi.dbs.elki.utilities.output.ObjectPrinter
Get the object's print data.
getProgressiveKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPLeafEntry
Returns the progressive approximation line.
getProperties(PropertyName) - Method in class de.lmu.ifi.dbs.elki.properties.Properties
Returns an array of PropertyDescription for all entries for the given PropertyName.
getProperty(PropertyName) - Method in class de.lmu.ifi.dbs.elki.properties.Properties
Provides the entries (as separated by PROPERTY_SEPARATOR) for a specified PropertyName.
getProperty() - Method in class de.lmu.ifi.dbs.elki.utilities.IDPropertyPair
Provides the property component of the pair.
getPropertyName(String) - Static method in class de.lmu.ifi.dbs.elki.properties.PropertyName
Returns the PropertyName for the given name if it exists, null otherwise.
getQ() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.QRDecomposition
Generate and return the (economy-sized) orthogonal factor
getR() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.QRDecomposition
Return the upper triangular factor
getReachability() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClusterOrderEntry
Returns the reachability distance of this entry
getRealEigenvalues() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenvalueDecomposition
Return the real parts of the eigenvalues
getRepresentation(int) - Method in class de.lmu.ifi.dbs.elki.data.MultiRepresentedObject
Returns the ith representation of this object
getRestrictionClass() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.ClassParameter
Returns the restriction class of this class parameter.
getRestrictionClasses() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.ClassListParameter
Returns the class names allowed according to the restriction class of this parameter.
getRestrictionClasses() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.ClassParameter
Returns the class names allowed according to the restriction class of this class parameter.
getResult() - Method in interface de.lmu.ifi.dbs.elki.algorithm.Algorithm
Returns the result of the algorithm.
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.APRIORI
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.AbstractBiclustering
 
getResult() - Method in interface de.lmu.ifi.dbs.elki.algorithm.clustering.Clustering
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.CASH
Returns the result of the algorithm.
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAA
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ERiC
Returns the result of the algorithm.
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DBSCAN
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.EM
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.KMeans
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.ProjectedDBSCAN
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SLINK
Returns the result of the algorithm.
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SNNClustering
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
Returns the result of the algorithm.
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.DiSH
Returns the result of the algorithm.
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.ProjectedClustering
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.KNNDistanceOrder
 
getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.KNNJoin
Returns the result of the algorithm.
getResult(Integer) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.PartitionClusteringResults
Returns the result of the specified partition.
getRHS() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LinearEquationSystem
Returns a copy of the right hand side of this linear equation system.
getRightChild() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
Returns the right child of this interval.
getRightChild(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the right child.
getRkNNStatistics() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPTree
Returns the statistic for performed rknn queries.
getRkNNStatistics() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax.MkMaxTree
Returns the statistic for performed rknn queries.
getRoot() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Reads the root node of this index from the file.
getRootCluster() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCASHClusters
Returns the root cluster.
getRootClusters() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalClusters
Returns the root clusters.
getRootEntry() - Method in class de.lmu.ifi.dbs.elki.database.SpatialIndexDatabase
Returns the id of the root of the underlying index.
getRootEntry() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Returns the entry representing the root if this index.
getRootPath() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndex
Returns the path to the root of this tree.
getRoutingObjectID() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeDirectoryEntry
Returns the id of the routing object of this entry.
getRoutingObjectID() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeEntry
Returns the id of the underlying database object of this entry, if this entry is a leaf entry, the id of the routing object, otherwise.
getRoutingObjectID() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeLeafEntry
Returns the id of the underlying database object of this entry.
getRoutingObjectID() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.PQNode
Returns the id of the routing object.
getRow(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Returns the ith row of this matrix.
getRowDim() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.AbstractBiclustering
Provides the number of rows of the data matrix.
getRowDimensionality() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Returns the dimensionality of the rows of this matrix.
getRowPackedCopy() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Make a one-dimensional row packed copy of the internal array.
getRowPermutations() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LinearEquationSystem
Returns a copy of the row permutations, row i is at position row[i].
getRowVector() - Method in class de.lmu.ifi.dbs.elki.data.BitVector
 
getRowVector() - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
 
getRowVector() - Method in interface de.lmu.ifi.dbs.elki.data.FeatureVector
Returns a Matrix representing in one row and getDimensionality() columns the values of this FeatureVector.
getRowVector() - Method in class de.lmu.ifi.dbs.elki.data.FloatVector
 
getRowVector() - Method in class de.lmu.ifi.dbs.elki.data.SparseDoubleVector
 
getRowVector(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Returns the ith row of this matrix as vector.
getS() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.SingularValueDecomposition
Return the diagonal matrix of singular values
getSecond() - Method in class de.lmu.ifi.dbs.elki.utilities.IntegerTriple
 
getSecondAssignments() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.Assignments
Returns the assignmnets to the second routing object.
getSecondCoveringRadius() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.Assignments
Returns the second covering radius.
getSecondInteger() - Method in class de.lmu.ifi.dbs.elki.utilities.IntegerIntegerPair
 
getSecondRoutingObject() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.util.Assignments
Returns the id of the second routing object.
getSelectedDimension() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.DimensionSelectingDistanceFunction
Returns the selected dimension.
getSelectedDimensions() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractDimensionsSelectingDoubleDistanceFunction
Returns a bit set representing the selected dimensions.
getSettings() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.AttributeSettings
Returns the list of settings.
getShortDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Option
Returns the short description of the option.
getShortTitle() - Method in class de.lmu.ifi.dbs.elki.utilities.Description
Returns the short title of this description.
getSimilarity(int, int) - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.KernelMatrix
Returns the kernel value of object o1 and object o2
getSimilarityMatrix() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
Returns the similarity matrix of the pca.
getSingularValues() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.SingularValueDecomposition
Return the one-dimensional array of singular values
getSmallestChild(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the smaller child.
getSmallestChildAndGrandChild(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the smallest of the children and grand children.
getSmallestGrandChild(int) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.MinMaxHeap
Returns the index of the smallest grand child.
getSolution() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.AprioriResult
Returns the frequent item sets.
getSortedEntries(N, Integer) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
Sorts the entries of the specified node according to their minimum distance to the specified object.
getSortedEntries(N, Integer[]) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
Sorts the entries of the specified node according to their minimum distance to the specified objects.
getSortedEntries(N, List<Integer>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
Sorts the entries of the specified node according to their minimum distance to the specified objects.
getSortedEntries(N, Integer, SpatialDistanceFunction<O, D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Sorts the entries of the specified node according to their minimum distance to the specified object.
getSortedEntries(N, Collection<Integer>, SpatialDistanceFunction<O, D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Sorts the entries of the specified node according to their minimum distance to the specified objects.
getSplitAxis() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.TopologicalSplit
Returns the split axis.
getSplitPoint() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.TopologicalSplit
Returns the split point.
getSquaredDistance(int, int) - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.KernelMatrix
Returns the squared kernel distance between the two specified objects.
getStackTrace(LogRecord) - Method in class de.lmu.ifi.dbs.elki.logging.ExceptionFormatter
 
getStandardDeviation() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
Returns the standard deviation of the distances of the objects belonging to the hyperplane underlying this solution.
getStartObject(SpatialIndexDatabase<O, DeLiCluNode, DeLiCluEntry>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu
Returns the id of the start object for the run method.
getStrongEigenPairs() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.FilteredEigenPairs
Returns the strong eigenpairs.
getStrongEigenvalues() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA
Returns a copy of the strong eigenvalues of the object after passing the eigen pair filter.
getStrongEigenvalues() - Method in interface de.lmu.ifi.dbs.elki.varianceanalysis.PCA
Returns a copy of the strong eigenvalues of the object after passing the eigen pair filter.
getStrongEigenvectors() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
Returns a copy of the strong eigenvectors.
getStrongEigenvectors() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA
Returns a copy of the matrix of strong eigenvectors after passing the eigen pair filter.
getStrongEigenvectors() - Method in interface de.lmu.ifi.dbs.elki.varianceanalysis.PCA
Returns a copy of the matrix of strong eigenvectors after passing the eigen pair filter.
getSubColumn(int, List<Integer>) - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.KernelMatrix
Returns the ith kernel matrix column for all objects in ids
getSubMatrix(Collection<Integer>) - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.KernelMatrix
Returns a sub kernel matrix for all objects in ids
getSubspace() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.CLIQUEModel
Returns the subspace of this model.
getSubspaceDistance() - Method in class de.lmu.ifi.dbs.elki.distance.SubspaceDistance
Returns the value of the subspace distance.
getSumOfSquareResiduals() - Method in class de.lmu.ifi.dbs.elki.math.statistics.MultipleLinearRegression
Returns the sum of square residuals.
getSumOfSquaresTotal() - Method in class de.lmu.ifi.dbs.elki.math.statistics.MultipleLinearRegression
Returns the sum of squares total.
getSupports() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.AprioriResult
Returns the frequencies of the frequent item sets.
getT() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ApproximationLine
Returns the axes intercept.
getT() - Method in class de.lmu.ifi.dbs.elki.math.statistics.LinearRegression
 
getTask() - Method in class de.lmu.ifi.dbs.elki.logging.ProgressLogRecord
Returns the name of the progressing task.
getTask() - Method in class de.lmu.ifi.dbs.elki.utilities.Progress
Provides the name of the task.
getType() - Method in class de.lmu.ifi.dbs.elki.converter.WekaAbstractAttribute
 
getType() - Method in interface de.lmu.ifi.dbs.elki.converter.WekaAttribute
Returns the type of the attribute.
getType() - Method in class de.lmu.ifi.dbs.elki.database.AssociationID
Returns the type of the AssociationID.
getType() - Method in class de.lmu.ifi.dbs.elki.properties.PropertyName
Returns the type of the PropertyName.
getU() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LUDecomposition
Return upper triangular factor
getU() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.SingularValueDecomposition
Return the left singular vectors
getUpperHull() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ConvexHull
Returns the upper hull.
getV() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenvalueDecomposition
Return the eigenvector matrix
getV() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.SingularValueDecomposition
Return the right singular vectors
getValue() - Method in interface de.lmu.ifi.dbs.elki.converter.WekaAttribute
Returns the value as String representation.
getValue() - Method in class de.lmu.ifi.dbs.elki.converter.WekaNominalAttribute
 
getValue() - Method in class de.lmu.ifi.dbs.elki.converter.WekaNumericAttribute
 
getValue() - Method in class de.lmu.ifi.dbs.elki.converter.WekaStringAttribute
 
getValue(int) - Method in class de.lmu.ifi.dbs.elki.data.BitVector
 
getValue(int) - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
 
getValue(int) - Method in interface de.lmu.ifi.dbs.elki.data.FeatureVector
Returns the value in the specified dimension.
getValue(int) - Method in class de.lmu.ifi.dbs.elki.data.FloatVector
 
getValue(int) - Method in class de.lmu.ifi.dbs.elki.data.SparseDoubleVector
 
getValue() - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultHeapNode
Returns the value of this heap node.
getValue() - Method in interface de.lmu.ifi.dbs.elki.utilities.heap.HeapNode
Returns the value of this HeapNode.
getValue() - Method in class de.lmu.ifi.dbs.elki.utilities.IDDoublePair
Returns the value of this pair.
getValue() - Method in class de.lmu.ifi.dbs.elki.utilities.IDIDDoubleTriple
Returns the value of this triple.
getValue() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.AttributeSetting
Returns a string representation of the value of the attribute
getValue() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Option
Returns the value of the option.
getValue() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameter
 
getValueAt(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.PolynomialApproximation
Returns the function value of the polynoial approximation at the specified k.
getValueAt(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ApproximationLine
Returns the function value of the approximation line at the specified k.
getValues() - Method in class de.lmu.ifi.dbs.elki.data.SparseDoubleVector
Returns an array consisting of the values of this feature vector.
getValues(O) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Returns a double array consisting of the values of the specified real vector.
getValues() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialLeafEntry
Returns the values of the underlying data object of this entry.
getVariance() - Method in class de.lmu.ifi.dbs.elki.math.statistics.MultipleLinearRegression
Returns the error variance.
getWeakEigenPairs() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.FilteredEigenPairs
Returns the weak eigenpairs.
getWeakEigenvalues() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA
Returns a copy of the weak eigenvalues of the object after passing the eigen pair filter.
getWeakEigenvalues() - Method in interface de.lmu.ifi.dbs.elki.varianceanalysis.PCA
Returns a copy of the weak eigenvalues of the object after passing the eigen pair filter.
getWeakEigenvectors() - Method in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
Returns a copy of the weak eigenvectors.
getWeakEigenvectors() - Method in class de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA
Returns a copy of the matrix of weak eigenvectors after passing the eigen pair filter.
getWeakEigenvectors() - Method in interface de.lmu.ifi.dbs.elki.varianceanalysis.PCA
Returns a copy of the matrix of weak eigenvectors after passing the eigen pair filter.
getX() - Method in class de.lmu.ifi.dbs.elki.utilities.DoublePair
 
getY() - Method in class de.lmu.ifi.dbs.elki.utilities.DoublePair
 
globalAssociations - Variable in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
Map to hold global associations.
GlobalDistanceFunctionPatternConstraint<D extends DistanceFunction<?,?>> - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
Global parameter constraint for testing if a given pattern parameter (PatternParameter) specifies a valid pattern for a given class parameter (ClassParameter) defining a specific distance function.
GlobalDistanceFunctionPatternConstraint(PatternParameter, ClassParameter<D>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GlobalDistanceFunctionPatternConstraint
Constructs a global parameter constraint for testing if a given pattern parameter is a valid argument for a given distance function of a class parameter.
GlobalListSizeConstraint - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
Represents a global parameter constraint for testing if the size of the list parameter (ListParameter) given is equal to the constraint size specified by the integer parameter (IntParameter) given.
GlobalListSizeConstraint(ListParameter<?>, IntParameter) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GlobalListSizeConstraint
Creates a List-Size global parameter constraint.
GlobalParameterConstraint - Interface in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
Interface for specifying global parameter constraints, i.e. constraints addressing several parameters.
globalParameterConstraints - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionHandler
Contains constraints addressing several parameters
GlobalPCA<O extends RealVector<O,?>> - Class in de.lmu.ifi.dbs.elki.varianceanalysis
Computes the principal components for vector objects of a given database.
GlobalPCA() - Constructor for class de.lmu.ifi.dbs.elki.varianceanalysis.GlobalPCA
Computes the principal components for vector objects of a given database.
GlobalVectorListElementSizeConstraint - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
Global parameter constraint for testing if the dimensions of each vector specified by a given vector list parameter (VectorListParameter) correspond to the value of a integer parameter (IntParameter) given.
GlobalVectorListElementSizeConstraint(VectorListParameter, IntParameter) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GlobalVectorListElementSizeConstraint
Constructs a global vector size constraint.
grabOptions(String[]) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionHandler
Reads the options out of a given String-array (usually the args of any main-method).
GreaterConstraint - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
Represents a parameter constraint for testing if the value of the number parameter (NumberParameter) tested is greater than the specified constraint value.
GreaterConstraint(Number) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GreaterConstraint
Creates a Greater-Than-Number parameter constraint.
GreaterEqualConstraint - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
Represents a Greater-Equal-Than-Number parameter constraint.
GreaterEqualConstraint(Number) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.GreaterEqualConstraint
Creates a Greater-Equal parameter constraint.
greedy(Set<Integer>, int) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS
Returns a piercing set of k medoids from the specified sample set.

Release 0.1 (2008-07-10_1838)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _