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 _

W

warning(String) - Method in class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
Log a WARNING message.
warning(String) - Method in interface de.lmu.ifi.dbs.elki.logging.Loggable
Log a WARNING message:
WARNING - Static variable in class de.lmu.ifi.dbs.elki.logging.LogLevel
WARNING is a message level indicating warning messages.
WarningFilter - Class in de.lmu.ifi.dbs.elki.logging
A filter for warning logs - suitable for handling warning messages.
WarningFilter() - Constructor for class de.lmu.ifi.dbs.elki.logging.WarningFilter
Provides a filter for warning logs.
weakEigenPairs - Variable in class de.lmu.ifi.dbs.elki.varianceanalysis.FilteredEigenPairs
The weak eigenpairs.
weakEigenvalues - Variable in class de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA
The weak eigenvalues.
weakEigenvectors - Variable in class de.lmu.ifi.dbs.elki.algorithm.result.CorrelationAnalysisSolution
The weak eigenvectors of the hyperplane induced by the correlation.
weakEigenvectors - Variable in class de.lmu.ifi.dbs.elki.varianceanalysis.AbstractPCA
The weak eigenvectors to their corresponding filtered eigenvalues.
weightedDistance(O, O, BitSet) - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PreferenceVectorBasedCorrelationDistanceFunction
Computes the weighted distance between the two specified vectors according to the given preference vector.
weightedDistance(Integer, Integer, BitSet) - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PreferenceVectorBasedCorrelationDistanceFunction
Computes the weighted distance between the two specified vectors according to the given preference vector.
WeightedDistanceFunction<O extends NumberVector<O,?>> - Class in de.lmu.ifi.dbs.elki.distance.distancefunction
Provides the Weighted distance for feature vectors.
WeightedDistanceFunction(Matrix) - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.WeightedDistanceFunction
Provides the Weighted distance for feature vectors.
weightedPrefereneceVectorDistance(O, O) - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PreferenceVectorBasedCorrelationDistanceFunction
Computes the weighted distance between the two specified data vectors according to their preference vectors.
weightedPrefereneceVectorDistance(Integer, Integer) - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.PreferenceVectorBasedCorrelationDistanceFunction
Computes the weighted distance between the two specified data vectors according to their preference vectors.
weightMatrix - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.WeightedDistanceFunction
The weight matrix.
WekaAbstractAttribute<W extends WekaAbstractAttribute<W>> - Class in de.lmu.ifi.dbs.elki.converter
WekaAbstractAttribute handles the type of the attribute.
WekaAbstractAttribute(String) - Constructor for class de.lmu.ifi.dbs.elki.converter.WekaAbstractAttribute
Sets this attribute to the specified type.
WekaAttribute<W extends WekaAttribute<W>> - Interface in de.lmu.ifi.dbs.elki.converter
A WekaAttribute - an implementing class may be either a nominal, numeric, or string attribute.
WekaAttributeFactory - Class in de.lmu.ifi.dbs.elki.converter
A factory to create WekaAttributes out of Strings.
WekaAttributeFactory() - Constructor for class de.lmu.ifi.dbs.elki.converter.WekaAttributeFactory
 
WekaNominalAttribute<L extends ClassLabel<L>> - Class in de.lmu.ifi.dbs.elki.converter
A nominal attribute.
WekaNominalAttribute(L) - Constructor for class de.lmu.ifi.dbs.elki.converter.WekaNominalAttribute
Sets the value as a nominal attribute.
WekaNumericAttribute - Class in de.lmu.ifi.dbs.elki.converter
A numeric attribute.
WekaNumericAttribute(double) - Constructor for class de.lmu.ifi.dbs.elki.converter.WekaNumericAttribute
Sets the given value as numeric value.
WekaObject<W extends WekaAttribute<W>> - Interface in de.lmu.ifi.dbs.elki.converter
A WekaObject is an object that is able to provide its attributes as an array of type WekaAttribute.
WekaStringAttribute - Class in de.lmu.ifi.dbs.elki.converter
A string attribute.
WekaStringAttribute(String) - Constructor for class de.lmu.ifi.dbs.elki.converter.WekaStringAttribute
Sets the given value as a string value.
WHITESPACE_PATTERN - Static variable in class de.lmu.ifi.dbs.elki.parser.AbstractParser
A pattern defining whitespace.
write(Bicluster<V>, PrintStream, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering.Biclustering
 
write(int, Set<Integer>, LinearEquationSystem, PrintStream, Normalization<ParameterizationFunction>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.CASHResult
Writes a cluster to the designated print stream.
write(int, PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.Clusters
Writes a cluster denoted by its cluster number to the designated print stream.
write(int, PrintStream, Normalization<O>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClustersPlusNoise
Writes a cluster denoted by its cluster number to the designated print stream.
write(int, PrintStream, Normalization<V>, List<AttributeSettings>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.ClustersPlusNoisePlusCorrelationAnalysis
Writes a cluster denoted by its cluster number to the designated print stream.
write(C, File, PrintStream, Normalization<O>, List<AttributeSettings>, List<String>, Map<C, Boolean>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalClusters
Writes a cluster to the designated print stream.
writeAccess - Variable in class de.lmu.ifi.dbs.elki.persistent.PageFile
The write I/O-Access of this file.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.BitDistance
 
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.CorrelationDistance
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.DoubleDistance
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.FloatDistance
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.IntegerDistance
 
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.PreferenceVectorBasedCorrelationDistance
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.SubspaceDistance
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractEntry
Writes the id of the object (node or data object) that is represented by this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractNode
Writes the id of this node, the numEntries and the entries array to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.MkAppDirectoryEntry
Calls the super method and writes the polynomial approximation of the knn distances of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.MkAppLeafEntry
Calls the super method and writes the polynomiale approximation of the knn distances of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp.PolynomialApproximation
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.ApproximationLine
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPDirectoryEntry
Calls the super method and writes the conservative approximation of the knn distances of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop.MkCoPLeafEntry
Calls the super method and writes the conservative and progressive approximation of the knn distances of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax.MkMaxDirectoryEntry
Calls the super method and writes the knn distance of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax.MkMaxLeafEntry
Calls the super method and writes the knn distance of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabDirectoryEntry
Calls the super method and writes the parameter k_max and the knn distances of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab.MkTabLeafEntry
Calls the super method and writes the parameter k_max and the knn distances of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeDirectoryEntry
Calls the super method and writes the routingObjectID, the parentDistance and the coveringRadius of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.MTreeLeafEntry
Calls the super method and writes the parentDistance of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNDirectoryEntry
Calls the super method and writes the knn distance of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNLeafEntry
Calls the super method and writes the knn distance of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialDirectoryEntry
Calls the super method and writes the MBR object of this entry to the specified output stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialLeafEntry
Calls the super method and writes the values of this entry to the specified stream.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractPage
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.Deap
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.utilities.heap.DefaultIdentifiable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.utilities.HyperBoundingBox
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeHeader(PrintStream, List<AttributeSettings>, List<String>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.AbstractResult
Writes a header providing information concerning the underlying database and the specified parameter-settings.
writeHeader(PrintStream, List<AttributeSettings>, List<String>, HierarchicalAxesParallelCorrelationCluster) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalAxesParallelCorrelationClusters
Writes a header for the specified cluster providing information concerning the underlying database and the specified parameter-settings.
writeHeader(PrintStream, List<AttributeSettings>, List<String>, HierarchicalCASHCluster) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCASHClusters
Writes a header for the specified cluster providing information concerning the underlying database and the specified parameter-settings.
writeHeader(PrintStream, List<AttributeSettings>, List<String>, C) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalClusters
Writes a header for the specified cluster providing information concerning the underlying database and the specified parameter-settings.
writeHeader(PrintStream, List<AttributeSettings>, List<String>, HierarchicalCorrelationCluster<V>) - Method in class de.lmu.ifi.dbs.elki.algorithm.result.clustering.HierarchicalCorrelationClusters
Writes a header for the specified cluster providing information concerning the underlying database and the specified parameter-settings.
writeHeader(RandomAccessFile) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax.MkMaxTreeHeader
Writes this header to the specified file,
writeHeader(RandomAccessFile) - Method in class de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTreeHeader
Writes this header to the specified file,
writeHeader(RandomAccessFile) - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexHeader
Writes this header to the specified file,
writeHeader(RandomAccessFile) - Method in class de.lmu.ifi.dbs.elki.persistent.DefaultPageHeader
Writes this header to the specified file,
writeHeader(RandomAccessFile) - Method in interface de.lmu.ifi.dbs.elki.persistent.PageHeader
Writes this header to the specified file,
writePage(P) - Method in class de.lmu.ifi.dbs.elki.persistent.PageFile
Writes a page into this file.
WrongParameterValueException - Exception in de.lmu.ifi.dbs.elki.utilities.optionhandling
Thrown by a Parameterizable object in case of wrong parameter format.
WrongParameterValueException(String, String, String) - Constructor for exception de.lmu.ifi.dbs.elki.utilities.optionhandling.WrongParameterValueException
Thrown by a Parameterizable object in case of wrong parameter format.
WrongParameterValueException(String, String, String, Throwable) - Constructor for exception de.lmu.ifi.dbs.elki.utilities.optionhandling.WrongParameterValueException
Thrown by a Parameterizable object in case of wrong parameter format.
WrongParameterValueException(String) - Constructor for exception de.lmu.ifi.dbs.elki.utilities.optionhandling.WrongParameterValueException
Thrown by a Parameterizable object in case of wrong parameter format.

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 _