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

O

OBJECT - Static variable in class de.lmu.ifi.dbs.elki.database.AssociationID
The association id to associate any arbitrary object.
object - Variable in class de.lmu.ifi.dbs.elki.database.ObjectAndAssociations
The database object.
object - Variable in class de.lmu.ifi.dbs.elki.parser.ObjectAndLabels
The database object.
object - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.AttributeSettings
The object.
object - Variable in class de.lmu.ifi.dbs.elki.utilities.Queue.QueueElement
Holds the underlying object.
ObjectAndAssociations<O extends DatabaseObject> - Class in de.lmu.ifi.dbs.elki.database
Provides a single database objects and a map of associations associated with this object.
ObjectAndAssociations(O, Associations) - Constructor for class de.lmu.ifi.dbs.elki.database.ObjectAndAssociations
Provides a single database objects and a map of associations associated with this object.
objectAndLabelList - Variable in class de.lmu.ifi.dbs.elki.parser.ParsingResult
The list of database objects and labels associated with these objects.
ObjectAndLabels<O extends DatabaseObject> - Class in de.lmu.ifi.dbs.elki.parser
Provides a single database objects and a list of labels associated with this object.
ObjectAndLabels(O, List<String>) - Constructor for class de.lmu.ifi.dbs.elki.parser.ObjectAndLabels
Provides a single database object and a list of labels associated with this object.
objectID - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS.COEntry
The id of the entry.
objectID - Variable in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClusterOrderEntry
The id of the entry.
objectIDs - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS.Cluster
The ids of the objects belonging to this cluster.
objectIDs - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.PROCLUS.Cluster
The ids of the objects belonging to this cluster.
objectIDs - Variable in class de.lmu.ifi.dbs.elki.database.DatabaseEvent
The ids of the database object that have been changed, i.e. updated, inserted or deleted.
objectIDsForPCA(Integer, Database<V>, boolean, boolean) - Method in class de.lmu.ifi.dbs.elki.preprocessing.HiCOPreprocessor
Returns the ids of the objects stored in the specified database to be considerd within the PCA for the specified object id.
objectIDsForPCA(Integer, Database<V>, boolean, boolean) - Method in class de.lmu.ifi.dbs.elki.preprocessing.KnnQueryBasedHiCOPreprocessor
 
objectIDsForPCA(Integer, Database<V>, boolean, boolean) - Method in class de.lmu.ifi.dbs.elki.preprocessing.RangeQueryBasedHiCOPreprocessor
 
ObjectPrinter<O> - Interface in de.lmu.ifi.dbs.elki.utilities.output
Helper interface for writing objects to output (e.g. to a file) in a user readable string representation and for later restoring the objects from this string representation.
objectRemoved(P) - Method in interface de.lmu.ifi.dbs.elki.persistent.CachedFile
This method is called by the cache if the page is not longer stored in the cache and has to be written to disk.
objectRemoved(P) - Method in class de.lmu.ifi.dbs.elki.persistent.MemoryPageFile
 
objectRemoved(P) - Method in class de.lmu.ifi.dbs.elki.persistent.PersistentPageFile
This method is called by the cache if the page is not longer stored in the cache and has to be written to disk.
objectsChanged(DatabaseEvent) - Method in interface de.lmu.ifi.dbs.elki.database.DatabaseListener
Invoked after objects of the database have been updated in some way.
objectsChanged(DatabaseEvent) - Method in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
Invoked after objects of the database have been updated in some way.
objectsInserted(DatabaseEvent) - Method in interface de.lmu.ifi.dbs.elki.database.DatabaseListener
Invoked after an object has been inserted into the database.
objectsInserted(DatabaseEvent) - Method in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
Invoked after an object has been inserted into the database.
objectsRemoved(DatabaseEvent) - Method in interface de.lmu.ifi.dbs.elki.database.DatabaseListener
Invoked after an object has been deleted from the database.
objectsRemoved(DatabaseEvent) - Method in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
Invoked after an object has been deleted from the database.
omit - Variable in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
True, if preprocessing is omitted, false otherwise.
OMIT_PREPROCESSING_D - Static variable in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
Description for flag for force of preprocessing.
OMIT_PREPROCESSING_F - Static variable in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
Flag for omission of preprocessing.
OMIT_PREPROCESSING_FLAG - Static variable in class de.lmu.ifi.dbs.elki.preprocessing.PreprocessorHandler
 
ONE - Static variable in class de.lmu.ifi.dbs.elki.data.RationalNumber
The canonical representation of 1 as RationalNumber.
OneMustBeSetGlobalConstraint - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
Represents a global parameter constraint specifying that at least one parameter value of a given list of parameters (Parameter) has to be set.
OneMustBeSetGlobalConstraint(List<Parameter<?, ?>>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.OneMustBeSetGlobalConstraint
Creates a One-Must-Be-Set global parameter constraint.
OnlyOneIsAllowedToBeSetGlobalConstraint - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
Global parameter constraint specifying that only one parameter of a list of parameters (Parameter) is allowed to be set.
OnlyOneIsAllowedToBeSetGlobalConstraint(List<Parameter<?, ?>>) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints.OnlyOneIsAllowedToBeSetGlobalConstraint
Constructs a global parameter constraint for testing if only one parameter of a list of parameters is set.
OPTICS<O extends DatabaseObject,D extends Distance<D>> - Class in de.lmu.ifi.dbs.elki.algorithm.clustering
OPTICS provides the OPTICS algorithm.
OPTICS() - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS
Sets epsilon and minimum points to the optionhandler additionally to the parameters provided by super-classes.
optics - Variable in class de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.DiSH
The optics algorithm to determine the cluster order.
OPTICS.COEntry - Class in de.lmu.ifi.dbs.elki.algorithm.clustering
Encapsulates an entry in the cluster order.
OPTICS.COEntry(Integer, Integer) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.OPTICS.COEntry
Creates a new entry with the specified parameters.
OPTICS_EPSILON - Static variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionID
OptionID for OPTICS.EPSILON_PARAM
OPTICS_MINPTS - Static variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionID
OptionID for OPTICS.MINPTS_PARAM
optimize(int, int, double, double, double, double, double, double) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPTree
 
Option<T> - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling
Abstract superclass for specifying program arguments.
Option(OptionID) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.Option
Creates an option which is guaranteed to be have an unique name.
Option(String, String) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.Option
Deprecated. use Option(optionID) instead
OPTION_PREFIX - Static variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionHandler
Prefix of optionmarkers on the commandline.
optionalParameter - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameter
Specifies if this parameter is an optional parameter.
optionHandler - Variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizable
OptionHandler for handling options.
OptionHandler - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling
Provides an OptionHandler for holding the given options.
OptionHandler(Map<String, Option<?>>, String) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionHandler
Provides an OptionHandler.
OptionID - Class in de.lmu.ifi.dbs.elki.utilities.optionhandling
An OptionID is used by option handlers as a unique identifier for specific options.
OptionID(String, String) - Constructor for class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionID
Provides a new OptionID of the given name and description.
optionsNamesToString(List<O>) - Static method in class de.lmu.ifi.dbs.elki.utilities.Util
Returns a string representation of the specified list of options containing the names of the options.
ORCLUS<V extends RealVector<V,?>> - Class in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
ORCLUS provides the ORCLUS algorithm.
ORCLUS() - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS
Adds the parameter ORCLUS.ALPHA_PARAM additionally to the parameters provided by super-classes.
ORCLUS.Cluster - Class in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
Encapsulates the attributes of a cluster.
ORCLUS.Cluster() - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS.Cluster
Creates a new empty cluster.
ORCLUS.Cluster(V) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS.Cluster
Creates a new cluster containing the specified object o.
ORCLUS.ProjectedEnergy - Class in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 
ORCLUS.ProjectedEnergy(int, int, ORCLUS<V>.Cluster, DoubleDistance) - Constructor for class de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS.ProjectedEnergy
 
ORCLUS_ALPHA - Static variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionID
OptionID for ORCLUS.ALPHA_PARAM
ort - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenvalueDecomposition
Working storage for nonsymmetric algorithm.
orthes() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.EigenvalueDecomposition
 
orthonormalize() - Method in class de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix
Returns an orthonormalization of this matrix.
out - Variable in class de.lmu.ifi.dbs.elki.KDDTask
Holds the file to print results to.
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.AbstractResult
 
output(File, Normalization<BitVector>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.AprioriResult
Prints the frequent itemsets annotating their reqpective frequency.
output(PrintStream, Normalization<BitVector>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.AprioriResult
 
output(PrintStream, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering.Biclustering
 
output(File, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering.Biclustering
 
output(PrintStream, Normalization<ParameterizationFunction>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.CASHResult
todo Writes the clustering result to the given stream.
output(File, Normalization<ParameterizationFunction>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.CASHResult
 
output(PrintStream, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.CLIQUEModel
 
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClusterOrder
 
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClusterOrder
 
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.Clusters
 
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.Clusters
 
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClustersPlusNoise
 
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClustersPlusNoise
 
output(File, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClustersPlusNoisePlusCorrelationAnalysis
 
output(PrintStream, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.EMModel
 
output(PrintStream, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalAxesParallelCorrelationClusters
 
output(File, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalAxesParallelCorrelationClusters
 
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalClusters
Writes the cluster order to the given stream.
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalClusters
 
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.PartitionClusteringResults
 
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.PartitionClusteringResults
 
output(PrintStream, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.SubspaceClusterModel
 
output(File, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
 
output(PrintStream, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
Writes the clustering result to the given stream.
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.KNNDistanceOrderResult
 
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.KNNDistanceOrderResult
 
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.KNNJoinResult
 
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.KNNJoinResult
 
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.PartitionResults
 
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.PartitionResults
 
output(File, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.PointerRepresentation
 
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.PointerRepresentation
 
output(File, Normalization<O>, List<AttributeSettings>) - Method in interface de.lmu.ifi.dbs.elki.algorithm.result.Result
Writes the clustering result to the given file.
output(PrintStream, Normalization<O>, List<AttributeSettings>) - Method in interface de.lmu.ifi.dbs.elki.algorithm.result.Result
Writes the clustering result to the given stream.
OUTPUT - Static variable in class de.lmu.ifi.dbs.elki.utilities.optionhandling.OptionID
OptionID for KDDTask.OUTPUT_PARAM todo richtige beschreibung?
OUTPUT_ACCURACY_ID - Static variable in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
OptionID for DependencyDerivator.OUTPUT_ACCURACY_PARAM
OUTPUT_ACCURACY_PARAM - Variable in class de.lmu.ifi.dbs.elki.algorithm.DependencyDerivator
Parameter to specify the threshold for output accuracy fraction digits, must be an integer equal to or greater than 0.
OUTPUT_PARAM - Variable in class de.lmu.ifi.dbs.elki.KDDTask
Optional Parameter to specify the file to write the obtained results in.
overflowTreatment(N, TreeIndexPath<E>) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Treatment of overflow in the specified node: if the node is not the root node and this is the first call of overflowTreatment in the given level during insertion the specified node will be reinserted, otherwise the node will be splitted.
overlap(HyperBoundingBox) - Method in class de.lmu.ifi.dbs.elki.utilities.HyperBoundingBox
Computes the volume of the overlapping box between this HyperBoundingBox and the given HyperBoundingBox and return the relation between the volume of the overlapping box and the volume of both HyperBoundingBoxes.
overlapInc - Variable in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util.Enlargement
The increasement of the overlap.

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