- g - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.ERPDistanceFunction
-
Keeps the currently set g.
- g - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.ERPDistanceFunction.Parameterizer
-
- G_ID - Static variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.ERPDistanceFunction
-
G parameter
- gamma - Variable in class de.lmu.ifi.dbs.elki.utilities.scaling.GammaScaling
-
Gamma value.
- gamma - Variable in class de.lmu.ifi.dbs.elki.utilities.scaling.GammaScaling.Parameterizer
-
- GAMMA_ID - Static variable in class de.lmu.ifi.dbs.elki.utilities.scaling.GammaScaling
-
OptionID for the gamma value.
- GammaDistribution - Class in de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution
-
Simple generator for a Gamma Distribution
- GammaDistribution(double, double, Random) - Constructor for class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.GammaDistribution
-
Constructor for Gamma distribution generator
- GammaScaling - Class in de.lmu.ifi.dbs.elki.utilities.scaling
-
Non-linear scaling function using a Gamma curve.
- GammaScaling() - Constructor for class de.lmu.ifi.dbs.elki.utilities.scaling.GammaScaling
-
Constructor without options.
- GammaScaling(double) - Constructor for class de.lmu.ifi.dbs.elki.utilities.scaling.GammaScaling
-
Constructor with Gamma value.
- GammaScaling.Parameterizer - Class in de.lmu.ifi.dbs.elki.utilities.scaling
-
Parameterization class.
- GammaScaling.Parameterizer() - Constructor for class de.lmu.ifi.dbs.elki.utilities.scaling.GammaScaling.Parameterizer
-
- GaussianFittingFunction - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.fitting
-
Gaussian function for parameter fitting
Based loosely on fgauss in the book "Numerical Recipies".
- GaussianFittingFunction() - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.GaussianFittingFunction
-
- GaussianKernelDensityFunction - Class in de.lmu.ifi.dbs.elki.math.statistics
-
Gaussian kernel density estimator.
- GaussianKernelDensityFunction() - Constructor for class de.lmu.ifi.dbs.elki.math.statistics.GaussianKernelDensityFunction
-
Private, empty constructor.
- GaussianModel<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.outlier
-
Outlier have smallest GMOD_PROB: the outlier scores is the
probability density of the assumed distribution.
- GaussianModel(boolean) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.outlier.GaussianModel
-
Constructor with actual parameters.
- GaussianModel.Parameterizer<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.outlier
-
Parameterization class.
- GaussianModel.Parameterizer() - Constructor for class de.lmu.ifi.dbs.elki.algorithm.outlier.GaussianModel.Parameterizer
-
- GaussianUniformMixture<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.outlier
-
Outlier detection algorithm using a mixture model approach.
- GaussianUniformMixture(double, double) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.outlier.GaussianUniformMixture
-
Constructor with parameters.
- GaussianUniformMixture.Parameterizer<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.outlier
-
Parameterization class.
- GaussianUniformMixture.Parameterizer() - Constructor for class de.lmu.ifi.dbs.elki.algorithm.outlier.GaussianUniformMixture.Parameterizer
-
- GaussStddevWeight - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions
-
Gaussian Weight function, scaled such using standard deviation
factor * exp(-.5 * (distance/stddev)^2)
with factor being 1 / sqrt(2 * PI)
- GaussStddevWeight() - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.GaussStddevWeight
-
- GaussWeight - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions
-
Gaussian Weight function, scaled such that the result it 0.1 at distance ==
max
exp(-2.3025850929940455 * (distance/max)^2)
- GaussWeight() - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.GaussWeight
-
- gen - Variable in class de.lmu.ifi.dbs.elki.datasource.GeneratorXMLDatabaseConnection
-
The actual generator class
- generate() - Method in interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.Distribution
-
Generate a new random value
- generate() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.GammaDistribution
-
Generate a random value with the generators parameters.
- generate() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.NormalDistribution
-
Generate a random value with the generators parameters
- generate() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.UniformDistribution
-
Generate a random value with the generators parameters
- generate(int) - Method in interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterface
-
Generate a specified number of points
- generate() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorMain
-
Main loop to generate data set.
- generate(int) - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Generate the given number of additional points.
- generate(int) - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorStatic
-
"Generate" new cluster points.
- generateDefaultClustering() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizerContext
-
Generate a default (fallback) clustering.
- generateExplanation(Relation<V>, DBID, LinkedList<DBID>) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
-
- generateModel(Relation<V>, DBIDs) - Method in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
-
Runs the pca on the given set of IDs.
- generateModel(Relation<V>, DBIDs, V) - Method in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
-
Runs the pca on the given set of IDs and for the given centroid.
- generateSingleDBID() - Method in interface de.lmu.ifi.dbs.elki.database.ids.DBIDFactory
-
Generate a single DBID
- generateSingleDBID() - Static method in class de.lmu.ifi.dbs.elki.database.ids.DBIDUtil
-
Generate a single DBID
- generateSingleDBID() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.ReusingDBIDFactory
-
- generateSingleDBID() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.SimpleDBIDFactory
-
- generateSingleDBID() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.TrivialDBIDFactory
-
- generateStaticDBIDRange(int) - Method in interface de.lmu.ifi.dbs.elki.database.ids.DBIDFactory
-
Generate a static DBID range.
- generateStaticDBIDRange(int) - Static method in class de.lmu.ifi.dbs.elki.database.ids.DBIDUtil
-
Generate a static DBID range.
- generateStaticDBIDRange(int) - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.ReusingDBIDFactory
-
- generateStaticDBIDRange(int) - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.SimpleDBIDFactory
-
- generateStaticDBIDRange(int) - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.TrivialDBIDFactory
-
- generateSubspaceCandidates(List<Subspace<V>>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.SUBCLU
-
Generates d+1
-dimensional subspace candidates from the specified
d
-dimensional subspaces.
- generateThumbnail(ThumbnailThread.Task) - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.thumbs.ThumbnailThread
-
Generate a single Thumbnail.
- generator - Variable in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
-
The original data source.
- generator - Variable in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec.Parameterizer
-
Data generator
- GENERATOR_SCHEMA_FILE - Static variable in class de.lmu.ifi.dbs.elki.datasource.GeneratorXMLDatabaseConnection
-
File name of the generators XML Schema file.
- GeneratorInterface - Interface in de.lmu.ifi.dbs.elki.data.synthetic.bymodel
-
Interface for cluster generators
- GeneratorInterfaceDynamic - Interface in de.lmu.ifi.dbs.elki.data.synthetic.bymodel
-
Interface for a dynamic cluster generator.
- GeneratorMain - Class in de.lmu.ifi.dbs.elki.data.synthetic.bymodel
-
Generate a data set according to a given model.
- GeneratorMain() - Constructor for class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorMain
-
- generators - Variable in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorMain
-
List of clusters to generate
- generators - Variable in class de.lmu.ifi.dbs.elki.evaluation.paircounting.generator.PairGeneratorMerge
-
Generators to merge
- GeneratorSingleCluster - Class in de.lmu.ifi.dbs.elki.data.synthetic.bymodel
-
Class to generate a single cluster according to a model as well as getting
the density of a given model at that point (to evaluate generated points
according to the same model)
- GeneratorSingleCluster(String, int, double, Random) - Constructor for class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Generator (without axes)
- GeneratorStatic - Class in de.lmu.ifi.dbs.elki.data.synthetic.bymodel
-
Class for static clusters, that is an implementation of GeneratorInterface
that will return only a given set of points.
- GeneratorStatic(String, LinkedList<Vector>) - Constructor for class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorStatic
-
Construct generator using given name and points
- GeneratorXMLDatabaseConnection - Class in de.lmu.ifi.dbs.elki.datasource
-
- GeneratorXMLDatabaseConnection(File, double, Random) - Constructor for class de.lmu.ifi.dbs.elki.datasource.GeneratorXMLDatabaseConnection
-
Constructor.
- GeneratorXMLDatabaseConnection.Parameterizer - Class in de.lmu.ifi.dbs.elki.datasource
-
Parameterization class.
- GeneratorXMLDatabaseConnection.Parameterizer() - Constructor for class de.lmu.ifi.dbs.elki.datasource.GeneratorXMLDatabaseConnection.Parameterizer
-
- GeneratorXMLSpec - Class in de.lmu.ifi.dbs.elki.application
-
Generate a data set based on a specified model (using an XML specification)
- GeneratorXMLSpec(boolean, File, GeneratorXMLDatabaseConnection) - Constructor for class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
-
Constructor.
- GeneratorXMLSpec.Parameterizer - Class in de.lmu.ifi.dbs.elki.application
-
Parameterization class.
- GeneratorXMLSpec.Parameterizer() - Constructor for class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec.Parameterizer
-
- GENERIC_SIZE - Static variable in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Generic size
- GenericArrayModifiableDBIDs - Class in de.lmu.ifi.dbs.elki.database.ids.generic
-
Array-oriented implementation of a modifiable DBID collection.
- GenericArrayModifiableDBIDs(int) - Constructor for class de.lmu.ifi.dbs.elki.database.ids.generic.GenericArrayModifiableDBIDs
-
Constructor with size hint.
- GenericArrayModifiableDBIDs() - Constructor for class de.lmu.ifi.dbs.elki.database.ids.generic.GenericArrayModifiableDBIDs
-
Constructor without extra hints
- GenericArrayModifiableDBIDs(DBIDs) - Constructor for class de.lmu.ifi.dbs.elki.database.ids.generic.GenericArrayModifiableDBIDs
-
Constructor from existing DBIDs.
- GenericClusterOrderEntry<D extends Distance<D>> - Class in de.lmu.ifi.dbs.elki.result.optics
-
Provides an entry in a cluster order.
- GenericClusterOrderEntry(DBID, DBID, D) - Constructor for class de.lmu.ifi.dbs.elki.result.optics.GenericClusterOrderEntry
-
Creates a new entry in a cluster order with the specified parameters.
- GenericDistanceResultPair<D extends Distance<D>> - Class in de.lmu.ifi.dbs.elki.database.query
-
Trivial implementation using a generic pair.
- GenericDistanceResultPair(D, DBID) - Constructor for class de.lmu.ifi.dbs.elki.database.query.GenericDistanceResultPair
-
Canonical constructor
- GenericDistanceSearchCandidate<D extends Distance<D>> - Class in de.lmu.ifi.dbs.elki.index.tree.query
-
Candidate for expansion in a distance search (generic implementation).
- GenericDistanceSearchCandidate(D, Integer) - Constructor for class de.lmu.ifi.dbs.elki.index.tree.query.GenericDistanceSearchCandidate
-
Constructor.
- GenericHashSetModifiableDBIDs - Class in de.lmu.ifi.dbs.elki.database.ids.generic
-
Set-oriented implementation of a modifiable DBID collection.
- GenericHashSetModifiableDBIDs(int) - Constructor for class de.lmu.ifi.dbs.elki.database.ids.generic.GenericHashSetModifiableDBIDs
-
Constructor with size hint.
- GenericHashSetModifiableDBIDs() - Constructor for class de.lmu.ifi.dbs.elki.database.ids.generic.GenericHashSetModifiableDBIDs
-
Constructor without extra hints
- GenericHashSetModifiableDBIDs(DBIDs) - Constructor for class de.lmu.ifi.dbs.elki.database.ids.generic.GenericHashSetModifiableDBIDs
-
Constructor from existing DBIDs.
- GenericMTreeDistanceSearchCandidate<D extends Distance<D>> - Class in de.lmu.ifi.dbs.elki.index.tree.query
-
Encapsulates the attributes for a object that can be stored in a heap.
- GenericMTreeDistanceSearchCandidate(D, Integer, DBID) - Constructor for class de.lmu.ifi.dbs.elki.index.tree.query.GenericMTreeDistanceSearchCandidate
-
Creates a new heap node with the specified parameters.
- GenericRStarTreeKNNQuery<O extends SpatialComparable,D extends Distance<D>> - Class in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query
-
Instance of a KNN query for a particular spatial index.
- GenericRStarTreeKNNQuery(AbstractRStarTree<?, ?>, SpatialDistanceQuery<O, D>) - Constructor for class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeKNNQuery
-
Constructor.
- GenericRStarTreeRangeQuery<O extends SpatialComparable,D extends Distance<D>> - Class in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query
-
Instance of a range query for a particular spatial index.
- GenericRStarTreeRangeQuery(AbstractRStarTree<?, ?>, SpatialDistanceQuery<O, D>) - Constructor for class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeRangeQuery
-
Constructor.
- GenericTreeSetModifiableDBIDs - Class in de.lmu.ifi.dbs.elki.database.ids.generic
-
Set-oriented implementation of a modifiable DBID collection.
- GenericTreeSetModifiableDBIDs(int) - Constructor for class de.lmu.ifi.dbs.elki.database.ids.generic.GenericTreeSetModifiableDBIDs
-
Constructor with size hint.
- GenericTreeSetModifiableDBIDs() - Constructor for class de.lmu.ifi.dbs.elki.database.ids.generic.GenericTreeSetModifiableDBIDs
-
Constructor without extra hints
- GenericTreeSetModifiableDBIDs(DBIDs) - Constructor for class de.lmu.ifi.dbs.elki.database.ids.generic.GenericTreeSetModifiableDBIDs
-
Constructor from existing DBIDs.
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODProxyScoreResult
-
- get(int) - Method in class de.lmu.ifi.dbs.elki.data.spatial.Polygon
-
Get a vector by index.
- get(Class<T>) - Static method in class de.lmu.ifi.dbs.elki.data.type.VectorFieldTypeInformation
-
Pseudo constructor that is often convenient to use when T is not completely
known.
- get(Class<T>, int) - Static method in class de.lmu.ifi.dbs.elki.data.type.VectorFieldTypeInformation
-
Pseudo constructor that is often convenient to use when T is not completely
known, but the dimensionality is fixed.
- get(Class<T>, int, int) - Static method in class de.lmu.ifi.dbs.elki.data.type.VectorTypeInformation
-
Pseudo constructor that is often convenient to use when T is not completely known.
- get(Class<T>) - Static method in class de.lmu.ifi.dbs.elki.data.type.VectorTypeInformation
-
Pseudo constructor that is often convenient to use when T is not completely known.
- get(DBID) - Method in interface de.lmu.ifi.dbs.elki.database.datastore.DataStore
-
Retrieves an object from the storage.
- get(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.ArrayRecordStore
-
Actual getter
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.ArrayRecordStore.StorageAccessor
-
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.ArrayStore
-
- get(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.MapRecordStore
-
Actual getter
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.MapRecordStore.StorageAccessor
-
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.MapStore
-
- get(int) - Method in class de.lmu.ifi.dbs.elki.database.ids.EmptyDBIDs
-
- get(int) - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerArrayStaticDBIDs
-
- get(int) - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerDBID
-
- get(int) - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerDBIDRange
-
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.database.relation.ConvertToStringView
-
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.database.relation.DBIDView
-
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.database.relation.MaterializedRelation
-
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.database.relation.ProxyView
-
- get(DBID) - Method in interface de.lmu.ifi.dbs.elki.database.relation.Relation
-
Get the representation of an object.
- get(String) - Method in class de.lmu.ifi.dbs.elki.gui.util.SavedSettingsFile
-
Find a saved setting by key.
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNPreprocessor
-
Get the k nearest neighbors.
- get(double) - Method in class de.lmu.ifi.dbs.elki.math.FlexiHistogram
-
- get(int, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
Get a single element.
- get(int, int) - Method in interface de.lmu.ifi.dbs.elki.math.linearalgebra.MatrixLike
-
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, int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
-
- get(double) - Method in class de.lmu.ifi.dbs.elki.math.ReplacingHistogram
-
Get the data at a given Coordinate.
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.PredecessorAdapter
-
- get(DBID) - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ReachabilityDistanceAdapter
-
- get(K, Class<T>) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.AnyMap
-
Type checked get method
- get(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.AnyMap
-
- get(int) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.KNNList.DBIDView
-
- get(int) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.KNNList.DistanceView
-
- get(T) - Method in class de.lmu.ifi.dbs.elki.visualization.gui.overview.RectangleArranger
-
Get the position data of the object
- getAbofFilter(KernelMatrix, DBID, HashMap<DBID, Double>, double, double, DBIDs) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
-
- getActiveRatio() - Method in class de.lmu.ifi.dbs.elki.visualization.batikutil.LazyCanvasResizer
-
Get the components last applied ratio.
- getActualMaximum() - Method in class de.lmu.ifi.dbs.elki.result.outlier.BasicOutlierScoreMeta
-
- getActualMaximum() - Method in interface de.lmu.ifi.dbs.elki.result.outlier.OutlierScoreMeta
-
Get the actual maximum of the value range.
- getActualMaximum() - Method in class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
-
- getActualMinimum() - Method in class de.lmu.ifi.dbs.elki.result.outlier.BasicOutlierScoreMeta
-
- getActualMinimum() - Method in interface de.lmu.ifi.dbs.elki.result.outlier.OutlierScoreMeta
-
Get the actual minimum of the value range.
- getActualMinimum() - Method in class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
-
- getAdapterForDistance(ClusterOrderResult<D>) - Static method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
Try to find a distance adapter.
- getAffineDistance() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.SubspaceDistance
-
Returns the value of the affine distance.
- getAlgorithmStep() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.AlgorithmTabPanel
-
Get the algorithm step object.
- getAllClusters() - Method in class de.lmu.ifi.dbs.elki.data.Clustering
-
Collect all clusters (recursively) into a List.
- getAllIds() - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
-
Get all used DOM Ids in this plot.
- getAllParameters() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.TrackParameters
-
Get all seen parameters, set or unset, along with their owner objects.
- getApproximatedKnnDistance(int, DistanceQuery<O, D>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ApproximationLine
-
Returns the approximated knn-distance at the specified k.
- getArrayCopy() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
Copy the internal two-dimensional array.
- getArrayCopy() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
-
Copy the internal two-dimensional array.
- getArrayRef() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
Access the internal two-dimensional array.
- getArrayRef() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
-
Access the internal two-dimensional array.
- getAsFile() - Method in class de.lmu.ifi.dbs.elki.evaluation.similaritymatrix.ComputeSimilarityMatrixImage.SimilarityMatrix
-
- getAsFile() - Method in interface de.lmu.ifi.dbs.elki.result.PixmapResult
-
Get the image result as file (usually a temporary file).
- getAssignments() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.MTreeSplit
-
Returns the assignments of this split.
- getAsTempFile() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
Get a temporary file for the optics plot.
- getAUC() - Method in class de.lmu.ifi.dbs.elki.evaluation.roc.ComputeROCCurve.ROCResult
-
- getAxes() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Get axis generators.
- getB(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.PolynomialApproximation
-
Returns the parameter bp at the specified index p.
- getBackgroundColor(String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
- getBackgroundColor(String) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Retrieve background color for an item
- getBaseObjectClassExpensive(Relation<O>) - Static method in class de.lmu.ifi.dbs.elki.utilities.DatabaseUtil
-
Do a full inspection of the database to find the base object class.
- getBestSorting() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util.TopologicalSplitter.Split
-
Returns whether the sorting according to maximal or to minimal value has
been used for choosing the split axis and split point.
- getBinForColor(int) - Method in class de.lmu.ifi.dbs.elki.data.images.AbstractComputeColorHistogram
-
Compute the bin number from a pixel color value.
- getBinForColor(int) - Method in class de.lmu.ifi.dbs.elki.data.images.ComputeHSBColorHistogram
-
- getBinForColor(int) - Method in class de.lmu.ifi.dbs.elki.data.images.ComputeNaiveRGBColorHistogram
-
- getBinNr(double) - Method in class de.lmu.ifi.dbs.elki.math.ReplacingHistogram
-
Compute the bin number.
- getBinsize() - Method in class de.lmu.ifi.dbs.elki.math.FlexiHistogram
-
- getBinsize() - Method in class de.lmu.ifi.dbs.elki.math.ReplacingHistogram
-
Get the size (width) of a bin.
- getBits() - Method in class de.lmu.ifi.dbs.elki.data.BitVector
-
Returns a copy of the bits currently set in this BitVector.
- getBundle() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorMain
-
Get the objects bundle
- getBundle(DBID) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getBundle(DBID) - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Returns the DatabaseObject represented by the specified id.
- getByteSize(BitVector) - Method in class de.lmu.ifi.dbs.elki.data.BitVector
-
- getByteSize(DoubleVector) - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
-
- getByteSize(FloatVector) - Method in class de.lmu.ifi.dbs.elki.data.FloatVector
-
- getByteSize(IntegerVector) - Method in class de.lmu.ifi.dbs.elki.data.IntegerVector
-
- getByteSize(DBID) - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerDBID.DynamicSerializer
-
- getByteSize(DBID) - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerDBID.StaticSerializer
-
- getByteSize(Byte) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.ByteSerializer
-
- getByteSize(Double) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.DoubleSerializer
-
- getByteSize(Float) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.FloatSerializer
-
- getByteSize(Integer) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.IntegerSerializer
-
- getByteSize(Long) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.LongSerializer
-
- getByteSize(Short) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.ShortSerializer
-
- getByteSize(String) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.StringSerializer
-
- getByteSize(Integer) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.VarintSerializer
-
- getByteSize(T) - Method in interface de.lmu.ifi.dbs.elki.persistent.ByteBufferSerializer
-
Get the size of the object in bytes.
- getCached(String, String, Class<T>) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
Get a value from the cache (to avoid repeated parsing)
- 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).
- getCellEditorValue() - Method in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.AdjustingEditor
-
- getCellEditorValue() - Method in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.ClassListEditor
-
Delegate getCellEditorValue to the text field.
- getCellEditorValue() - Method in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.FileNameEditor
-
Delegate getCellEditorValue to the text field.
- getCentroid() - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationAnalysisSolution
-
Returns the centroid of this model.
- getCentroid() - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationModel
-
Get assigned for Centroid
- getChildren() - Method in class de.lmu.ifi.dbs.elki.data.Cluster
-
Delegate to hierarchy object
- getChildren() - Method in interface de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy.Hierarchical
-
Get children list.
- getChildren(O) - Method in interface de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy.Hierarchy
-
Get children list.
- getChildren(O) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy.HierarchyHashmapList
-
- getChildren(O) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy.HierarchyReferenceLists
-
- getChiSq() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.LevenbergMarquardtMethod
-
Get current ChiSquared (squared error sum)
- getClass(String, Object) - Method in class de.lmu.ifi.dbs.elki.visualization.css.CSSClassManager
-
Retrieve a single class by name and owner
- getClass(String) - Method in class de.lmu.ifi.dbs.elki.visualization.css.CSSClassManager
-
Retrieve a single class by name only
- getClasses() - Method in class de.lmu.ifi.dbs.elki.visualization.css.CSSClassManager
-
Get all CSS classes in this manager.
- getClassLabels(Relation<? extends ClassLabel>) - Static method in class de.lmu.ifi.dbs.elki.utilities.DatabaseUtil
-
Retrieves all class labels within the database.
- getClassLabels(Database) - Static method in class de.lmu.ifi.dbs.elki.utilities.DatabaseUtil
-
Retrieves all class labels within the database.
- getClipmax() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Return a copy of the 'clipping maximum' vector
- getClipmin() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Return a copy of the 'clipping minimum' vector.
- getClusteringResults(Result) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
-
Collect all clustering results from a Result
- getClusterOrder() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult
-
Retrieve the complete cluster order.
- getClusterOrder() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
Get the cluster order we are attached to.
- getClusterOrder() - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.optics.AbstractOPTICSVisualization
-
Access the raw cluster order
- 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.mktrees.mkapp.PolynomialApproximation
-
Returns a copy of the the array of coefficients b0, ..., bp.
- getCollectionResults(Result) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
-
Collect all collection results from a Result
- getColor(double) - Method in class de.lmu.ifi.dbs.elki.application.visualization.KNNExplorer.ExplorerWindow
-
Get the appropriate color for the given distance.
- getColor(int) - Method in interface de.lmu.ifi.dbs.elki.visualization.colors.ColorLibrary
-
Return the i'th color.
- getColor(int) - Method in class de.lmu.ifi.dbs.elki.visualization.colors.ListBasedColorLibrary
-
- getColor(String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
- getColor(String) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Retrieve a color for an item
- getColorForEntry(ClusterOrderEntry<?>) - Method in interface de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSColorAdapter
-
Get the color value for a particular cluster order entry.
- getColorForEntry(ClusterOrderEntry<?>) - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSColorFromClustering
-
- getColorForEntry(ClusterOrderEntry<?>) - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSColorStatic
-
- getColorForValue(double) - Static method in class de.lmu.ifi.dbs.elki.result.KMLOutputHandler
-
- getColorSet(String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
- getColorSet(String) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Retrieve colorset for an item
- getColumn(int) - Method in class de.lmu.ifi.dbs.elki.datasource.bundle.MultipleObjectsBundle
-
Get the raw objects columns.
- getColumn(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
Returns the j
th column of this matrix.
- getColumnClass(int) - Method in class de.lmu.ifi.dbs.elki.gui.util.ParametersModel
-
- getColumnCount() - Method in class de.lmu.ifi.dbs.elki.gui.util.ParametersModel
-
- getColumnCount() - Method in class de.lmu.ifi.dbs.elki.visualization.gui.SelectionTableWindow.DatabaseTableModel
-
- getColumnDimensionality() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
Returns the dimensionality of the columns of this matrix.
- getColumnDimensionality() - Method in interface de.lmu.ifi.dbs.elki.math.linearalgebra.MatrixLike
-
Returns the dimensionality of the columns of this matrix.
- getColumnDimensionality() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
-
- getColumnIDs() - Method in class de.lmu.ifi.dbs.elki.data.model.Bicluster
-
Provides a copy of the column IDs contributing to the bicluster.
- getColumnLabel(Relation<? extends V>, int) - Static method in class de.lmu.ifi.dbs.elki.utilities.DatabaseUtil
-
Get the column name or produce a generic label "Column XY".
- getColumnName(int) - Method in class de.lmu.ifi.dbs.elki.gui.util.ParametersModel
-
- getColumnName(int) - Method in class de.lmu.ifi.dbs.elki.visualization.gui.SelectionTableWindow.DatabaseTableModel
-
- 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
-
Returns a Vector representing in one column and
getDimensionality()
rows the values of this BitVector as
double values.
- getColumnVector() - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
-
- getColumnVector() - Method in class de.lmu.ifi.dbs.elki.data.FloatVector
-
- getColumnVector() - Method in class de.lmu.ifi.dbs.elki.data.IntegerVector
-
- getColumnVector() - Method in interface de.lmu.ifi.dbs.elki.data.NumberVector
-
Returns a Vector representing in one column and
getDimensionality()
rows the values of this NumberVector of V.
- getColumnVector() - Method in class de.lmu.ifi.dbs.elki.data.OneDimensionalDoubleVector
-
- getColumnVector() - Method in class de.lmu.ifi.dbs.elki.data.SparseFloatVector
-
- getColumnVector(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
Returns the j
th column of this matrix as vector.
- getColumnVector(int) - Method in interface de.lmu.ifi.dbs.elki.math.linearalgebra.MatrixLike
-
Returns the i
th column of this matrix as vector.
- getColumnVector(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
-
- getCommonPreferenceVector() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.PreferenceVectorBasedCorrelationDistance
-
Returns the common preference vector of the two objects defining this
distance.
- getComponentType(T[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.ClassGenericsUtil
-
Retrieve the component type of a given array.
- getConservativeKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPDirectoryEntry
-
Returns the conservative approximation line.
- getConservativeKnnDistanceApproximation() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPEntry
-
Returns the conservative approximation line.
- getConservativeKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPLeafEntry
-
Returns the conservative approximation line.
- getConsoleWidth() - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
-
Get the width of the terminal window (on Unix xterms), with a default of 78
characters.
- getConstructor(Class<?>) - Static method in class de.lmu.ifi.dbs.elki.application.internal.DocumentParameters
-
- getContext() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
Get the visualizer context.
- getContext(HierarchicalResult) - Static method in class de.lmu.ifi.dbs.elki.visualization.visualizers.VisualizerUtil
-
Find the visualizer context in a result tree.
- getCoordinates(Event) - Method in class de.lmu.ifi.dbs.elki.visualization.batikutil.DragableArea
-
Return the event coordinates for this event.
- getCorrelationDimension() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredResult
-
Get correlation (subspace) dimensionality
- getCorrelationDimension() - Method in interface de.lmu.ifi.dbs.elki.math.linearalgebra.ProjectionResult
-
Get the number of "strong" dimensions
- getCorrelationDimension() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.SubspaceProjectionResult
-
- getCorrelationDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationAnalysisSolution
-
Return the correlation dimensionality.
- getCorrelationValue() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.CorrelationDistance
-
Returns the correlation dimension between the objects.
- getCount() - Method in class de.lmu.ifi.dbs.elki.math.Mean
-
Get the number of points the average is based on.
- getCount() - Method in class de.lmu.ifi.dbs.elki.math.MeanVariance
-
Get the number of points the average is based on.
- getCovarianceMatrix() - Method in class de.lmu.ifi.dbs.elki.data.model.EMModel
-
- getCovarianceMatrixBuilder() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCARunner
-
Get covariance matrix builder
- 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, since a leaf entry has no covering radius.
- getCoverMaximum() - Method in class de.lmu.ifi.dbs.elki.math.FlexiHistogram
-
- getCoverMaximum() - Method in class de.lmu.ifi.dbs.elki.math.ReplacingHistogram
-
Get maximum (covered by bins, not data!)
- getCoverMinimum() - Method in class de.lmu.ifi.dbs.elki.math.FlexiHistogram
-
- getCoverMinimum() - Method in class de.lmu.ifi.dbs.elki.math.ReplacingHistogram
-
Get minimum (covered by bins, not data!)
- getCovmat() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.LevenbergMarquardtMethod
-
Get the final covariance matrix.
- getCSSClassManager() - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
-
Get the plots CSS class manager.
- getCurrentRatio() - Method in class de.lmu.ifi.dbs.elki.visualization.batikutil.LazyCanvasResizer
-
Get the components current ratio.
- 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.
- getData() - Method in class de.lmu.ifi.dbs.elki.math.FlexiHistogram
-
- getData() - Method in class de.lmu.ifi.dbs.elki.math.ReplacingHistogram
-
Get the raw data.
- getDatabase() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODProxyScoreResult
-
- getDatabase() - Method in class de.lmu.ifi.dbs.elki.data.model.Bicluster
-
Getter to retrieve the database
- getDatabase() - Method in class de.lmu.ifi.dbs.elki.database.relation.ConvertToStringView
-
- getDatabase() - Method in class de.lmu.ifi.dbs.elki.database.relation.DBIDView
-
- getDatabase() - Method in class de.lmu.ifi.dbs.elki.database.relation.MaterializedRelation
-
- getDatabase() - Method in class de.lmu.ifi.dbs.elki.database.relation.ProxyView
-
- getDatabase() - Method in interface de.lmu.ifi.dbs.elki.database.relation.Relation
-
Get the associated database.
- getDatabase() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.PredecessorAdapter
-
- getDatabase() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ReachabilityDistanceAdapter
-
- getDatabase() - Method in class de.lmu.ifi.dbs.elki.workflow.InputStep
-
Get the database to use.
- getDatabaseObjectGroup() - Method in class de.lmu.ifi.dbs.elki.data.model.Bicluster
-
Creates a DBIDs for the row IDs included in this Bicluster.
- getDataTypeInformation() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODProxyScoreResult
-
- getDataTypeInformation() - Method in class de.lmu.ifi.dbs.elki.database.relation.ConvertToStringView
-
- getDataTypeInformation() - Method in class de.lmu.ifi.dbs.elki.database.relation.DBIDView
-
- getDataTypeInformation() - Method in class de.lmu.ifi.dbs.elki.database.relation.MaterializedRelation
-
- getDataTypeInformation() - Method in class de.lmu.ifi.dbs.elki.database.relation.ProxyView
-
- getDataTypeInformation() - Method in interface de.lmu.ifi.dbs.elki.database.relation.Relation
-
Get the data type of this representation
- getDataTypeInformation() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.PredecessorAdapter
-
- getDataTypeInformation() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ReachabilityDistanceAdapter
-
- getDBID() - Method in interface de.lmu.ifi.dbs.elki.database.query.DistanceResultPair
-
Getter for second element in pair
- getDBID() - Method in class de.lmu.ifi.dbs.elki.database.query.DoubleDistanceResultPair
-
- getDBID() - Method in class de.lmu.ifi.dbs.elki.database.query.GenericDistanceResultPair
-
Getter for second element in pair
- getDBID() - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractLeafEntry
-
- getDBID() - Method in interface de.lmu.ifi.dbs.elki.index.tree.LeafEntry
-
Get the DBID of this leaf entry.
- getDBIDIterator(IterableResult<?>) - Method in class de.lmu.ifi.dbs.elki.evaluation.roc.ComputeROCCurve
-
Wrap the uncheckable cast with the manual check.
- getDBIDIterator(IterableResult<?>) - Method in class de.lmu.ifi.dbs.elki.evaluation.similaritymatrix.ComputeSimilarityMatrixImage
-
Wrap the uncheckable cast with the manual check.
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODProxyScoreResult
-
- getDBIDs() - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Deprecated.
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.database.HashmapDatabase
-
Deprecated.
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.database.ProxyDatabase
-
Deprecated.
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.database.relation.ConvertToStringView
-
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.database.relation.DBIDView
-
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.database.relation.MaterializedRelation
-
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.database.relation.ProxyView
-
- getDBIDs() - Method in interface de.lmu.ifi.dbs.elki.database.relation.Relation
-
Get the IDs the query is defined for.
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.database.StaticArrayDatabase
-
Deprecated.
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ClusterOrderAdapter
-
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.PredecessorAdapter
-
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ReachabilityDistanceAdapter
-
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.result.OrderingFromDataStore
-
- getDBIDs() - Method in interface de.lmu.ifi.dbs.elki.result.OrderingResult
-
Get the full set of DBIDs this ordering is defined for.
- getDBIDs() - Method in class de.lmu.ifi.dbs.elki.result.outlier.OrderingFromRelation
-
- getDBIDSerializer() - Method in interface de.lmu.ifi.dbs.elki.database.ids.DBIDFactory
-
Get a serializer for DBIDs
- getDBIDSerializer() - Method in class de.lmu.ifi.dbs.elki.database.ids.DBIDUtil
-
Get a serializer for DBIDs
- getDBIDSerializer() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.SimpleDBIDFactory
-
- getDBIDSerializer() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.TrivialDBIDFactory
-
- getDBIDSerializerStatic() - Method in interface de.lmu.ifi.dbs.elki.database.ids.DBIDFactory
-
Get a serializer for DBIDs with static size
- getDBIDSerializerStatic() - Method in class de.lmu.ifi.dbs.elki.database.ids.DBIDUtil
-
Get a serializer for DBIDs with static size
- getDBIDSerializerStatic() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.SimpleDBIDFactory
-
- getDBIDSerializerStatic() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.TrivialDBIDFactory
-
- getDefaultStream() - Method in class de.lmu.ifi.dbs.elki.result.textwriter.MultipleFilesOutput
-
Retrieve/open the default output stream.
- getDefaultValue() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Returns the default value of the parameter.
- getDefaultValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassParameter
-
- getDefaultValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Get the default value as string.
- getDefs() - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
-
Getter for definitions section
- getDenseUnits() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique.CLIQUESubspace
-
- getDensity(Vector) - Method in interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterface
-
Get the density of the given vector
- getDensity(Vector) - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Compute density for cluster model at given vector p-
- getDensity(Vector) - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorStatic
-
Get density at a given coordinate.
- getDensity() - Method in class de.lmu.ifi.dbs.elki.math.statistics.KernelDensityEstimator
-
Retrieve density array (NO copy)
- getDensityCorrection() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Return density correction factor
- getDescendants() - Method in class de.lmu.ifi.dbs.elki.data.Cluster
-
Collect descendants
- getDescription(Class<?>) - Static method in class de.lmu.ifi.dbs.elki.utilities.documentation.DocumentationUtil
-
Get a class description if defined, an empty string otherwise.
- 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.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.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.NoDuplicateValueGlobalConstraint
-
- 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(String) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.StringLengthConstraint
-
- getDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionID
-
Returns the description of this OptionID.
- getDiagonal() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
getDiagonal returns array of diagonal-elements.
- getDiff() - Method in class de.lmu.ifi.dbs.elki.math.DoubleMinMax
-
Return the difference between minimum and maximum.
- getDim() - Method in interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterface
-
Get dimensionality of generated data
- getDim() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Get the cluster dimensionality
- getDim() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorStatic
-
Get cluster dimensionality
- getDimension() - Method in class de.lmu.ifi.dbs.elki.data.Interval
-
Returns the dimension of the interval in the original data space
- getDimension() - Method in class de.lmu.ifi.dbs.elki.data.model.DimensionModel
-
Get cluster dimensionality
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.BitVector
-
The dimensionality of the binary vector space of which this BitVector is an
element.
- 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 where of this FeatureVector of V is
an element.
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.FloatVector
-
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.HyperBoundingBox
-
Returns the dimensionality of this HyperBoundingBox.
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.IntegerVector
-
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.OneDimensionalDoubleVector
-
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.SparseFloatVector
-
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.spatial.Polygon
-
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.data.spatial.PolygonsObject
-
- getDimensionality() - Method in interface de.lmu.ifi.dbs.elki.data.spatial.SpatialComparable
-
Returns the dimensionality of the object.
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.AbstractFeatureSelectionFilter
-
Get the resulting dimensionality.
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTreeNode
-
- 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.SpatialPair
-
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialPointLeafEntry
-
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.AffineTransformation
-
Query dimensionality of the transformation.
- getDimensionality() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
-
Returns the dimensionality of this vector.
- getDimensions() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS.PROCLUSCluster
-
Returns the correlated dimensions of this cluster as BitSet.
- getDimensions() - Method in class de.lmu.ifi.dbs.elki.data.model.SubspaceModel
-
Returns the BitSet that represents the dimensions of the subspace of this
SubspaceModel.
- getDimensions() - Method in class de.lmu.ifi.dbs.elki.data.Subspace
-
Returns the BitSet representing the 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 minimum number of entries in a directory node.
- getDisableInteractions() - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
-
Get Batik disable default interactions flag.
- getDiscarded() - Method in interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterfaceDynamic
-
Get number of discarded points
- getDiscarded() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Get number of discarded points
- getDiscarded() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorStatic
-
Get number of discarded points
- getDistance() - Method in class de.lmu.ifi.dbs.elki.data.model.DendrogramModel
-
- getDistance() - Method in interface de.lmu.ifi.dbs.elki.database.query.DistanceResultPair
-
Getter for first
- getDistance() - Method in class de.lmu.ifi.dbs.elki.database.query.DoubleDistanceResultPair
-
- getDistance() - Method in class de.lmu.ifi.dbs.elki.database.query.GenericDistanceResultPair
-
Getter for first
- 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.
- getDistanceAdapter() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
Get the distance adapter-
- getDistanceCache() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.DistanceParsingResult
-
Returns the cache of precomputed distances between the database objects.
- getDistanceClass() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult
-
Get the distance class
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS
-
- getDistanceFactory() - Method in interface de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSTypeAlgorithm
-
Get the distance factory.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.database.query.distance.AbstractDistanceQuery
-
- getDistanceFactory() - Method in interface de.lmu.ifi.dbs.elki.database.query.distance.DistanceQuery
-
Method to get the distance functions factory.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.database.query.knn.AbstractDistanceKNNQuery
-
- getDistanceFactory() - Method in interface de.lmu.ifi.dbs.elki.database.query.knn.KNNQuery
-
Get the distance data type of the function.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.database.query.knn.PreprocessorKNNQuery
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.database.query.range.AbstractDistanceRangeQuery
-
- getDistanceFactory() - Method in interface de.lmu.ifi.dbs.elki.database.query.range.RangeQuery
-
Get the distance data type of the function.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.AbstractRKNNQuery
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.PreprocessorRKNNQuery
-
- getDistanceFactory() - Method in interface de.lmu.ifi.dbs.elki.database.query.rknn.RKNNQuery
-
Get the distance data type of the function.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.database.query.similarity.PrimitiveSimilarityQuery
-
- getDistanceFactory() - Method in interface de.lmu.ifi.dbs.elki.database.query.similarity.SimilarityQuery
-
Method to get the distance functions factory.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractDatabaseDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractDBIDDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractPrimitiveDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractVectorDoubleDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.adapter.AbstractSimilarityAdapter
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.adapter.AbstractSimilarityAdapter.Instance
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.correlation.ERiCDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.correlation.PCABasedCorrelationDistanceFunction
-
- getDistanceFactory() - Method in interface de.lmu.ifi.dbs.elki.distance.distancefunction.DistanceFunction
-
Method to get the distance functions factory.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.DiskCacheBasedDoubleDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.DiskCacheBasedFloatDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedDoubleDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedFloatDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.LocallyWeightedDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.MinKDistance
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.ProxyDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.RandomStableDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.SharedNearestNeighborJaccardDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.SharedNearestNeighborJaccardDistanceFunction.Instance
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.AbstractDimensionsSelectingDoubleDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.AbstractPreferenceVectorBasedCorrelationDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.DimensionSelectingDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.SubspaceDistanceFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.FractionalSharedNearestNeighborSimilarityFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.FractionalSharedNearestNeighborSimilarityFunction.Instance
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.FooKernelFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.LinearKernelFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.PolynomialKernelFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.SharedNearestNeighborSimilarityFunction
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.SharedNearestNeighborSimilarityFunction.Instance
-
- getDistanceFactory() - Method in interface de.lmu.ifi.dbs.elki.distance.similarityfunction.SimilarityFunction
-
Get a distance factory.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory
-
Get the distance factory.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor
-
Get the distance factory.
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
-
Get the distance factory
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.DoubleDistanceRStarTreeKNNQuery
-
- getDistanceFactory() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeKNNQuery
-
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.algorithm.AbstractDistanceBasedAlgorithm
-
Returns the distanceFunction.
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.algorithm.AbstractPrimitiveDistanceBasedAlgorithm
-
Returns the distanceFunction.
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.AbstractProjectedClustering
-
Returns the distance function.
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.database.query.distance.DBIDDistanceQuery
-
- getDistanceFunction() - Method in interface de.lmu.ifi.dbs.elki.database.query.distance.DistanceQuery
-
Get the inner distance function.
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.database.query.distance.PrimitiveDistanceQuery
-
- getDistanceFunction() - Method in interface de.lmu.ifi.dbs.elki.database.query.distance.SpatialDistanceQuery
-
Get the inner distance function.
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.database.query.distance.SpatialPrimitiveDistanceQuery
-
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractDatabaseDistanceFunction.Instance
-
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractIndexBasedDistanceFunction.Instance
-
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.MinKDistance.Instance
-
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory
-
Get the distance function.
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.MetricalIndexTree
-
Returns the distance function of this metrical index.
- getDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
-
- getDistanceQuery(Database) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.AbstractProjectedClustering
-
Returns the distance function.
- getDistanceQuery(Relation<O>, DistanceFunction<? super O, D>, Object...) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getDistanceQuery(Relation<O>, DistanceFunction<? super O, D>, Object...) - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Get the distance query for a particular distance function.
- getDistanceQuery() - Method in class de.lmu.ifi.dbs.elki.database.query.knn.AbstractDistanceKNNQuery
-
- getDistanceQuery() - Method in interface de.lmu.ifi.dbs.elki.database.query.knn.KNNQuery
-
Get the distance query for this function.
- getDistanceQuery() - Method in class de.lmu.ifi.dbs.elki.database.query.knn.PreprocessorKNNQuery
-
- getDistanceQuery(Database, DistanceFunction<? super O, D>, Object...) - Static method in class de.lmu.ifi.dbs.elki.database.QueryUtil
-
Get a distance query for a given distance function, automatically choosing
a relation.
- getDistanceQuery() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.ProxyDistanceFunction
-
Get the inner query
- getDistanceQuery() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor
-
The distance query we used.
- getDistanceQuery() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.MetricalIndexTree
-
Returns the distance function of this metrical index.
- getDistanceQuery() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
-
- getDocument() - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
-
Retrieve the SVG document.
- getDoubleDistance() - Method in class de.lmu.ifi.dbs.elki.database.query.DoubleDistanceResultPair
-
Get the distance as double value.
- getDoubleForEntry(ClusterOrderEntry<D>) - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSCorrelationDimensionalityDistance
-
- getDoubleForEntry(ClusterOrderEntry<D>) - Method in interface de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSDistanceAdapter
-
Get the double value for plotting for a cluster order entry.
- getDoubleForEntry(ClusterOrderEntry<D>) - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSNumberDistance
-
- getDoublePivot() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LUDecomposition
-
Return pivot permutation vector as a one-dimensional double array
- getEigenPair(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.SortedEigenPairs
-
Returns the eigenpair at the specified index.
- getEigenPairFilter() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredRunner
-
- getEigenPairs() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAResult
-
Returns a copy of the eigenpairs of the object to which this PCA belongs to
in decreasing order.
- getEigenvalue() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenPair
-
Returns the eigenvalue.
- getEigenvalues() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAResult
-
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.math.linearalgebra.pca.PCAResult
-
Returns a copy of the matrix of eigenvectors of the object to which this
PCA belongs to.
- getElement() - Method in class de.lmu.ifi.dbs.elki.visualization.batikutil.DragableArea
-
The DOM element.
- getElementAt(int) - Method in class de.lmu.ifi.dbs.elki.gui.minigui.MiniGUI.SettingsComboboxModel
-
- getElementAt(int) - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.SavedSettingsTabPanel.SettingsComboboxModel
-
- getElementAt(int) - Method in class de.lmu.ifi.dbs.elki.gui.util.SavedSettingsFile
-
Array access.
- getEmptyPagesSize() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexHeader
-
- getEndIndex() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepArea
-
End index
- getEndIndex() - Method in class de.lmu.ifi.dbs.elki.data.model.OPTICSModel
-
End index of OPTICS cluster
- 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.
- getEntryID() - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractDirectoryEntry
-
Returns the id of the node or data object that is represented by this
entry.
- getEntryID() - Method in interface de.lmu.ifi.dbs.elki.index.tree.DirectoryEntry
-
Returns the id of the node or data object that is represented by this
entry.
- getEpsilon() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.AbstractPreferenceVectorBasedCorrelationDistanceFunction
-
Returns epsilon.
- getEpsilonFromY(double) - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.optics.OPTICSPlotCutVisualization
-
Get epsilon from y-value
- getErrors() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.AbstractParameterization
-
- getErrors() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.MergedParameterization
-
- getErrors() - Method in interface de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.Parameterization
-
- getErrors() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.TrackParameters
-
- getErrors() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.UnParameterization
-
- 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
- getEuclideanValue() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.CorrelationDistance
-
Returns the euclidean distance between the objects.
- getEvaluationStep() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.EvaluationTabPanel
-
Get the evaluation step.
- 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.
- getExplainedVariance() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredResult
-
Returns explained variance
- getExplanations(Relation<V>) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
-
Get explanations for points in the database.
- getExtraHeader() - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskArray
-
Read the extra header data.
- getExtraHeaderSize() - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskArray
-
Return the size of the extra header.
- getFactory() - Method in class de.lmu.ifi.dbs.elki.data.type.VectorFieldTypeInformation
-
Get the object type factory.
- getFactory() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
Get the visualizer factory.
- getFastRanking(Relation<V>, int, int) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
-
Main part of the algorithm.
- getFile() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Deprecated.
- getFile() - Method in class de.lmu.ifi.dbs.elki.persistent.PersistentPageFile
-
- getFilename() - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskArray
-
Get the file name.
- getFilename(Object, String) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
-
Try to find a unique file name.
- getFilenameExtension(File) - Static method in class de.lmu.ifi.dbs.elki.utilities.FileUtil
-
Returns the lower case extension of the selected file.
- getFilenameExtension(String) - Static method in class de.lmu.ifi.dbs.elki.utilities.FileUtil
-
Returns the lower case extension of the selected file.
- getFilePrefix(String) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
-
Returns the prefix of the specified fileName (i.e. the name of the file
without extension).
- getFirst() - Method in interface de.lmu.ifi.dbs.elki.database.ids.DBIDPair
-
Getter for first
- getFirst() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerDBIDPair
-
Getter for first
- getFirst() - Method in class de.lmu.ifi.dbs.elki.database.query.DoubleDistanceResultPair
-
- getFirst() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.IntegerPriorityObject
-
- getFirst() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.DoubleDoublePair
-
Deprecated.
use pair.first to avoid boxing!
- getFirst() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.DoubleIntPair
-
Deprecated.
use pair.first to avoid boxing!
- getFirst() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.DoubleObjPair
-
Deprecated.
use pair.first to avoid boxing!
- getFirst() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.IntDoublePair
-
Deprecated.
use pair.first to avoid boxing!
- getFirst() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.IntIntPair
-
Deprecated.
use pair.first to avoid boxing!
- getFirst() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.Pair
-
Getter for first
- getFirst() - Method in interface de.lmu.ifi.dbs.elki.utilities.pairs.PairInterface
-
Get the first object - note: this may cause autoboxing, use pair.first for native pairs!
- getFirst() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.Triple
-
Getter for first
- getFirstAssignments() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.Assignments
-
Returns the assignments to the first routing object.
- getFirstCoveringRadius() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.Assignments
-
Returns the first covering radius.
- getFirstRoutingObject() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.Assignments
-
Returns the id of the first routing object.
- getFitness() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.AggarwalYuEvolutionary.Individuum
-
Get the fitness of this individuum.
- getFixedByteSize() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerDBID.StaticSerializer
-
- getFixedByteSize() - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.ByteSerializer
-
- getFixedByteSize() - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.DoubleSerializer
-
- getFixedByteSize() - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.FloatSerializer
-
- getFixedByteSize() - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.IntegerSerializer
-
- getFixedByteSize() - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.LongSerializer
-
- getFixedByteSize() - Method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.ShortSerializer
-
- getFixedByteSize() - Method in interface de.lmu.ifi.dbs.elki.persistent.FixedSizeByteBufferSerializer
-
Get the fixed size needed by this serializer.
- getFontFamily(String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
- getFontFamily(String) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Get font family
- getFormats() - Static method in class de.lmu.ifi.dbs.elki.visualization.savedialog.SVGSaveDialog
-
- getFullDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Returns the extended description of the option which includes the option's
type, the short description and the default value (if specified).
- getGene() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.AggarwalYuEvolutionary.Individuum
-
Get the gene.
- getGenerators() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorMain
-
Access the generators.
- getGenerics(K, Class<?>) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.AnyMap
-
(Largely) type checked get method for use with generic types
- getGivenParameters() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.TrackParameters
-
Get the tracked parameters that were actually set.
- getGivenValue() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ObjectParameter
-
Get the last given value.
- getGivenValue() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Get the last given value.
- getGlobalAlphaExtremum() - Method in class de.lmu.ifi.dbs.elki.data.ParameterizationFunction
-
Returns the alpha values of the extremum point in interval [(0,...,0),
(Pi,...
- 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,...
- getH() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.QRDecomposition
-
Return the Householder vectors
- getHandler(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.HandlerList
-
Find a matching handler for the given object
- getHeader() - Method in class de.lmu.ifi.dbs.elki.persistent.PersistentPageFile
-
Get the header of this persistent page file.
- getHeader() - Method in class de.lmu.ifi.dbs.elki.result.CollectionResult
-
Get header information
- getHeight() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTree
-
FIXME: expensive depth computation by following a path.
- getHeight() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
-
Returns the height of this R*-Tree.
- getHeight() - Method in class de.lmu.ifi.dbs.elki.visualization.gui.overview.RectangleArranger
-
Get the total canvas height
- getHeight() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
- getHeight() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
- getHeight() - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization
-
Get the height
- getHierarchy() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODProxyScoreResult
-
- getHierarchy() - Method in class de.lmu.ifi.dbs.elki.data.Cluster
-
Get hierarchy object
- getHierarchy() - Method in class de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
-
- getHierarchy() - Method in interface de.lmu.ifi.dbs.elki.result.HierarchicalResult
-
Get the objects current hierarchy - may be null
!
- getHierarchy() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.PredecessorAdapter
-
- getHierarchy() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ReachabilityDistanceAdapter
-
- getHierarchy() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizerContext
-
Get the hierarchy object
- getHull() - Method in class de.lmu.ifi.dbs.elki.math.ConvexHull2D
-
Compute the convex hull, and return the resulting polygon.
- getID() - Method in interface de.lmu.ifi.dbs.elki.result.optics.ClusterOrderEntry
-
Returns the object id of this entry.
- getID() - Method in class de.lmu.ifi.dbs.elki.result.optics.DoubleDistanceClusterOrderEntry
-
Returns the object id of this entry.
- getID() - Method in class de.lmu.ifi.dbs.elki.result.optics.GenericClusterOrderEntry
-
Returns the object id of this entry.
- getIdElement(String) - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
-
Get an element by its id.
- 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.data.Cluster
-
Access group object
- getIDs() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.external.FileBasedDoubleDistanceFunction
-
Return a collection of all IDs in the cache.
- getIDs() - Method in class de.lmu.ifi.dbs.elki.evaluation.similaritymatrix.ComputeSimilarityMatrixImage.SimilarityMatrix
-
Get the IDs
- getImage() - Method in class de.lmu.ifi.dbs.elki.evaluation.similaritymatrix.ComputeSimilarityMatrixImage.SimilarityMatrix
-
- getImage() - Method in interface de.lmu.ifi.dbs.elki.result.PixmapResult
-
Get the image pixmap
- 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.distance.distancefunction.AbstractIndexBasedDistanceFunction.Instance
-
- getIndex() - Method in interface de.lmu.ifi.dbs.elki.distance.distancefunction.IndexBasedDistanceFunction.Instance
-
Get the index used.
- getIndex() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractIndexBasedSimilarityFunction.Instance
-
- getIndex() - Method in interface de.lmu.ifi.dbs.elki.distance.similarityfunction.IndexBasedSimilarityFunction.Instance
-
Get the index used.
- 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.
- getIndexes() - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getIndexes() - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Collection of known indexes
- getIndexes() - Method in class de.lmu.ifi.dbs.elki.database.StaticArrayDatabase
-
- getIndexOfMaximum(double[]) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
-
Returns the index of the maximum of the given values.
- getInnerStatistics() - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractStoringPageFile
-
- getInnerStatistics() - Method in class de.lmu.ifi.dbs.elki.persistent.LRUCache
-
- getInnerStatistics() - Method in interface de.lmu.ifi.dbs.elki.persistent.PageFileStatistics
-
Get statistics for the inner page file, if present.
- getInputDimensionality() - Method in class de.lmu.ifi.dbs.elki.visualization.projections.AbstractProjection
-
- getInputDimensionality() - Method in interface de.lmu.ifi.dbs.elki.visualization.projections.Projection
-
Get the input dimensionality of the projection.
- getInputMode(Event) - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.optics.OPTICSPlotSelectionVisualization
-
Get the current input mode, on each mouse event.
- getInputMode(Event) - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.SelectionToolDotVisualization
-
Get the current input mode, on each mouse event.
- getInputStep() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.InputTabPanel
-
Get the input step object.
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.AbstractAlgorithm
-
Get the input type restriction used for negotiating the data query.
- getInputTypeRestriction() - Method in interface de.lmu.ifi.dbs.elki.algorithm.Algorithm
-
Get the input type restriction used for negotiating the data query.
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.APRIORI
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.AbstractProjectedDBSCAN
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.CASH
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ERiC
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.FourC
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DBSCAN
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.EM
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.KMeans
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SLINK
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SNNClustering
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.DiSH
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.SUBCLU
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.trivial.ByLabelClustering
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.trivial.ByLabelHierarchicalClustering
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.trivial.TrivialAllInOne
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.trivial.TrivialAllNoise
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.DummyAlgorithm
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.KNNDistanceOrder
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.KNNJoin
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.MaterializeDistances
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.NullAlgorithm
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.AbstractAggarwalYuOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.AbstractDBOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.EMOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.GaussianModel
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.GaussianUniformMixture
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.INFLO
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.KNNOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.KNNWeightOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LDOF
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOCI
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LoOP
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.meta.ExternalDoubleOutlierScore
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.meta.FeatureBagging
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.meta.RescaleMetaOutlierAlgorithm
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.OPTICSOF
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.ReferenceBasedOutlierDetection
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuGLSBackwardSearchAlgorithm
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMeanMultipleAttributes
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMedianAlgorithm
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMedianMultipleAttributes
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMoranScatterplotOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuRandomWalkEC
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuScatterplotOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuZTestOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExtendedNeighborhood.Factory
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExternalNeighborhood.Factory
-
- getInputTypeRestriction() - Method in interface de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.NeighborSetPredicate.Factory
-
Get the input type information
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.PrecomputedKNearestNeighborNeighborhood.Factory
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted.LinearWeightedExtendedNeighborhood.Factory
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted.UnweightedNeighborhoodAdapter.Factory
-
- getInputTypeRestriction() - Method in interface de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted.WeightedNeighborSetPredicate.Factory
-
Get the input type information
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.SLOM
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.SOF
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.TrimmedMeanApproach
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.trivial.ByLabelOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.trivial.TrivialAllOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.trivial.TrivialNoOutlier
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.statistics.DistanceStatisticsWithClasses
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.statistics.EvaluateRankingQuality
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.algorithm.statistics.RankingQualityHistogram
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.AbstractConversionFilter
-
Get the input type restriction used for negotiating the data query.
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.AttributeWiseErfNormalization
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.AttributeWiseMinMaxNormalization
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.AttributeWiseVarianceNormalization
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.DoubleVectorProjectionFilter
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.DoubleVectorRandomProjectionFilter
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.InverseDocumentFrequencyNormalization
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.SparseFloatVectorProjectionFilter
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.SparseFloatVectorRandomProjectionFilter
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.SplitNumberVectorFilter
-
The input type we use.
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractDBIDDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractIndexBasedDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.AbstractVectorDoubleDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.adapter.AbstractSimilarityAdapter
-
- getInputTypeRestriction() - Method in interface de.lmu.ifi.dbs.elki.distance.distancefunction.DistanceFunction
-
Get the input data type of the function.
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.geo.DimensionSelectingLatLngDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.geo.LatLngDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.geo.LngLatDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.MinKDistance
-
- getInputTypeRestriction() - Method in interface de.lmu.ifi.dbs.elki.distance.distancefunction.PrimitiveDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.DimensionSelectingDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.DimensionsSelectingEuclideanDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.AbstractEditDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.LCSSDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.WeightedDistanceFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractIndexBasedSimilarityFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.AbstractPrimitiveSimilarityFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.FooKernelFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.LinearKernelFunction
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.PolynomialKernelFunction
-
- getInputTypeRestriction() - Method in interface de.lmu.ifi.dbs.elki.distance.similarityfunction.PrimitiveSimilarityFunction
-
- getInputTypeRestriction() - Method in interface de.lmu.ifi.dbs.elki.distance.similarityfunction.SimilarityFunction
-
Get the input data type of the function.
- getInputTypeRestriction() - Method in interface de.lmu.ifi.dbs.elki.index.IndexFactory
-
Get the input type restriction used for negotiating the data query.
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.localpca.AbstractFilteredPCAIndex.Factory
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.preference.AbstractPreferenceVectorIndex.Factory
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborPreprocessor.Factory
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex.Factory
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTreeFactory
-
- getInputTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTreeFactory
-
- getIntegerID() - Method in interface de.lmu.ifi.dbs.elki.database.ids.DBID
-
Return the integer value of the object ID, if possible.
- getIntegerID() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerDBID
-
Return the integer value of the object ID.
- getInternalErrors() - Method in exception de.lmu.ifi.dbs.elki.utilities.optionhandling.InternalParameterizationErrors
-
- getInterval(Integer) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique.CLIQUEUnit
-
Returns the interval of the specified dimension.
- getIntervals() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique.CLIQUEUnit
-
Returns a sorted set of the intervals of which this unit is build.
- getInverse() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.AffineTransformation
-
Get a copy of the inverse matrix
- getInvertedRows() - Method in class de.lmu.ifi.dbs.elki.data.model.BiclusterWithInverted
-
Provides a copy of the inverted column IDs.
- getIterableResults(Result) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
-
Return all Iterable results
- getJPEGQuality() - Method in class de.lmu.ifi.dbs.elki.visualization.savedialog.SaveOptionsPanel
-
Returns the quality value in the quality field.
- getK() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.GammaDistribution
-
- getK() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor
-
Get the value of 'k' supported by this preprocessor.
- getK() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.KNNHeap
-
Get the K parameter ("maxsize" internally).
- getK() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.KNNList
-
Get the K parameter.
- getK_0() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ApproximationLine
-
Returns the start value for k.
- getK_max() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTree
-
Returns the value of the k_max parameter.
- getK_max() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTree
-
Returns the value of the k_max parameter.
- getK_max() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabDirectoryEntry
-
- getK_max() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabEntry
-
Returns the parameter k_max.
- getK_max() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabLeafEntry
-
- getK_max() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.MkTreeHeader
-
Returns the parameter k.
- getKernel() - Method in class de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel.KernelMatrix
-
Get the kernel matrix.
- getKmax() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.AbstractMkTreeUnified
-
Get the value of k_max.
- getKNN(Relation<V>, SimilarityQuery<V, IntegerDistance>, DBID) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD
-
Provides the k nearest neighbors in terms of the shared nearest neighbor
distance.
- getKNN(DBID) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor
-
Returns the materialized kNNs of the specified id.
- getKNNAndRkNNQueries(Relation<O>, StepProgress) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.OnlineLOF
-
Get the kNN and rkNN queries for the algorithm.
- getKnnDistance() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxDirectoryEntry
-
- getKnnDistance() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxEntry
-
Returns the knn distance of the entry.
- getKnnDistance() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxLeafEntry
-
- getKnnDistance(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabDirectoryEntry
-
- getKnnDistance(int) - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.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.mktrees.mktab.MkTabLeafEntry
-
- getKNNDistance() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.KNNHeap
-
Get the distance to the k nearest neighbor, or maxdist otherwise.
- getKNNDistance() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.KNNList
-
Get the distance to the k nearest neighbor, or maxdist otherwise.
- getKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppDirectoryEntry
-
Returns the polynomial approximation.
- getKnnDistanceApproximation() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppEntry
-
Returns the polynomial approximation.
- getKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppLeafEntry
-
Returns the polynomial approximation.
- getKnnDistances() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabDirectoryEntry
-
- getKnnDistances() - Method in interface de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabEntry
-
Returns the list of knn distances of the entry.
- getKnnDistances() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabLeafEntry
-
- getKNNForBulkDBIDs(ArrayDBIDs, int) - Method in interface de.lmu.ifi.dbs.elki.database.query.knn.KNNQuery
-
Bulk query method
- getKNNForBulkDBIDs(ArrayDBIDs, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.LinearScanKNNQuery
-
- getKNNForBulkDBIDs(ArrayDBIDs, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.LinearScanPrimitiveDistanceKNNQuery
-
- getKNNForBulkDBIDs(ArrayDBIDs, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.PreprocessorKNNQuery
-
- getKNNForBulkDBIDs(ArrayDBIDs, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query.MetricalIndexKNNQuery
-
- getKNNForBulkDBIDs(ArrayDBIDs, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.DoubleDistanceRStarTreeKNNQuery
-
- getKNNForBulkDBIDs(ArrayDBIDs, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeKNNQuery
-
- getKNNForBulkHeaps(Map<DBID, KNNHeap<D>>) - Method in interface de.lmu.ifi.dbs.elki.database.query.knn.KNNQuery
-
Bulk query method configured by a map.
- getKNNForBulkHeaps(Map<DBID, KNNHeap<D>>) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.LinearScanKNNQuery
-
- getKNNForBulkHeaps(Map<DBID, KNNHeap<D>>) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.LinearScanPrimitiveDistanceKNNQuery
-
- getKNNForBulkHeaps(Map<DBID, KNNHeap<D>>) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.PreprocessorKNNQuery
-
- getKNNForBulkHeaps(Map<DBID, KNNHeap<D>>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query.MetricalIndexKNNQuery
-
- getKNNForBulkHeaps(Map<DBID, KNNHeap<DoubleDistance>>) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.DoubleDistanceRStarTreeKNNQuery
-
- getKNNForBulkHeaps(Map<DBID, KNNHeap<D>>) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeKNNQuery
-
- getKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.AbstractDistanceKNNQuery
-
- getKNNForDBID(DBID, int) - Method in interface de.lmu.ifi.dbs.elki.database.query.knn.KNNQuery
-
Get the k nearest neighbors for a particular id.
- getKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.LinearScanKNNQuery
-
- getKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.LinearScanPrimitiveDistanceKNNQuery
-
- getKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.LinearScanRawDoubleDistanceKNNQuery
-
- getKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.PreprocessorKNNQuery
-
- getKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query.MetricalIndexKNNQuery
-
- getKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.DoubleDistanceRStarTreeKNNQuery
-
- getKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeKNNQuery
-
- getKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.AbstractDistanceKNNQuery
-
- getKNNForObject(O, int) - Method in interface de.lmu.ifi.dbs.elki.database.query.knn.KNNQuery
-
Get the k nearest neighbors for a particular id.
- getKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.LinearScanKNNQuery
-
- getKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.LinearScanRawDoubleDistanceKNNQuery
-
- getKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.database.query.knn.PreprocessorKNNQuery
-
- getKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query.MetricalIndexKNNQuery
-
- getKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.DoubleDistanceRStarTreeKNNQuery
-
- getKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeKNNQuery
-
- getKNNQueries(Relation<O>, StepProgress) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF
-
Get the kNN queries for the algorithm.
- getKNNQueries(Database, Relation<O>, StepProgress) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LoOP
-
Get the kNN queries for the algorithm.
- getKNNQuery(DistanceQuery<O, D>, Object...) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getKNNQuery(DistanceQuery<O, D>, Object...) - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Get a KNN query object for the given distance query.
- getKNNQuery(Database, DistanceFunction<? super O, D>, Object...) - Static method in class de.lmu.ifi.dbs.elki.database.QueryUtil
-
Get a KNN query object for the given distance function.
- getKNNQuery(Relation<O>, DistanceFunction<? super O, D>, Object...) - Static method in class de.lmu.ifi.dbs.elki.database.QueryUtil
-
Get a KNN query object for the given distance function.
- getKNNQuery(DistanceQuery<O, D>, Object...) - Method in interface de.lmu.ifi.dbs.elki.index.KNNIndex
-
Get a KNN query object for the given distance query and k.
- getKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor
-
- getKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTreeIndex
-
- getKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTreeIndex
-
- getKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTreeIndex
-
- getKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabTreeIndex
-
- getKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTreeIndex
-
- getKNNQuery(DistanceQuery<O, D>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeIndex
-
- getKNNQuery(AbstractRStarTree<?, ?>, SpatialDistanceQuery<O, D>, Object...) - Static method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.RStarTreeUtil
-
Get an RTree knn query, using an optimized double implementation when
possible.
- getKNNQuery(DistanceQuery<O, D>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTreeIndex
-
- getKNNReach() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF.LOFResult
-
- getKNNRefer() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF.LOFResult
-
- getKnownImplementations() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassListParameter
-
Get an iterator over all known implementations of the class restriction.
- getKnownImplementations() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassParameter
-
Get an iterator over all known implementations of the class restriction.
- 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.data.type.SimpleTypeInformation
-
Get the type label
- getLabel(int) - Method in class de.lmu.ifi.dbs.elki.data.type.VectorFieldTypeInformation
-
Get the column label
- getLargestPageID() - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexHeader
-
- getLastPathComponent() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTreePath
-
Returns the last component of this path.
- getLayer() - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization
-
- getLayer() - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.thumbs.ThumbnailVisualization
-
- getLayer() - Method in interface de.lmu.ifi.dbs.elki.visualization.visualizers.Visualization
-
Get the SVG layer of the given visualization.
- 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 minimum 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, SpatialComparable) - 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.index.tree.metrical.MetricalIndexTree
-
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.metrical.mtreevariants.AbstractMTree
-
- getLeaves() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
-
- getLeaves() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialIndexTree
-
Returns a list of entries pointing to the leaf entries 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.
- getLes() - Method in class de.lmu.ifi.dbs.elki.data.model.LinearEquationModel
-
Get assigned Linear Equation System
- getLevel() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
-
Returns the level of this interval.
- getLinearScanKNNQuery(DistanceQuery<O, D>) - Static method in class de.lmu.ifi.dbs.elki.database.QueryUtil
-
Get a linear scan query for the given distance query.
- getLinearScanRangeQuery(DistanceQuery<O, D>) - Static method in class de.lmu.ifi.dbs.elki.database.QueryUtil
-
Get a linear scan query for the given distance query.
- getLineWidth(String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
- getLineWidth(String) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Get line width
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class de.lmu.ifi.dbs.elki.application.visualization.KNNExplorer.ExplorerWindow.SeriesLabelRenderer
-
- getListSize() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ListParameter
-
Returns the size of this list parameter.
- getLocalities(DBIDs, Relation<V>, DistanceQuery<V, DoubleDistance>, RangeQuery<V, DoubleDistance>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS
-
Computes the localities of the specified medoids: for each medoid m the
objects in the sphere centered at m with radius minDist are determined,
where minDist is the minimum distance between medoid m and any other medoid
m_i.
- getLocalProjection(DBID) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.localpca.AbstractFilteredPCAIndex
-
- getLocalProjection(DBID) - Method in interface de.lmu.ifi.dbs.elki.index.preprocessed.localpca.FilteredLocalPCAIndex
-
Get the precomputed local PCA for a particular object ID.
- getLocalProjection(DBID) - Method in interface de.lmu.ifi.dbs.elki.index.preprocessed.LocalProjectionIndex
-
Get the precomputed local projection for a particular object ID.
- getLocalProjection(DBID) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex
-
- getLocalProjection(DBID) - Method in interface de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.SubspaceProjectionIndex
-
Get the precomputed local subspace for a particular object ID.
- getLofs() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF.LOFResult
-
- getLog10Res() - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Get resolution (scale interval size)
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.AbstractAlgorithm
-
Get the (STATIC) logger for this class.
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.APRIORI
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.CASH
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ERiC
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.FourC
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.HiCO
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DBSCAN
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.EM
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.KMeans
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SLINK
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.SNNClustering
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.CLIQUE
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.DiSH
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.HiSC
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PreDeCon
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.SUBCLU
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.trivial.ByLabelClustering
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.trivial.ByLabelHierarchicalClustering
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.trivial.TrivialAllInOne
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.trivial.TrivialAllNoise
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.DummyAlgorithm
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.KNNDistanceOrder
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.KNNJoin
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.MaterializeDistances
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.NullAlgorithm
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.AggarwalYuEvolutionary
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.AggarwalYuNaive
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.DBOutlierDetection
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.DBOutlierScore
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.EMOutlier
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.GaussianModel
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.GaussianUniformMixture
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.INFLO
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.KNNOutlier
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.KNNWeightOutlier
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LDOF
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOCI
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LoOP
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.meta.ExternalDoubleOutlierScore
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.meta.FeatureBagging
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.meta.RescaleMetaOutlierAlgorithm
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.OnlineLOF
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.OPTICSOF
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.ReferenceBasedOutlierDetection
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuGLSBackwardSearchAlgorithm
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMeanMultipleAttributes
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMedianAlgorithm
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMedianMultipleAttributes
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuMoranScatterplotOutlier
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuRandomWalkEC
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuScatterplotOutlier
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuZTestOutlier
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood
-
The logger to use for error reporting.
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExtendedNeighborhood
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExternalNeighborhood
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.PrecomputedKNearestNeighborNeighborhood
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.SLOM
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.SOF
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.TrimmedMeanApproach
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.trivial.ByLabelOutlier
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.trivial.TrivialAllOutlier
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.trivial.TrivialNoOutlier
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.statistics.DistanceStatisticsWithClasses
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.statistics.EvaluateRankingQuality
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.algorithm.statistics.RankingQualityHistogram
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.database.HashmapDatabase
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.database.ProxyDatabase
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.database.StaticArrayDatabase
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.AbstractDatabaseConnection
-
Get the logger for this database connection.
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.EmptyDatabaseConnection
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.ExternalIDJoinDatabaseConnection
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.InputStreamDatabaseConnection
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.LabelJoinDatabaseConnection
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.AbstractParser
-
Get the logger for this class.
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.BitVectorLabelParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.DoubleVectorLabelParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.DoubleVectorLabelTransposingParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.FloatVectorLabelParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.NumberDistanceParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.ParameterizationFunctionLabelParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.SimplePolygonParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.SparseBitVectorLabelParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.SparseFloatVectorLabelParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.TermFrequencyParser
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.datasource.RandomDoubleVectorDatabaseConnection
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.AbstractPreprocessorIndex
-
Get the classes static logger.
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNPreprocessor
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MetricalIndexApproximationMaterializeKNNPreprocessor
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.SpatialApproximationMaterializeKNNPreprocessor
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.localpca.KNNQueryFilteredPCAIndex
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.localpca.RangeQueryFilteredPCAIndex
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.preference.DiSHPreferenceVectorIndex
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.preference.HiSCPreferenceVectorIndex
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborPreprocessor
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.FourCSubspaceIndex
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.PreDeConSubspaceIndex
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Get the (STATIC) logger for this class.
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTree
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTree
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTree
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabTree
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTree
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTree
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeIndex
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTree
-
- getLogger() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTreeIndex
-
- getLogger(Class<?>) - Static method in class de.lmu.ifi.dbs.elki.logging.Logging
-
Retrieve logging utility for a particular class.
- getLogger(String) - Static method in class de.lmu.ifi.dbs.elki.logging.Logging
-
Retrieve logging utility for a particular class.
- getLogicalReadOperations(PageFileStatistics) - Static method in class de.lmu.ifi.dbs.elki.persistent.PageFileUtil
-
Get the number of (logical) read operations (without caching).
- getLogicalWriteOperations(PageFileStatistics) - Static method in class de.lmu.ifi.dbs.elki.persistent.PageFileUtil
-
Get the number of (logical) write operations (without caching).
- getLongName() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepAreaResult
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODProxyScoreResult
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExtendedNeighborhood
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExternalNeighborhood
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.PrecomputedKNearestNeighborNeighborhood
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationAnalysisSolution
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.ArrayRecordStore.StorageAccessor
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.ArrayStore
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.MapRecordStore.StorageAccessor
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.MapStore
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.database.relation.ConvertToStringView
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.database.relation.DBIDView
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.database.relation.MaterializedRelation
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.database.relation.ProxyView
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.evaluation.similaritymatrix.ComputeSimilarityMatrixImage.SimilarityMatrix
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.AbstractIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNPreprocessor
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MetricalIndexApproximationMaterializeKNNPreprocessor
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.SpatialApproximationMaterializeKNNPreprocessor
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.localpca.KNNQueryFilteredPCAIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.localpca.RangeQueryFilteredPCAIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.preference.DiSHPreferenceVectorIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.preference.HiSCPreferenceVectorIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborPreprocessor
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.FourCSubspaceIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.PreDeConSubspaceIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTreeIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTreeIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTreeIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabTreeIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTreeIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTreeIndex
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.result.BasicResult
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ClusterOrderAdapter
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.PredecessorAdapter
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ReachabilityDistanceAdapter
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.result.outlier.BasicOutlierScoreMeta
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.result.outlier.OrderingFromRelation
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
-
- getLongName() - Method in interface de.lmu.ifi.dbs.elki.result.Result
-
A "pretty" name for the result, for use in titles, captions and menus.
- getLongName() - Method in class de.lmu.ifi.dbs.elki.result.SelectionResult
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.visualization.projections.AbstractProjection
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.visualization.projector.HistogramProjector
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.visualization.projector.OPTICSProjector
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.visualization.projector.ScatterPlotProjector
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
- getLongName() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizerContext
-
- getLongResultName() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.AbstractProjectedDBSCAN
-
Return the long result name.
- getLongResultName() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.FourC
-
- getLongResultName() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PreDeCon
-
- getLowerHull() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ConvexHull
-
Returns the lower hull.
- getLPNormP(AbstractMTree<?, ?, ?, ?>) - Static method in class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.TreeSphereVisualization
-
Get the "p" value of an Lp norm.
- getLrds() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF.LOFResult
-
- getM() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.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.
- getMatrixSize() - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskUpperTriangleMatrix
-
Query the size of the matrix.
- getMax(int) - Method in class de.lmu.ifi.dbs.elki.data.AbstractNumberVector
-
- getMax(int) - Method in class de.lmu.ifi.dbs.elki.data.HyperBoundingBox
-
Returns the coordinate at the specified dimension of the maximum hyper
point
- getMax() - Method in class de.lmu.ifi.dbs.elki.data.Interval
-
Returns the maximum (right) value of the interval.
- getMax(int) - Method in class de.lmu.ifi.dbs.elki.data.spatial.Polygon
-
- getMax(int) - Method in class de.lmu.ifi.dbs.elki.data.spatial.PolygonsObject
-
- getMax(int) - Method in interface de.lmu.ifi.dbs.elki.data.spatial.SpatialComparable
-
Returns the maximum coordinate at the specified dimension.
- getMax(SpatialComparable) - Static method in class de.lmu.ifi.dbs.elki.data.spatial.SpatialUtil
-
Returns a clone of the maximum hyper point.
- getMax() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.UniformDistribution
-
- getMax(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTreeNode
-
- 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.SpatialPair
-
- getMax(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialPointLeafEntry
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.math.DoubleMinMax
-
Get the current maximum.
- getMax() - Method in class de.lmu.ifi.dbs.elki.math.MinMax
-
Get the current maximum.
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.ClipScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.GammaScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.IdentityScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.LinearScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.MinusLogScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.HeDESNormalizationOutlierScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MixtureModelOutlierScalingFunction
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MultiplicativeInverseScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierGammaScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierLinearScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierMinusLogScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierSqrtScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.RankingPseudoOutlierScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.SigmoidOutlierScalingFunction
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.SqrtStandardDeviationScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.StandardDeviationScaling
-
- getMax() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.TopKOutlierScaling
-
- getMax() - Method in interface de.lmu.ifi.dbs.elki.utilities.scaling.ScalingFunction
-
Get maximum resulting value.
- getMax() - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Get maximum value (scale, not data).
- getMaxDim() - Method in class de.lmu.ifi.dbs.elki.data.SparseFloatVector
-
Get the maximum dimensionality.
- getMaximum() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepArea
-
Get the start value = maximum value
- getMaximumDistance() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.KNNHeap
-
Get maximum distance in heap
- getMaximumDistance() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.KNNList
-
Get maximum distance in list
- getMaxRef() - Method in class de.lmu.ifi.dbs.elki.data.ModifiableHyperBoundingBox
-
Returns the reference to the maximum hyper point.
- getMaxSize() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.TopBoundedHeap
-
- getMaxSplitDimension() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash.CASHInterval
-
Returns the maximum split dimension.
- getMean() - Method in class de.lmu.ifi.dbs.elki.data.model.MeanModel
-
- getMean() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.NormalDistribution
-
- getMean() - Method in class de.lmu.ifi.dbs.elki.math.Mean
-
Return mean
- getMean() - Method in class de.lmu.ifi.dbs.elki.math.MeanVariance
-
Return mean
- getMeanKNNList(DBIDs, Map<DBID, KNNList<D>>) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTree
-
- getMeanVector() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.CovarianceMatrix
-
Get the mean as vector.
- getMeanVector(Relation<? extends F>) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.CovarianceMatrix
-
Get the mean as vector.
- getMetricalIndex(Relation<O>) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MetricalIndexApproximationMaterializeKNNPreprocessor
-
Do some (limited) type checking, then cast the database into a spatial
database.
- getMib() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepDownArea
-
Get the maximum in-between value
- getMin(int) - Method in class de.lmu.ifi.dbs.elki.data.AbstractNumberVector
-
- getMin(int) - Method in class de.lmu.ifi.dbs.elki.data.HyperBoundingBox
-
Returns the coordinate at the specified dimension of the minimum hyper
point
- getMin() - Method in class de.lmu.ifi.dbs.elki.data.Interval
-
Returns the minimum (left) value of the interval.
- getMin(int) - Method in class de.lmu.ifi.dbs.elki.data.spatial.Polygon
-
- getMin(int) - Method in class de.lmu.ifi.dbs.elki.data.spatial.PolygonsObject
-
- getMin(int) - Method in interface de.lmu.ifi.dbs.elki.data.spatial.SpatialComparable
-
Returns the minimum coordinate at the specified dimension.
- getMin(SpatialComparable) - Static method in class de.lmu.ifi.dbs.elki.data.spatial.SpatialUtil
-
Returns a clone of the minimum hyper point.
- getMin() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.UniformDistribution
-
- getMin(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTreeNode
-
- 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.SpatialPair
-
- getMin(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialPointLeafEntry
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.math.DoubleMinMax
-
Get the current minimum.
- getMin() - Method in class de.lmu.ifi.dbs.elki.math.MinMax
-
Get the current minimum.
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.ClipScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.GammaScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.IdentityScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.LinearScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.MinusLogScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.HeDESNormalizationOutlierScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MixtureModelOutlierScalingFunction
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MultiplicativeInverseScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierGammaScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierLinearScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierMinusLogScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierSqrtScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.RankingPseudoOutlierScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.SigmoidOutlierScalingFunction
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.SqrtStandardDeviationScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.StandardDeviationScaling
-
- getMin() - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.TopKOutlierScaling
-
- getMin() - Method in interface de.lmu.ifi.dbs.elki.utilities.scaling.ScalingFunction
-
Get minimum resulting value.
- getMin() - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Get minimum value (scale, not data).
- getMinPts() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu
-
- getMinPts() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS
-
- getMinPts() - Method in interface de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSTypeAlgorithm
-
Get the minpts value used.
- getMinpts() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.DiSHDistanceFunction
-
Get the minpts value.
- getMinpts() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.preference.DiSHPreferenceVectorIndex.Factory
-
Return the minpts value
- getMinRef() - Method in class de.lmu.ifi.dbs.elki.data.ModifiableHyperBoundingBox
-
Returns a reference to the minimum hyper point.
- getModel() - Method in class de.lmu.ifi.dbs.elki.data.Cluster
-
Access model object
- getNaiveStddev() - Method in class de.lmu.ifi.dbs.elki.math.MeanVariance
-
- getNaiveVariance() - Method in class de.lmu.ifi.dbs.elki.math.MeanVariance
-
- getName() - Method in class de.lmu.ifi.dbs.elki.data.Cluster
-
Get Cluster name.
- getName() - Method in interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterface
-
Get cluster name
- getName() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Get cluster name.
- getName() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorStatic
-
Get cluster name
- 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.parameters.Parameter
-
Returns the name of the option.
- getName() - Method in class de.lmu.ifi.dbs.elki.visualization.colors.ListBasedColorLibrary
-
Get the color scheme name.
- getName() - Method in class de.lmu.ifi.dbs.elki.visualization.css.CSSClass
-
Get the class name.
- getName() - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
Get the style scheme name.
- getNameAt(int) - Method in class de.lmu.ifi.dbs.elki.data.HierarchicalClassLabel
-
Returns the name at the given level as a String.
- getNameAutomatic() - Method in class de.lmu.ifi.dbs.elki.data.Cluster
-
Return either the assigned name or the suggested label
- getNameFor(Cluster<?>) - Method in interface de.lmu.ifi.dbs.elki.result.textwriter.naming.NamingScheme
-
Retrieve a name for the given cluster.
- getNameFor(Cluster<?>) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.naming.SimpleEnumeratingScheme
-
Retrieve the cluster name.
- getNearestNeighborSet(DBID) - Method in interface de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborIndex
-
Get the precomputed nearest neighbors
- getNearestNeighborSet(DBID) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborPreprocessor
-
- getNeighborDBIDs(DBID) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood
-
- getNeighborDBIDs(DBID) - Method in interface de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.NeighborSetPredicate
-
Get the neighbors of a reference object for DBSCAN.
- getNeighborSetPredicateFactory() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractNeighborhoodOutlier
-
Get the predicate to obtain the neighbors.
- getNewRandomGenerator() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Create a new random generator (reproducible)
- getNextEmptyPageID() - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractStoringPageFile
-
Returns the next empty page id.
- getNextPageID() - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractStoringPageFile
-
Returns the next page id.
- getNextPageID() - Method in class de.lmu.ifi.dbs.elki.persistent.LRUCache
-
- getNextPageID() - Method in interface de.lmu.ifi.dbs.elki.persistent.PageFile
-
Returns the next page id.
- getNode(int) - Method in class de.lmu.ifi.dbs.elki.gui.util.DynamicParameters
-
Get the node in this nth row of the flattened tree.
- getNode(Integer) - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Returns the node with the specified id.
- getNode(E) - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Returns the node that is represented by the specified entry.
- getNodeClass() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTreeFactory
-
- getNodeClass() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCopTreeFactory
-
- getNodeClass() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTreeFactory
-
- getNodeClass() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabTreeFactory
-
- getNodeClass() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTreeFactory
-
- getNodeClass() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeFactory
-
- getNodeClass() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTreeFactory
-
- getNonSpatialDistanceFunction() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractDistanceBasedSpatialOutlier
-
Get the non-spatial relation
- getNormalizedLinearEquationSystem(Normalization<?>) - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationAnalysisSolution
-
Returns the linear equation system for printing purposes.
- getNotNullMask() - Method in interface de.lmu.ifi.dbs.elki.data.SparseFeatureVector
-
Bit set of non-null features
- getNotNullMask() - Method in class de.lmu.ifi.dbs.elki.data.SparseFloatVector
-
- getNumberOfNativeColors() - Method in interface de.lmu.ifi.dbs.elki.visualization.colors.ColorLibrary
-
Return the number of native colors available.
- getNumberOfNativeColors() - Method in class de.lmu.ifi.dbs.elki.visualization.colors.ListBasedColorLibrary
-
- getNumberOfNeighbors() - Method in interface de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborIndex.Factory
-
Get the number of neighbors
- getNumberOfNeighbors() - Method in interface de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborIndex
-
Get the number of neighbors
- getNumberOfNeighbors() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborPreprocessor.Factory
-
Get the number of neighbors
- getNumberOfNeighbors() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborPreprocessor
-
Get the number of neighbors
- getNumberOfPointsInLowerHull() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ConvexHull
-
Returns the number of points in lower hull
- getNumberOfPointsInUpperHull() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ConvexHull
-
Returns the number of points in upper hull
- getNumBins() - Method in class de.lmu.ifi.dbs.elki.data.images.AbstractComputeColorHistogram
-
Get the number of bins.
- getNumBins() - Method in class de.lmu.ifi.dbs.elki.data.images.ComputeHSBColorHistogram
-
- getNumBins() - Method in class de.lmu.ifi.dbs.elki.data.images.ComputeNaiveRGBColorHistogram
-
- getNumBins() - Method in class de.lmu.ifi.dbs.elki.math.FlexiHistogram
-
- getNumBins() - Method in class de.lmu.ifi.dbs.elki.math.ReplacingHistogram
-
Get the number of bins actually in use.
- 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.
- getNumRecords() - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskArray
-
Get number of records in file.
- getObject() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.IntegerPriorityObject
-
Get the stored object payload
- getObjects() - Method in class de.lmu.ifi.dbs.elki.database.datastore.DataStoreEvent
-
Returns the objects that have been changed and the type of change.
- getObjects() - Method in class de.lmu.ifi.dbs.elki.datasource.parser.DistanceParsingResult
-
Get the objects
- getObjects() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.KNNChangeEvent
-
Returns the ids of the removed or inserted kNNs (according to the type of
this event).
- getObjectsByLabelMatch(Database, Pattern) - Static method in class de.lmu.ifi.dbs.elki.utilities.DatabaseUtil
-
Find object by matching their labels.
- getOffset(DBID) - Method in interface de.lmu.ifi.dbs.elki.database.ids.DBIDRange
-
Get offset in the array for a particular DBID.
- getOffset(DBID) - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerDBIDRange
-
For storage array offsets.
- getOpacity(String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
- getOpacity(String) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Get opacity
- getOPTICSPlot(VisualizerContext) - Method in class de.lmu.ifi.dbs.elki.visualization.projector.OPTICSProjector
-
Get or produce the actual OPTICS plot.
- 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.
- getOptionID() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Return the OptionID of this option.
- getOrCreateDefaultClustering() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizerContext
-
Convenience method to get the clustering to use, and fall back to a default
"clustering".
- 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.
- getOrCreateProgressBar(Progress) - Method in class de.lmu.ifi.dbs.elki.gui.util.LogPanel
-
Get an existing or create a new progress bar.
- getOrdering() - Method in class de.lmu.ifi.dbs.elki.result.outlier.OutlierResult
-
Get the outlier ordering
- getOrderingResults(Result) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
-
Collect all ordering results from a Result
- getOutlierMeta() - Method in class de.lmu.ifi.dbs.elki.result.outlier.OutlierResult
-
Get the outlier score meta data
- getOutlierResult(Result) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.meta.RescaleMetaOutlierAlgorithm
-
Find an OutlierResult to work with.
- getOutlierResults(Result) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
-
Collect all outlier results from a Result
- getOwner() - Method in class de.lmu.ifi.dbs.elki.visualization.css.CSSClass
-
Get class owner.
- getP() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.LPNormDistanceFunction
-
Get the functions p parameter.
- getPageFileStatistics() - Method in class de.lmu.ifi.dbs.elki.index.AbstractIndex
-
- getPageFileStatistics() - Method in interface de.lmu.ifi.dbs.elki.index.Index
-
Get the underlying page file (or a proxy), for access counts.
- getPageFileStatistics() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Get the index file page access statistics.
- getPageID() - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractDirectoryEntry
-
Returns the id of the node or data object that is represented by this
entry.
- getPageID() - Method in interface de.lmu.ifi.dbs.elki.index.tree.DirectoryEntry
-
Get the page ID of this leaf entry.
- getPageID(Entry) - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Convert a directory entry to its page id.
- getPageID() - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractPage
-
Returns the unique id of this Page.
- getPageID() - Method in interface de.lmu.ifi.dbs.elki.persistent.Page
-
Returns the unique id of this Page.
- getPageSize() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Get the page size of the backing storage.
- getPageSize() - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractStoringPageFile
-
Get the page size of this page file.
- getPageSize() - Method in class de.lmu.ifi.dbs.elki.persistent.DefaultPageHeader
-
Returns the size of a page in Bytes.
- getPageSize() - Method in class de.lmu.ifi.dbs.elki.persistent.LRUCache
-
- getPageSize() - Method in interface de.lmu.ifi.dbs.elki.persistent.PageFile
-
Get the page size of this page file.
- getPageSize() - Method in interface de.lmu.ifi.dbs.elki.persistent.PageHeader
-
Returns the size of a page in Bytes.
- getPairGenerator(R, boolean, boolean) - Static method in class de.lmu.ifi.dbs.elki.evaluation.paircounting.PairCountingFMeasure
-
Get a pair generator for the given Clustering
- getParameterAlpha(Parameterization) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuGLSBackwardSearchAlgorithm.Parameterizer
-
Get the alpha parameter
- getParameterDelta(Parameterization) - Static method in class de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries.EDRDistanceFunction.Parameterizer
-
Get parameter delta.
- getParameterInnerNeighborhood(Parameterization) - Static method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExtendedNeighborhood.Factory.Parameterizer
-
Inner neighborhood parameter.
- getParameterInnerNeighborhood(Parameterization) - Static method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted.LinearWeightedExtendedNeighborhood.Factory.Parameterizer
-
Inner neighborhood parameter.
- getParameterInputFile(Parameterization) - Method in class de.lmu.ifi.dbs.elki.application.AbstractApplication.Parameterizer
-
Get the input file parameter.
- getParameterInputFile(Parameterization, String) - Method in class de.lmu.ifi.dbs.elki.application.AbstractApplication.Parameterizer
-
Get the input file parameter
- getParameterizationFactoryMethod(Class<C>, Class<?>) - Static method in class de.lmu.ifi.dbs.elki.utilities.ClassGenericsUtil
-
Inspect the class for a static "parameterize" method that satisfies certain
constraints.
- getParameterizer(Class<?>) - Static method in class de.lmu.ifi.dbs.elki.utilities.ClassGenericsUtil
-
Get a parameterizer for the given class.
- getParameterK(Parameterization) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.CTLuGLSBackwardSearchAlgorithm.Parameterizer
-
Get the k parameter
- getParameterNeighborhoodFile(Parameterization) - Static method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExternalNeighborhood.Factory.Parameterizer
-
Get the neighborhood parameter.
- getParameterOutputFile(Parameterization) - Method in class de.lmu.ifi.dbs.elki.application.AbstractApplication.Parameterizer
-
Get the output file parameter.
- getParameterOutputFile(Parameterization, String) - Method in class de.lmu.ifi.dbs.elki.application.AbstractApplication.Parameterizer
-
Get the output file parameter.
- getParameterSteps(Parameterization) - Static method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExtendedNeighborhood.Factory.Parameterizer
-
Get the number of steps to do in the neighborhood graph.
- getParameterSteps(Parameterization) - Static method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted.LinearWeightedExtendedNeighborhood.Factory.Parameterizer
-
Get the number of steps to do in the neighborhood graph.
- getParams() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.LevenbergMarquardtMethod
-
Get current parameters.
- getParent(Object) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.TrackParameters
-
Traverse the tree upwards.
- 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.
- getParentIterator() - Method in class de.lmu.ifi.dbs.elki.utilities.iterator.AbstractFilteredIterator
-
Get an iterator for the actual data.
- getParentIterator() - Method in class de.lmu.ifi.dbs.elki.utilities.iterator.TypeFilterIterator
-
- getParentIterator() - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj.CurveVisFactory.CurveFilter
-
- getParentPath() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTreePath
-
Returns a path containing all the elements of this object, except the last
path component.
- getParents() - Method in class de.lmu.ifi.dbs.elki.data.Cluster
-
Delegate to hierarchy object
- getParents() - Method in interface de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy.Hierarchical
-
Get parents list.
- getParents(O) - Method in interface de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy.Hierarchy
-
Get parents list.
- getParents(O) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy.HierarchyHashmapList
-
- getParents(O) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.hierarchy.HierarchyReferenceLists
-
Return parents
- getPartitionAlgorithm(DistanceQuery<V, D>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
-
Returns the partition algorithm.
- getPartitionDistanceQuery() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.COPAC
-
Get the last used distance query (to expose access to the preprocessor)
Used by ERiC.
- getPath() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTreePath
-
Returns an ordered list of IndexPathComponents containing the components of
this IndexPath.
- getPathComponent(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTreePath
-
Returns the path component at the specified index.
- 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.
- getPathCount() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTreePath
-
Returns the number of elements in the path.
- getPattern() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.AbstractDistance
-
Get the pattern accepted by this distance
- getPattern() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.BitDistance
-
- getPattern() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.DoubleDistance
-
- getPattern() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.FloatDistance
-
- getPattern() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.IntegerDistance
-
- getPattern() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.PCACorrelationDistance
-
- getPattern() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.PreferenceVectorBasedCorrelationDistance
-
- getPattern() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.SubspaceDistance
-
- getPCAResult() - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationModel
-
Get assigned PCA result
- getPhysicalReadOperations(PageFileStatistics) - Static method in class de.lmu.ifi.dbs.elki.persistent.PageFileUtil
-
Get the number of (physical) read operations (with caching).
- getPhysicalWriteOperations(PageFileStatistics) - Static method in class de.lmu.ifi.dbs.elki.persistent.PageFileUtil
-
Get the number of (physical) write operations (with caching).
- getPivot() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.LUDecomposition
-
Return pivot permutation vector
- getPlot() - Method in class de.lmu.ifi.dbs.elki.visualization.batikutil.JSVGSynchronizedCanvas
-
Get the currently displayed SVG plot.
- getPlot() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
Get the OPTICS plot.
- getPlot() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
- getPoints() - Method in interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterface
-
Get points.
- getPoints() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Return the list of points (no copy)
- getPoints() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorStatic
-
Get cluster points
- getPolygons() - Method in class de.lmu.ifi.dbs.elki.data.spatial.PolygonsObject
-
Access the polygon data.
- getPolynomialOrder() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.PolynomialApproximation
-
Returns the order of the polynom.
- getPossibleValues() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.EnumParameter
-
Get a list of possible values for this enum parameter.
- getPredecessorID() - Method in interface de.lmu.ifi.dbs.elki.result.optics.ClusterOrderEntry
-
Returns the id of the predecessor of this entry if this entry has a
predecessor, null otherwise.
- getPredecessorID() - Method in class de.lmu.ifi.dbs.elki.result.optics.DoubleDistanceClusterOrderEntry
-
Returns the id of the predecessor of this entry if this entry has a
predecessor, null otherwise.
- getPredecessorID() - Method in class de.lmu.ifi.dbs.elki.result.optics.GenericClusterOrderEntry
-
Returns the id of the predecessor of this entry if this entry has a
predecessor, null otherwise.
- getPreferenceVector(DBID) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.preference.AbstractPreferenceVectorIndex
-
- getPreferenceVector(DBID) - Method in interface de.lmu.ifi.dbs.elki.index.preprocessed.preference.PreferenceVectorIndex
-
Get the precomputed preference vector for a particular object ID.
- getPreprocessor() - Method in class de.lmu.ifi.dbs.elki.database.query.knn.PreprocessorKNNQuery
-
Get the preprocessor instance.
- getPreprocessor() - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.PreprocessorRKNNQuery
-
Get the preprocessor instance.
- getPriority() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.IntegerPriorityObject
-
Get the priority.
- getProbClusterIGivenX(DBID) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.EM
-
Get the probabilities for a given point.
- getProcessed() - Method in class de.lmu.ifi.dbs.elki.logging.progress.AbstractProgress
-
Get the number of items already processed at a time being.
- getProgress() - Method in class de.lmu.ifi.dbs.elki.logging.progress.ProgressLogRecord
-
Get the objects progress.
- getProgresses() - Method in class de.lmu.ifi.dbs.elki.logging.progress.ProgressTracker
-
Get a list of progresses tracked.
- getProgressiveKnnDistanceApproximation() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPLeafEntry
-
Returns the progressive approximation line.
- getProj() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
- getProperty(String) - Method in class de.lmu.ifi.dbs.elki.properties.Properties
-
- getPropertyNames() - Method in class de.lmu.ifi.dbs.elki.properties.Properties
-
Get a collection of all property names in this file.
- getPropertyValue(String, String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
Retrieve the property value for a particular path + type pair.
- 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
- getRange(int) - Method in class de.lmu.ifi.dbs.elki.result.RangeSelection
-
Get a single selection range.
- getRangeDouble(V) - Static method in class de.lmu.ifi.dbs.elki.data.VectorUtil
-
Return the range across all dimensions.
- getRangeForBulkDBIDs(ArrayDBIDs, D) - Method in class de.lmu.ifi.dbs.elki.database.query.range.AbstractDistanceRangeQuery
-
- getRangeForBulkDBIDs(ArrayDBIDs, D) - Method in interface de.lmu.ifi.dbs.elki.database.query.range.RangeQuery
-
Bulk query method
- getRangeForDBID(DBID, D) - Method in class de.lmu.ifi.dbs.elki.database.query.range.AbstractDistanceRangeQuery
-
- getRangeForDBID(DBID, D) - Method in class de.lmu.ifi.dbs.elki.database.query.range.LinearScanPrimitiveDistanceRangeQuery
-
- getRangeForDBID(DBID, D) - Method in class de.lmu.ifi.dbs.elki.database.query.range.LinearScanRangeQuery
-
- getRangeForDBID(DBID, DoubleDistance) - Method in class de.lmu.ifi.dbs.elki.database.query.range.LinearScanRawDoubleDistanceRangeQuery
-
- getRangeForDBID(DBID, D) - Method in interface de.lmu.ifi.dbs.elki.database.query.range.RangeQuery
-
Get the nearest neighbors for a particular id in a given query range
- getRangeForDBID(DBID, D) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query.MetricalIndexRangeQuery
-
- getRangeForDBID(DBID, DoubleDistance) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.DoubleDistanceRStarTreeRangeQuery
-
- getRangeForDBID(DBID, D) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeRangeQuery
-
- getRangeForObject(O, D) - Method in class de.lmu.ifi.dbs.elki.database.query.range.AbstractDistanceRangeQuery
-
- getRangeForObject(O, D) - Method in class de.lmu.ifi.dbs.elki.database.query.range.LinearScanRangeQuery
-
- getRangeForObject(O, DoubleDistance) - Method in class de.lmu.ifi.dbs.elki.database.query.range.LinearScanRawDoubleDistanceRangeQuery
-
- getRangeForObject(O, D) - Method in interface de.lmu.ifi.dbs.elki.database.query.range.RangeQuery
-
Get the nearest neighbors for a particular object in a given query range
- getRangeForObject(O, D) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query.MetricalIndexRangeQuery
-
- getRangeForObject(O, DoubleDistance) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.DoubleDistanceRStarTreeRangeQuery
-
- getRangeForObject(O, D) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeRangeQuery
-
- getRangeQuery(DistanceQuery<O, D>, Object...) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getRangeQuery(DistanceQuery<O, D>, Object...) - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Get a range query object for the given distance query.
- getRangeQuery(Database, DistanceFunction<? super O, D>, Object...) - Static method in class de.lmu.ifi.dbs.elki.database.QueryUtil
-
Get a range query object for the given distance function.
- getRangeQuery(Relation<O>, DistanceFunction<? super O, D>, Object...) - Static method in class de.lmu.ifi.dbs.elki.database.QueryUtil
-
Get a range query object for the given distance function.
- getRangeQuery(DistanceQuery<O, D>, Object...) - Method in interface de.lmu.ifi.dbs.elki.index.RangeIndex
-
Get a range query object for the given distance query and k.
- getRangeQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTreeIndex
-
- getRangeQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTreeIndex
-
- getRangeQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTreeIndex
-
- getRangeQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabTreeIndex
-
- getRangeQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTreeIndex
-
- getRangeQuery(DistanceQuery<O, D>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeIndex
-
- getRangeQuery(AbstractRStarTree<?, ?>, SpatialDistanceQuery<O, D>, Object...) - Static method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.RStarTreeUtil
-
Get an RTree range query, using an optimized double implementation when
possible.
- getRangeQuery(DistanceQuery<O, D>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTreeIndex
-
- getRanges() - Method in class de.lmu.ifi.dbs.elki.result.RangeSelection
-
Get the selection range.
- getRanking(Relation<V>, int) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.ABOD
-
Main part of the algorithm.
- getRatio() - Method in class de.lmu.ifi.dbs.elki.visualization.gui.detail.DetailView
-
Get the plot ratio.
- getRatio() - Method in class de.lmu.ifi.dbs.elki.visualization.gui.overview.OverviewPlot
-
- getRatio() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
Get width-to-height ratio of image.
- getReachability() - Method in interface de.lmu.ifi.dbs.elki.result.optics.ClusterOrderEntry
-
Returns the reachability distance of this entry
- getReachability() - Method in class de.lmu.ifi.dbs.elki.result.optics.DoubleDistanceClusterOrderEntry
-
Returns the reachability distance of this entry
- getReachability() - Method in class de.lmu.ifi.dbs.elki.result.optics.GenericClusterOrderEntry
-
Returns the reachability distance of this entry
- getReadOperations() - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractPageFile
-
- getReadOperations() - Method in interface de.lmu.ifi.dbs.elki.persistent.PageFileStatistics
-
Returns the read I/O-Accesses of this file.
- getRealEigenvalues() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenvalueDecomposition
-
Return the real parts of the eigenvalues
- getRecordBuffer(int) - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskArray
-
Get a record buffer
- getRecordBuffer(int, int) - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskUpperTriangleMatrix
-
Get a record buffer
- getRecordsize() - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskArray
-
Get the size of a single record.
- getReference(Class<?>) - Static method in class de.lmu.ifi.dbs.elki.utilities.documentation.DocumentationUtil
-
Get the reference annotation of a class, or null
.
- getReferencePoints(Relation<T>) - Method in class de.lmu.ifi.dbs.elki.utilities.referencepoints.AxisBasedReferencePoints
-
- getReferencePoints(Relation<T>) - Method in class de.lmu.ifi.dbs.elki.utilities.referencepoints.FullDatabaseReferencePoints
-
- getReferencePoints(Relation<T>) - Method in class de.lmu.ifi.dbs.elki.utilities.referencepoints.GridBasedReferencePoints
-
- getReferencePoints(Relation<T>) - Method in class de.lmu.ifi.dbs.elki.utilities.referencepoints.RandomGeneratedReferencePoints
-
- getReferencePoints(Relation<T>) - Method in class de.lmu.ifi.dbs.elki.utilities.referencepoints.RandomSampleReferencePoints
-
- getReferencePoints(Relation<T>) - Method in interface de.lmu.ifi.dbs.elki.utilities.referencepoints.ReferencePointsHeuristic
-
Get the reference points for the given database.
- getReferencePoints(Relation<T>) - Method in class de.lmu.ifi.dbs.elki.utilities.referencepoints.StarBasedReferencePoints
-
- getRelation(TypeInformation, Object...) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getRelation(TypeInformation, Object...) - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Get an object representation.
- getRelation() - Method in class de.lmu.ifi.dbs.elki.database.query.AbstractDataBasedQuery
-
Give access to the underlying data query.
- getRelation() - Method in interface de.lmu.ifi.dbs.elki.database.query.distance.DistanceQuery
-
Access the underlying data query.
- getRelation() - Method in interface de.lmu.ifi.dbs.elki.database.query.knn.KNNQuery
-
Access the underlying data query.
- getRelation() - Method in interface de.lmu.ifi.dbs.elki.database.query.range.RangeQuery
-
Access the underlying data query.
- getRelation() - Method in interface de.lmu.ifi.dbs.elki.database.query.rknn.RKNNQuery
-
Access the underlying data query.
- getRelation() - Method in interface de.lmu.ifi.dbs.elki.database.query.similarity.SimilarityQuery
-
Access the underlying data query.
- getRelation() - Method in class de.lmu.ifi.dbs.elki.evaluation.similaritymatrix.ComputeSimilarityMatrixImage.SimilarityMatrix
-
Get the relation
- getRelation() - Method in class de.lmu.ifi.dbs.elki.visualization.projector.HistogramProjector
-
Get the relation we project.
- getRelation() - Method in class de.lmu.ifi.dbs.elki.visualization.projector.ScatterPlotProjector
-
The relation we project.
- getRelation() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
- getRelations() - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getRelations() - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Get all relations of a database.
- getRelations(Result) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
-
Collect all Annotation results from a Result
- getRelativeCoordinates(Event, Element) - Static method in class de.lmu.ifi.dbs.elki.visualization.batikutil.BatikUtil
-
Get the relative coordinates of a point within the coordinate system of a
particular SVG Element.
- getRelativeScaled(double) - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Covert a relative value to it's scale position
- getRelativeScaled(double, double, double) - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Covert a relative value to it's scale position
- getRelativeUnscaled(double) - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Covert a relative scale position to the actual value
- getRelativeUnscaled(double, double, double) - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Covert a relative scale position to the actual value
- getRemainingParameters() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.ListParameterization
-
Return the yet unused parameters.
- getRemainingParameters() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.SerializedParameterization
-
Return the yet unused parameters.
- getRes() - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Get resolution (scale interval size)
- getReservedPages() - Method in class de.lmu.ifi.dbs.elki.persistent.DefaultPageHeader
-
Returns the number of pages necessary for the header
- getReservedPages() - Method in interface de.lmu.ifi.dbs.elki.persistent.PageHeader
-
Returns the number of pages necessary for the header
- getRestrictionClass() - Method in class de.lmu.ifi.dbs.elki.data.type.SimpleTypeInformation
-
Get the raw restriction class.
- getRestrictionClass() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassListParameter
-
Returns the restriction class of this class parameter.
- getRestrictionClass() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassParameter
-
Returns the restriction class of this class parameter.
- getRestrictionClasses() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.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.parameters.ClassParameter
-
Returns the class names allowed according to the restriction class of this
class parameter.
- getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.SUBCLU
-
Returns the result of the algorithm.
- getResult() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF.LOFResult
-
- getResult() - Method in class de.lmu.ifi.dbs.elki.KDDTask
-
Get the algorithms result.
- getResult() - Method in class de.lmu.ifi.dbs.elki.visualization.projector.OPTICSProjector
-
Get the cluster order
- getResult() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
- getResult() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizerContext
-
Get the full result object
- getResult() - Method in class de.lmu.ifi.dbs.elki.workflow.AlgorithmStep
-
Get the algorithm result.
- getResult() - Method in class de.lmu.ifi.dbs.elki.workflow.EvaluationStep
-
- getRetries() - Method in interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterfaceDynamic
-
Retrieve remaining number of retries.
- getRetries() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Return number of remaining retries.
- 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.
- getRKNN(DBID) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor
-
Returns the materialized RkNNs of the specified id.
- getRKNNForBulkDBIDs(ArrayDBIDs, int) - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.LinearScanRKNNQuery
-
- getRKNNForBulkDBIDs(ArrayDBIDs, int) - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.PreprocessorRKNNQuery
-
- getRKNNForBulkDBIDs(ArrayDBIDs, int) - Method in interface de.lmu.ifi.dbs.elki.database.query.rknn.RKNNQuery
-
Bulk query method for reverse k nearest neighbors for ids.
- getRKNNForBulkDBIDs(ArrayDBIDs, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query.MkTreeRKNNQuery
-
- getRKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.AbstractRKNNQuery
-
- getRKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.LinearScanRKNNQuery
-
- getRKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.PreprocessorRKNNQuery
-
- getRKNNForDBID(DBID, int) - Method in interface de.lmu.ifi.dbs.elki.database.query.rknn.RKNNQuery
-
Get the reverse k nearest neighbors for a particular id.
- getRKNNForDBID(DBID, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query.MkTreeRKNNQuery
-
- getRKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.LinearScanRKNNQuery
-
- getRKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.database.query.rknn.PreprocessorRKNNQuery
-
- getRKNNForObject(O, int) - Method in interface de.lmu.ifi.dbs.elki.database.query.rknn.RKNNQuery
-
Get the reverse k nearest neighbors for a particular object.
- getRKNNForObject(O, int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.query.MkTreeRKNNQuery
-
- getRKNNQuery(DistanceQuery<O, D>, Object...) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getRKNNQuery(DistanceQuery<O, D>, Object...) - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Get a rKNN query object for the given distance query.
- getRKNNQuery(Relation<O>, DistanceFunction<? super O, D>, Object...) - Static method in class de.lmu.ifi.dbs.elki.database.QueryUtil
-
Get a rKNN query object for the given distance function.
- getRKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor
-
- getRKNNQuery(DistanceQuery<O, D>, Object...) - Method in interface de.lmu.ifi.dbs.elki.index.RKNNIndex
-
Get a KNN query object for the given distance query and k.
- getRKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTreeIndex
-
- getRKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTreeIndex
-
- getRKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTreeIndex
-
- getRKNNQuery(DistanceQuery<O, S>, Object...) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabTreeIndex
-
- getRkNNReach() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF.LOFResult
-
- getRkNNRefer() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.LOF.LOFResult
-
- getRkNNStatistics() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTree
-
Returns the statistic for performed rknn queries.
- getRkNNStatistics() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTree
-
Returns the statistic for performed rknn queries.
- getRoot() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Reads the root node of this index from the file.
- getRoot() - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
-
Getter for root element.
- getRootEntry() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Returns the entry representing the root if this index.
- getRootID() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Page ID of the root entry.
- getRootPath() - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
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 data object of this entry.
- getRow(int) - Method in class de.lmu.ifi.dbs.elki.datasource.bundle.MultipleObjectsBundle
-
Get an object row.
- getRow(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
Returns the i
th row of this matrix.
- getRowCount() - Method in class de.lmu.ifi.dbs.elki.gui.util.ParametersModel
-
- getRowCount() - Method in class de.lmu.ifi.dbs.elki.visualization.gui.SelectionTableWindow.DatabaseTableModel
-
- getRowDimensionality() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
Returns the dimensionality of the rows of this matrix.
- getRowDimensionality() - Method in interface de.lmu.ifi.dbs.elki.math.linearalgebra.MatrixLike
-
Returns the dimensionality of the rows of this matrix.
- getRowDimensionality() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Vector
-
- 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
-
Returns a Matrix representing in one row and
getDimensionality()
columns the values of this BitVector as
double values.
- getRowVector() - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
-
- getRowVector() - Method in class de.lmu.ifi.dbs.elki.data.FloatVector
-
- getRowVector() - Method in class de.lmu.ifi.dbs.elki.data.IntegerVector
-
- getRowVector() - Method in interface de.lmu.ifi.dbs.elki.data.NumberVector
-
Returns a Matrix representing in one row and
getDimensionality()
columns the values of this NumberVector of
V.
- getRowVector() - Method in class de.lmu.ifi.dbs.elki.data.OneDimensionalDoubleVector
-
- getRowVector() - Method in class de.lmu.ifi.dbs.elki.data.SparseFloatVector
-
- getRowVector(int) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
-
Returns the i
th row of this matrix as vector.
- getRX(Vector, Vector) - Method in class de.lmu.ifi.dbs.elki.math.ConvexHull2D
-
Get the relative X coordinate to the origin.
- getRY(Vector, Vector) - Method in class de.lmu.ifi.dbs.elki.math.ConvexHull2D
-
Get the relative Y coordinate to the origin.
- getS() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.SingularValueDecomposition
-
Return the diagonal matrix of singular values
- getSampleStddev() - Method in class de.lmu.ifi.dbs.elki.math.MeanVariance
-
Return standard deviation
- getSampleVariance() - Method in class de.lmu.ifi.dbs.elki.math.MeanVariance
-
Return sample variance.
- getScale() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
- getScale(int) - Method in class de.lmu.ifi.dbs.elki.visualization.projections.AbstractProjection
-
Get the scales used, for rendering scales mostly.
- getScale(int) - Method in interface de.lmu.ifi.dbs.elki.visualization.projections.Projection
-
Get the scale class for a particular dimension.
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.ClipScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.GammaScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.IdentityScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.LinearScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.MinusLogScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.HeDESNormalizationOutlierScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MinusLogStandardDeviationScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MixtureModelOutlierScalingFunction
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MultiplicativeInverseScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierGammaScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierLinearScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierMinusLogScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierSqrtScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.RankingPseudoOutlierScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.SigmoidOutlierScalingFunction
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.SqrtStandardDeviationScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.StandardDeviationScaling
-
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.TopKOutlierScaling
-
- getScaled(double) - Method in interface de.lmu.ifi.dbs.elki.utilities.scaling.ScalingFunction
-
Transform a given value using the scaling function.
- getScaled(double) - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Covert a value to it's scale position
- getScaled(double, double, double) - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Covert a value to it's scale position
- getScaledForId(DBID) - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.BubbleVisualization
-
Convenience method to apply scalings in the right order.
- getScaleValue(OutlierResult) - Static method in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.MultiplicativeInverseScaling
-
Compute the scaling value in a linear scan over the annotation.
- getScores() - Method in class de.lmu.ifi.dbs.elki.result.outlier.OutlierResult
-
Get the outlier scores association.
- getSecond() - Method in interface de.lmu.ifi.dbs.elki.database.ids.DBIDPair
-
Getter for second element in pair
- getSecond() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.IntegerDBIDPair
-
Getter for second element in pair
- getSecond() - Method in class de.lmu.ifi.dbs.elki.database.query.DoubleDistanceResultPair
-
- getSecond() - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.IntegerPriorityObject
-
- getSecond() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.DoubleDoublePair
-
Deprecated.
use pair.first to avoid boxing!
- getSecond() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.DoubleIntPair
-
Deprecated.
use pair.first to avoid boxing!
- getSecond() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.DoubleObjPair
-
- getSecond() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.IntDoublePair
-
Deprecated.
use pair.first to avoid boxing!
- getSecond() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.IntIntPair
-
Deprecated.
use pair.first to avoid boxing!
- getSecond() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.Pair
-
Getter for second element in pair
- getSecond() - Method in interface de.lmu.ifi.dbs.elki.utilities.pairs.PairInterface
-
Get the second object - note: this may cause autoboxing, use pair.second for native pairs!
- getSecond() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.Triple
-
Getter for second element in triple
- getSecondAssignments() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.Assignments
-
Returns the assignments to the second routing object.
- getSecondCoveringRadius() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.Assignments
-
Returns the second covering radius.
- getSecondRoutingObject() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split.Assignments
-
Returns the id of the second routing object.
- getSelectedAttributes() - Method in class de.lmu.ifi.dbs.elki.datasource.filter.AbstractFeatureSelectionFilter
-
- getSelectedDimension() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.DimensionSelectingDistanceFunction
-
Returns the selected dimension.
- getSelectedDimensions() - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.AbstractDimensionsSelectingDoubleDistanceFunction
-
Returns a bit set representing the selected dimensions.
- getSelectedFormat() - Method in class de.lmu.ifi.dbs.elki.visualization.savedialog.SaveOptionsPanel
-
Return the selected file format.
- getSelectedIds() - Method in class de.lmu.ifi.dbs.elki.result.DBIDSelection
-
Getter for the selected IDs
- getSelectedIndex(List<ClusterOrderEntry<D>>, SVGPoint) - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.optics.OPTICSPlotSelectionVisualization
-
Gets the Index of the ClusterOrderEntry where the event occurred
- getSelectedItem() - Method in class de.lmu.ifi.dbs.elki.gui.minigui.MiniGUI.SettingsComboboxModel
-
- getSelectedItem() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.SavedSettingsTabPanel.SettingsComboboxModel
-
- getSelection() - Method in class de.lmu.ifi.dbs.elki.result.SelectionResult
-
- getSelection() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizerContext
-
Get the current selection.
- getSettings() - Method in class de.lmu.ifi.dbs.elki.result.SettingsResult
-
Get the settings
- getSettingsResults(Result) - Static method in class de.lmu.ifi.dbs.elki.result.ResultUtil
-
Collect all settings results from a Result
- getShortDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Returns the short description of the option.
- getShortName() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepAreaResult
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODProxyScoreResult
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExtendedNeighborhood
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.ExternalNeighborhood
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.PrecomputedKNearestNeighborNeighborhood
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationAnalysisSolution
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.ArrayRecordStore.StorageAccessor
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.ArrayStore
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.MapRecordStore.StorageAccessor
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.MapStore
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.database.relation.ConvertToStringView
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.database.relation.DBIDView
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.database.relation.MaterializedRelation
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.database.relation.ProxyView
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.evaluation.similaritymatrix.ComputeSimilarityMatrixImage.SimilarityMatrix
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.AbstractIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNAndRKNNPreprocessor
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MaterializeKNNPreprocessor
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.MetricalIndexApproximationMaterializeKNNPreprocessor
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.PartitionApproximationMaterializeKNNPreprocessor
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.SpatialApproximationMaterializeKNNPreprocessor
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.localpca.KNNQueryFilteredPCAIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.localpca.RangeQueryFilteredPCAIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.preference.DiSHPreferenceVectorIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.preference.HiSCPreferenceVectorIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborPreprocessor
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.FourCSubspaceIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.PreDeConSubspaceIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp.MkAppTreeIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.MkCoPTreeIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax.MkMaxTreeIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab.MkTabTreeIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTreeIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar.RStarTreeIndex
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.result.BasicResult
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ClusterOrderAdapter
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.PredecessorAdapter
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.ReachabilityDistanceAdapter
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.result.outlier.BasicOutlierScoreMeta
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.result.outlier.OrderingFromRelation
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
-
- getShortName() - Method in interface de.lmu.ifi.dbs.elki.result.Result
-
A short name for the result, useful for file names.
- getShortName() - Method in class de.lmu.ifi.dbs.elki.result.SelectionResult
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.visualization.projections.AbstractProjection
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.visualization.projector.HistogramProjector
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.visualization.projector.OPTICSProjector
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.visualization.projector.ScatterPlotProjector
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
- getShortName() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizerContext
-
- getShortResultName() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.AbstractProjectedDBSCAN
-
Return the short result name.
- getShortResultName() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.FourC
-
- getShortResultName() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PreDeCon
-
- getSignedVarintLongSize(long) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Compute the size of the varint encoding for this signed integer
- getSignedVarintSize(int) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Compute the size of the varint encoding for this signed integer
- 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.data.model.CorrelationAnalysisSolution
-
Returns the similarity matrix of the pca.
- getSimilarityQuery(Relation<O>, SimilarityFunction<? super O, D>, Object...) - Method in class de.lmu.ifi.dbs.elki.database.AbstractDatabase
-
- getSimilarityQuery(Relation<O>, SimilarityFunction<? super O, D>, Object...) - Method in interface de.lmu.ifi.dbs.elki.database.Database
-
Get the similarity query for a particular similarity function.
- getSimilarityQuery(Database, SimilarityFunction<? super O, D>, Object...) - Static method in class de.lmu.ifi.dbs.elki.database.QueryUtil
-
Get a similarity query, automatically choosing a relation.
- getSingularValues() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.SingularValueDecomposition
-
Return the one-dimensional array of singular values
- getSize() - Method in interface de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorInterface
-
Get number of points to be generated by this generator.
- getSize() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Return the size
- getSize() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorStatic
-
Get cluster size
- getSize() - Method in class de.lmu.ifi.dbs.elki.gui.minigui.MiniGUI.SettingsComboboxModel
-
- getSize() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.SavedSettingsTabPanel.SettingsComboboxModel
-
- getSize(String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
- getSize(String) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Get generic size
- getSod() - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODModel
-
Return the SOD of the point.
- getSolution() - Method in class de.lmu.ifi.dbs.elki.result.AprioriResult
-
Returns the frequent item sets.
- getSortedEntries(N, DBID) - 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, DBIDs) - 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(AbstractRStarTreeNode<?, ?>, DBIDs) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.DoubleDistanceRStarTreeKNNQuery
-
Sorts the entries of the specified node according to their minimum distance
to the specified objects.
- getSortedEntries(AbstractRStarTreeNode<?, ?>, DBIDs) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.query.GenericRStarTreeKNNQuery
-
Sorts the entries of the specified node according to their minimum distance
to the specified objects.
- getSourceClassName() - Method in class de.lmu.ifi.dbs.elki.logging.ELKILogRecord
-
- getSourceMethodName() - Method in class de.lmu.ifi.dbs.elki.logging.ELKILogRecord
-
- getSplitPoint() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util.TopologicalSplitter.Split
-
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.
- getStandardDeviation() - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationAnalysisSolution
-
Returns the standard deviation of the distances of the objects belonging to
the hyperplane underlying this solution.
- getStartIndex() - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICSXi.SteepArea
-
Start index
- getStartIndex() - Method in class de.lmu.ifi.dbs.elki.data.model.OPTICSModel
-
Starting index of OPTICS cluster
- getStartObject(Relation<NV>) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.DeLiClu
-
Returns the id of the start object for the run method.
- getStatement(String) - Method in class de.lmu.ifi.dbs.elki.visualization.css.CSSClass
-
Get the current value of a particular CSS statement.
- getStatements() - Method in class de.lmu.ifi.dbs.elki.visualization.css.CSSClass
-
Get read-only collection access to all statements.
- getStatus() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.AlgorithmTabPanel
-
- getStatus() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.EvaluationTabPanel
-
- getStatus() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.InputTabPanel
-
- getStatus() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.LoggingTabPanel
-
- getStatus() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.OutputTabPanel
-
- getStatus() - Method in class de.lmu.ifi.dbs.elki.gui.multistep.panels.ParameterTabPanel
-
Get the current status of this step.
- getStddev() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.NormalDistribution
-
- getStepTitle() - Method in class de.lmu.ifi.dbs.elki.logging.progress.StepProgress
-
- getStockIcon(String) - Static method in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
Get a particular stock icon.
- getStorage(int, Class<? super T>) - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.ArrayRecordStore
-
- getStorage(int, Class<? super T>) - Method in class de.lmu.ifi.dbs.elki.database.datastore.memory.MapRecordStore
-
- getStorage(int, Class<? super T>) - Method in interface de.lmu.ifi.dbs.elki.database.datastore.RecordStore
-
Get a
DataStore
instance for a particular record column.
- getStorage(int, Class<? super T>) - Method in interface de.lmu.ifi.dbs.elki.database.datastore.WritableRecordStore
-
- getStrongEigenPairs() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.FilteredEigenPairs
-
Returns the strong eigenpairs (no copy).
- getStrongEigenvalues() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredResult
-
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.data.model.CorrelationAnalysisSolution
-
Returns a copy of the strong eigenvectors.
- getStrongEigenvectors() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredResult
-
Returns a copy of the matrix of strong eigenvectors after passing the eigen
pair filter.
- getStyle() - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
-
Deprecated.
Contents will be overwritten by CSS class manager!
- getStyleLibrary() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizerContext
-
Get the style library
- 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.data.model.SubspaceModel
-
Returns the subspace of this SubspaceModel.
- getSubspaceDistance() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.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.result.AprioriResult
-
Returns the frequencies of the frequent item sets.
- getSynchronizedRunner() - Method in class de.lmu.ifi.dbs.elki.visualization.batikutil.JSVGUpdateSynchronizer
-
Get the current update runner.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassListParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.DistanceParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.DoubleListParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.DoubleParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.EnumParameter
-
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileListParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Flag
-
A flag has no syntax, since it doesn't take extra options
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.IntListParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.IntParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.LongParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ObjectListParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ObjectParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Returns a string representation of the parameter's type (e.g. an
IntParameter
should return
<int>
).
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.StringParameter
-
Returns a string representation of the parameter's type.
- getSyntax() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.VectorListParameter
-
Returns a string representation of the parameter's type.
- getT() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ApproximationLine
-
Returns the axes intercept.
- getT() - Method in class de.lmu.ifi.dbs.elki.math.statistics.LinearRegression
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.AdjustingEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.ClassListEditor
-
Apply the Editor for a selected option.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.DropdownEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.FileNameEditor
-
Apply the Editor for a selected option.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class de.lmu.ifi.dbs.elki.gui.util.ParameterTable.ColorfulRenderer
-
- getTask() - Method in class de.lmu.ifi.dbs.elki.logging.progress.AbstractProgress
-
Provides the name of the task.
- getTextColor(String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
- getTextColor(String) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Retrieve text color for an item
- getTextSize(String) - Method in class de.lmu.ifi.dbs.elki.visualization.style.PropertiesBasedStyleLibrary
-
- getTextSize(String) - Method in interface de.lmu.ifi.dbs.elki.visualization.style.StyleLibrary
-
Get text size
- getTheoreticalBaseline() - Method in class de.lmu.ifi.dbs.elki.result.outlier.BasicOutlierScoreMeta
-
- getTheoreticalBaseline() - Method in interface de.lmu.ifi.dbs.elki.result.outlier.OutlierScoreMeta
-
Get the theoretical baseline of the value range.
- getTheoreticalBaseline() - Method in class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
-
- getTheoreticalMaximum() - Method in class de.lmu.ifi.dbs.elki.result.outlier.BasicOutlierScoreMeta
-
- getTheoreticalMaximum() - Method in interface de.lmu.ifi.dbs.elki.result.outlier.OutlierScoreMeta
-
Get the theoretical maximum of the value range.
- getTheoreticalMaximum() - Method in class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
-
- getTheoreticalMinimum() - Method in class de.lmu.ifi.dbs.elki.result.outlier.BasicOutlierScoreMeta
-
- getTheoreticalMinimum() - Method in interface de.lmu.ifi.dbs.elki.result.outlier.OutlierScoreMeta
-
Get the theoretical minimum of the value range.
- getTheoreticalMinimum() - Method in class de.lmu.ifi.dbs.elki.result.outlier.ProbabilisticOutlierScore
-
- getTheta() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.distribution.GammaDistribution
-
- getThird() - Method in class de.lmu.ifi.dbs.elki.utilities.pairs.Triple
-
Getter for third
- getTitle(Class<?>) - Static method in class de.lmu.ifi.dbs.elki.utilities.documentation.DocumentationUtil
-
Get a useful title from a class, either by reading the
"title" annotation, or by using the class name.
- getTitle(Database, Result) - Static method in class de.lmu.ifi.dbs.elki.visualization.VisualizerParameterizer
-
Try to automatically generate a title for this.
- getToplevelClusters() - Method in class de.lmu.ifi.dbs.elki.data.Clustering
-
Return top level clusters
- getTotal() - Method in class de.lmu.ifi.dbs.elki.logging.progress.FiniteProgress
-
Get the final value for the progress.
- getTrans() - Method in class de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorSingleCluster
-
Get transformation
- getTransformation() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.AffineTransformation
-
Get a copy of the transformation matrix
- getType() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.KNNChangeEvent
-
Returns the type of this change event.
- getTypeInformation(int) - Method in class de.lmu.ifi.dbs.elki.datasource.parser.BitVectorLabelParser
-
- getTypeInformation(int) - Method in class de.lmu.ifi.dbs.elki.datasource.parser.DoubleVectorLabelParser
-
- getTypeInformation(int) - Method in class de.lmu.ifi.dbs.elki.datasource.parser.FloatVectorLabelParser
-
- getTypeInformation(int) - Method in class de.lmu.ifi.dbs.elki.datasource.parser.NumberVectorLabelParser
-
Get a prototype object for the given dimensionality.
- getTypeInformation(int) - Method in class de.lmu.ifi.dbs.elki.datasource.parser.ParameterizationFunctionLabelParser
-
- getTypeInformation(int) - Method in class de.lmu.ifi.dbs.elki.datasource.parser.SparseBitVectorLabelParser
-
- getTypeInformation(int) - Method in class de.lmu.ifi.dbs.elki.datasource.parser.SparseFloatVectorLabelParser
-
- getTypeInformation(int) - Method in class de.lmu.ifi.dbs.elki.datasource.parser.TermFrequencyParser
-
- getTypeRestriction() - Method in interface de.lmu.ifi.dbs.elki.database.ids.DBIDFactory
-
Get type restriction
- getTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.SimpleDBIDFactory
-
- getTypeRestriction() - Method in class de.lmu.ifi.dbs.elki.database.ids.integer.TrivialDBIDFactory
-
- getTypes() - Method in class de.lmu.ifi.dbs.elki.database.datastore.DataStoreEvent
-
Returns the types of change this event consists of.
- 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
- getUnscaled(double) - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Covert a scale position to the actual value
- getUnscaled(double, double, double) - Method in class de.lmu.ifi.dbs.elki.visualization.scales.LinearScale
-
Covert a scale position to the actual value
- getUnsignedVarintLongSize(long) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Compute the size of the varint encoding for this unsigned integer
- getUnsignedVarintSize(int) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Compute the size of the varint encoding for this unsigned integer
- getUpdateRunner() - Method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot
-
Get the plots update runner.
- getUpdates() - Method in class de.lmu.ifi.dbs.elki.index.preprocessed.knn.KNNChangeEvent
-
Returns the ids of kNNs which have been changed due to the removals or
insertions.
- getUpperHull() - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop.ConvexHull
-
Returns the upper hull.
- getUserInput() - Method in class de.lmu.ifi.dbs.elki.gui.configurator.AbstractParameterConfigurator
-
Get the value given by the user.
- getUserInput() - Method in class de.lmu.ifi.dbs.elki.gui.configurator.ClassListParameterConfigurator
-
- getUserInput() - Method in class de.lmu.ifi.dbs.elki.gui.configurator.ClassParameterConfigurator
-
- getUserInput() - Method in class de.lmu.ifi.dbs.elki.gui.configurator.EnumParameterConfigurator
-
- getUserInput() - Method in class de.lmu.ifi.dbs.elki.gui.configurator.FileParameterConfigurator
-
- getUserInput() - Method in class de.lmu.ifi.dbs.elki.gui.configurator.FlagParameterConfigurator
-
- getUserInput() - Method in class de.lmu.ifi.dbs.elki.gui.configurator.TextParameterConfigurator
-
- 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(int) - Method in class de.lmu.ifi.dbs.elki.data.BitVector
-
Returns the value in the specified dimension.
- getValue(int) - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
-
Returns the value of the specified attribute.
- 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.IntegerVector
-
Returns the value of the specified attribute.
- getValue(int) - Method in class de.lmu.ifi.dbs.elki.data.OneDimensionalDoubleVector
-
- getValue(int) - Method in class de.lmu.ifi.dbs.elki.data.SparseFloatVector
-
- getValue() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.BitDistance
-
- getValue() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.DoubleDistance
-
- getValue() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.FloatDistance
-
- getValue() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.IntegerDistance
-
- getValue() - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.NumberDistance
-
Returns the value of this NumberDistance.
- getValue() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Returns the value of the option.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassListParameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassParameter
-
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.DistanceParameter
-
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.DoubleListParameter
-
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.DoubleParameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.EnumParameter
-
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileListParameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.FileParameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Flag
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.IntListParameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.IntParameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.LongParameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.PatternParameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.StringParameter
-
Get the value as string.
- getValueAsString() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.VectorListParameter
-
Get the value as string.
- getValueAt(int, int) - Method in class de.lmu.ifi.dbs.elki.gui.util.ParametersModel
-
- getValueAt(int) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.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.mktrees.mkcop.ApproximationLine
-
Returns the function value of the approximation line at the specified k.
- getValueAt(int, int) - Method in class de.lmu.ifi.dbs.elki.visualization.gui.SelectionTableWindow.DatabaseTableModel
-
- getValues() - Method in class de.lmu.ifi.dbs.elki.data.DoubleVector
-
Get a copy of the raw double[] array.
- getValues() - Method in class de.lmu.ifi.dbs.elki.data.IntegerVector
-
Get a copy of the raw int[] array.
- getValues() - Method in class de.lmu.ifi.dbs.elki.data.SparseFloatVector
-
Returns an array consisting of the values of this feature vector.
- getValues() - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialPointLeafEntry
-
Returns the values of the underlying data object of this entry.
- getValuesDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassListParameter
-
Return a description of known valid classes.
- getValuesDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ClassParameter
-
Return a description of known valid classes.
- getValuesDescription() - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
Return a string explaining valid values.
- getVariance() - Method in class de.lmu.ifi.dbs.elki.math.statistics.KernelDensityEstimator
-
Retrieve variance/quality array (NO copy)
- getVariance() - Method in class de.lmu.ifi.dbs.elki.math.statistics.MultipleLinearRegression
-
Returns the error variance.
- getVisibleDimensions2D() - Method in class de.lmu.ifi.dbs.elki.visualization.projections.AffineProjection
-
- getVisibleDimensions2D() - Method in interface de.lmu.ifi.dbs.elki.visualization.projections.Projection2D
-
Get a bit set of dimensions that are visible.
- getVisibleDimensions2D() - Method in class de.lmu.ifi.dbs.elki.visualization.projections.Simple2D
-
- getVisibleEdges(Projection2D, Vector, Vector) - Static method in class de.lmu.ifi.dbs.elki.visualization.svg.SVGHyperCube
-
Get the visible (non-0) edges of a hypercube
- getVisibleFormats() - Static method in class de.lmu.ifi.dbs.elki.visualization.savedialog.SVGSaveDialog
-
- getWeakEigenPairs() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.FilteredEigenPairs
-
Returns the weak eigenpairs (no copy).
- getWeakEigenvalues() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredResult
-
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.data.model.CorrelationAnalysisSolution
-
Returns a copy of the weak eigenvectors.
- getWeakEigenvectors() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredResult
-
Returns a copy of the matrix of weak eigenvectors after passing the eigen
pair filter.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.ConstantWeight
-
Get the constant weight
No scaling - the result is always 1.0
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.ErfcStddevWeight
-
Return Erfc weight, scaled by standard deviation. max is ignored.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.ErfcWeight
-
Get Erfc Weight, using distance / max. stddev is ignored.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.ExponentialStddevWeight
-
Get exponential weight, max is ignored.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.ExponentialWeight
-
Exponential Weight function. stddev is not used.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.GaussStddevWeight
-
Get Gaussian Weight using standard deviation for scaling. max is ignored.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.GaussWeight
-
Get Gaussian weight. stddev is not used, scaled using max.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.InverseLinearWeight
-
Linear increasing weight, from 0.1 to 1.0
NOTE: increasing weights are non-standard, and mostly for testing
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.InverseProportionalStddevWeight
-
Get inverse proportional weight. max is ignored.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.InverseProportionalWeight
-
Get inverse proportional weight. stddev is ignored.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.LinearWeight
-
Linear decreasing weight, from 1.0 to 0.1.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.QuadraticStddevWeight
-
Evaluate weight function at given parameters. max is ignored.
- getWeight(double, double, double) - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.QuadraticWeight
-
Evaluate quadratic weight. stddev is ignored.
- getWeight(double, double, double) - Method in interface de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions.WeightFunction
-
Evaluate weight function with given parameters.
- getWeightedNeighbors(DBID) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted.LinearWeightedExtendedNeighborhood
-
- getWeightedNeighbors(DBID) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted.UnweightedNeighborhoodAdapter
-
- getWeightedNeighbors(DBID) - Method in interface de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted.WeightedNeighborSetPredicate
-
Get the neighbors of a reference object for DBSCAN.
- getWidth() - Method in class de.lmu.ifi.dbs.elki.visualization.gui.overview.RectangleArranger
-
Get the total canvas width
- getWidth() - Method in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
- getWidth() - Method in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
- getWidth() - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization
-
Get the width
- getWrappedLogger() - Method in class de.lmu.ifi.dbs.elki.logging.Logging
-
- getWriteOperations() - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractPageFile
-
- getWriteOperations() - Method in interface de.lmu.ifi.dbs.elki.persistent.PageFileStatistics
-
Returns the write I/O-Accesses of this file.
- getWriterFor(Object) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriterStream
-
Retrieve an appropriate writer from the handler list.
- getYFromEpsilon(double) - Method in class de.lmu.ifi.dbs.elki.visualization.visualizers.optics.OPTICSPlotCutVisualization
-
Get y-value from epsilon
- givenValue - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.Parameter
-
The value last passed to this option.
- 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.
- 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.
- GO_BOTTOM - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- GO_DOWN - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- GO_FIRST - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- GO_HOME - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- GO_JUMP - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- GO_LAST - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- GO_NEXT - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- GO_PREVIOUS - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- GO_TOP - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- GO_UP - Static variable in class de.lmu.ifi.dbs.elki.gui.icons.StockIcon
-
- grab(Parameter<?, ?>) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.AbstractParameterization
-
- grab(Parameter<?, ?>) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.MergedParameterization
-
- grab(Parameter<?, ?>) - Method in interface de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.Parameterization
-
Get the option value from the Parameterization.
- grab(Parameter<?, ?>) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.TrackParameters
-
- grab(Parameter<?, ?>) - Method in class de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization.UnParameterization
-
- gradients - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.fitting.FittingFunctionResult
-
Parameter gradients at the given coordinate
- grahamScan() - Method in class de.lmu.ifi.dbs.elki.math.ConvexHull2D
-
The actual graham scan main loop.
- 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(DistanceQuery<V, DoubleDistance>, DBIDs, int, Random) - Method in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS
-
Returns a piercing set of k medoids from the specified sample set.
- GRID_ID - Static variable in class de.lmu.ifi.dbs.elki.utilities.referencepoints.GridBasedReferencePoints
-
Parameter to specify the grid resolution.
- GRID_SCALE_ID - Static variable in class de.lmu.ifi.dbs.elki.utilities.referencepoints.GridBasedReferencePoints
-
Parameter to specify the extra scaling of the space, to allow
out-of-data-space reference points.
- GridBasedReferencePoints<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.utilities.referencepoints
-
Grid-based strategy to pick reference points.
- GridBasedReferencePoints(int, double) - Constructor for class de.lmu.ifi.dbs.elki.utilities.referencepoints.GridBasedReferencePoints
-
Constructor.
- GridBasedReferencePoints.Parameterizer<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.utilities.referencepoints
-
Parameterization class.
- GridBasedReferencePoints.Parameterizer() - Constructor for class de.lmu.ifi.dbs.elki.utilities.referencepoints.GridBasedReferencePoints.Parameterizer
-
- gridres - Variable in class de.lmu.ifi.dbs.elki.utilities.referencepoints.GridBasedReferencePoints
-
- gridres - Variable in class de.lmu.ifi.dbs.elki.utilities.referencepoints.GridBasedReferencePoints.Parameterizer
-
- gridscale - Variable in class de.lmu.ifi.dbs.elki.utilities.referencepoints.GridBasedReferencePoints
-
- gridscale - Variable in class de.lmu.ifi.dbs.elki.utilities.referencepoints.GridBasedReferencePoints.Parameterizer
-
- ground - Variable in class de.lmu.ifi.dbs.elki.utilities.scaling.outlier.TopKOutlierScaling
-
The "ground" value
- grow(int) - Method in class de.lmu.ifi.dbs.elki.utilities.datastructures.heap.Heap
-
Execute the actual resize operation.
- GSCALE - Static variable in class de.lmu.ifi.dbs.elki.math.statistics.GaussianKernelDensityFunction
-
Scaling constant for Gaussian kernel, to make it sum up to 1.
- GUESSED_LABEL - Static variable in class de.lmu.ifi.dbs.elki.data.type.TypeUtil
-
- guessFormat(String) - Static method in class de.lmu.ifi.dbs.elki.visualization.savedialog.SVGSaveDialog
-
Guess a supported format from the file name.
- guessLabelRepresentation(Database) - Static method in class de.lmu.ifi.dbs.elki.utilities.DatabaseUtil
-
Guess a potentially label-like representation.
- guessObjectClass(Relation<O>) - Static method in class de.lmu.ifi.dbs.elki.utilities.DatabaseUtil
-
Do a cheap guess at the databases object class.
- guessObjectLabelRepresentation(Database) - Static method in class de.lmu.ifi.dbs.elki.utilities.DatabaseUtil
-
Guess a potentially object label-like representation.
- gui - Variable in class de.lmu.ifi.dbs.elki.gui.multistep.panels.SavedSettingsTabPanel
-
The UI to set parameters on.
- gzip - Variable in class de.lmu.ifi.dbs.elki.result.ResultWriter
-
Whether or not to do gzip compression on output.
- gzip - Variable in class de.lmu.ifi.dbs.elki.result.ResultWriter.Parameterizer
-
Whether or not to do gzip compression on output.
- GZIP_EXTENSION - Static variable in class de.lmu.ifi.dbs.elki.result.textwriter.MultipleFilesOutput
-
GZip extra file extension
- GZIP_OUTPUT_ID - Static variable in class de.lmu.ifi.dbs.elki.result.ResultWriter
-
Flag to control GZIP compression.