- w - Variable in class de.lmu.ifi.dbs.elki.visualization.gui.overview.PlotItem
-
Size: width
- walpha - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.ProgressiveEigenPairFilter.Parameterizer
-
The noise tolerance level for weak eigenvectors
- walpha - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.ProgressiveEigenPairFilter
-
The noise tolerance level for weak eigenvectors
- walpha - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.SignificantEigenPairFilter.Parameterizer
-
- walpha - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.SignificantEigenPairFilter
-
The noise tolerance level for weak eigenvectors
- walpha - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeakEigenPairFilter.Parameterizer
-
The threshold for strong eigenvectors: the strong eigenvectors explain a
portion of at least alpha of the total variance.
- walpha - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeakEigenPairFilter
-
The noise tolerance level for weak eigenvectors
- warned - Variable in class de.lmu.ifi.dbs.elki.database.query.knn.PreprocessorKNNQuery
-
Warn only once.
- warned - Variable in class de.lmu.ifi.dbs.elki.database.query.rknn.PreprocessorRKNNQuery
-
Warn only once.
- warning(CharSequence, Throwable) - Method in class de.lmu.ifi.dbs.elki.logging.Logging
-
Log a message at the 'warning' level.
- warning(CharSequence) - Method in class de.lmu.ifi.dbs.elki.logging.Logging
-
Log a message at the 'warning' level.
- warning(String) - Static method in class de.lmu.ifi.dbs.elki.logging.LoggingUtil
-
Static version to log a warning message.
- warning(String, Throwable) - Static method in class de.lmu.ifi.dbs.elki.logging.LoggingUtil
-
Static version to log a warning message.
- warnoverwrite - Variable in class de.lmu.ifi.dbs.elki.result.ResultWriter.Parameterizer
-
Whether or not to warn on overwrite
- warnoverwrite - Variable in class de.lmu.ifi.dbs.elki.result.ResultWriter
-
Whether or not to warn on overwrite
- WeakEigenPairFilter - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
-
The WeakEigenPairFilter sorts the eigenpairs in descending order of their
eigenvalues and returns the first eigenpairs who are above the average mark
as "strong", the others as "weak".
- WeakEigenPairFilter(double) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeakEigenPairFilter
-
Constructor.
- WeakEigenPairFilter.Parameterizer - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
-
Parameterization class.
- WeakEigenPairFilter.Parameterizer() - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeakEigenPairFilter.Parameterizer
-
- weakEigenPairs - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.FilteredEigenPairs
-
The weak eigenpairs.
- weakEigenvalues - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredResult
-
The weak eigenvalues.
- weakEigenvectors - Variable in class de.lmu.ifi.dbs.elki.data.model.CorrelationAnalysisSolution
-
The weak eigenvectors of the hyperplane induced by the correlation.
- weakEigenvectors - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.PCAFilteredResult
-
The weak eigenvectors to their corresponding filtered eigenvalues.
- WEIGHT_ID - Static variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeightedCovarianceMatrixBuilder
-
Parameter to specify the weight function to use in weighted PCA, must
implement
WeightFunction
.
- weightDistance - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeightedCovarianceMatrixBuilder
-
Holds the distance function used for weight calculation
- WeightedCovarianceMatrixBuilder<V extends NumberVector<? extends V,?>> - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
-
- WeightedCovarianceMatrixBuilder(WeightFunction) - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeightedCovarianceMatrixBuilder
-
Constructor.
- WeightedCovarianceMatrixBuilder.Parameterizer<V extends NumberVector<V,?>> - Class in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
-
Parameterization class.
- WeightedCovarianceMatrixBuilder.Parameterizer() - Constructor for class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeightedCovarianceMatrixBuilder.Parameterizer
-
- weightedDistance(V, V, BitSet) - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.AbstractPreferenceVectorBasedCorrelationDistanceFunction.Instance
-
Computes the weighted distance between the two specified vectors
according to the given preference vector.
- weightedDistance(DBID, DBID, BitSet) - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.AbstractPreferenceVectorBasedCorrelationDistanceFunction.Instance
-
Computes the weighted distance between the two specified vectors
according to the given preference vector.
- WeightedDistanceFunction - 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.
- WeightedLPNormDistanceFunction - Class in de.lmu.ifi.dbs.elki.distance.distancefunction
-
Weighted version of the Euclidean distance function.
- WeightedLPNormDistanceFunction(double, double[]) - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.WeightedLPNormDistanceFunction
-
Constructor.
- WeightedNeighborSetPredicate - Interface in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted
-
Neighbor predicate with weight support.
- WeightedNeighborSetPredicate.Factory<O> - Interface in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted
-
Factory interface to produce instances.
- weightedPearsonCorrelationCoefficient(NumberVector<?, ?>, NumberVector<?, ?>, double[]) - Static method in class de.lmu.ifi.dbs.elki.math.MathUtil
-
Provides the Pearson product-moment correlation coefficient for two
FeatureVectors.
- weightedPearsonCorrelationCoefficient(double[], double[], double[]) - Static method in class de.lmu.ifi.dbs.elki.math.MathUtil
-
Provides the Pearson product-moment correlation coefficient for two
FeatureVectors.
- WeightedPearsonCorrelationDistanceFunction - Class in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
-
Pearson correlation distance function for feature vectors.
- WeightedPearsonCorrelationDistanceFunction(double[]) - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.correlation.WeightedPearsonCorrelationDistanceFunction
-
Provides a PearsonCorrelationDistanceFunction.
- weightedPrefereneceVectorDistance(DBID, DBID) - Method in class de.lmu.ifi.dbs.elki.distance.distancefunction.subspace.AbstractPreferenceVectorBasedCorrelationDistanceFunction.Instance
-
Computes the weighted distance between the two specified data vectors
according to their preference vectors.
- WeightedSquaredEuclideanDistanceFunction - Class in de.lmu.ifi.dbs.elki.distance.distancefunction
-
Provides the squared Euclidean distance for FeatureVectors.
- WeightedSquaredEuclideanDistanceFunction(double[]) - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.WeightedSquaredEuclideanDistanceFunction
-
Constructor.
- WeightedSquaredPearsonCorrelationDistanceFunction - Class in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
-
Squared Pearson correlation distance function for feature vectors.
- WeightedSquaredPearsonCorrelationDistanceFunction(double[]) - Constructor for class de.lmu.ifi.dbs.elki.distance.distancefunction.correlation.WeightedSquaredPearsonCorrelationDistanceFunction
-
Provides a SquaredPearsonCorrelationDistanceFunction.
- weightfunction - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeightedCovarianceMatrixBuilder.Parameterizer
-
- weightfunction - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.pca.WeightedCovarianceMatrixBuilder
-
Holds the weight function.
- WeightFunction - Interface in de.lmu.ifi.dbs.elki.math.linearalgebra.pca.weightfunctions
-
WeightFunction interface that allows the use of various distance-based weight
functions.
- weightMatrix - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.WeightedDistanceFunction
-
The weight matrix.
- weights - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.correlation.WeightedPearsonCorrelationDistanceFunction
-
Weights
- weights - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.correlation.WeightedSquaredPearsonCorrelationDistanceFunction
-
Weights
- weights - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.WeightedLPNormDistanceFunction
-
Weight array
- weights - Variable in class de.lmu.ifi.dbs.elki.distance.distancefunction.WeightedSquaredEuclideanDistanceFunction
-
Weight array
- weightVector - Variable in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODModel
-
- WHITESPACE - Static variable in class de.lmu.ifi.dbs.elki.logging.OutputStreamLogger
-
Whitespace.
- whitespace(int) - Static method in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
-
Returns a string with the specified number of whitespace.
- WHITESPACE_BUFFER - Static variable in class de.lmu.ifi.dbs.elki.utilities.FormatUtil
-
Whitespace.
- WHITESPACE_PATTERN - Static variable in class de.lmu.ifi.dbs.elki.datasource.GeneratorXMLDatabaseConnection
-
A pattern defining whitespace.
- WHITESPACE_PATTERN - Static variable in class de.lmu.ifi.dbs.elki.datasource.parser.AbstractParser
-
A pattern defining whitespace.
- width - Variable in class de.lmu.ifi.dbs.elki.visualization.gui.detail.DetailView
-
The created width
- width - Variable in class de.lmu.ifi.dbs.elki.visualization.opticsplot.OPTICSPlot
-
Width of plot
- width - Variable in class de.lmu.ifi.dbs.elki.visualization.savedialog.SaveOptionsPanel
-
The width of the exported image (if exported to JPEG or PNG).
- width - Variable in class de.lmu.ifi.dbs.elki.visualization.VisualizationTask
-
Width
- widths - Variable in class de.lmu.ifi.dbs.elki.visualization.gui.overview.RectangleArranger
-
Column widths
- WINDOW_TITLE_BASE - Static variable in class de.lmu.ifi.dbs.elki.application.visualization.KNNExplorer.ExplorerWindow
-
Default Window Title
- WINDOW_TITLE_ID - Static variable in class de.lmu.ifi.dbs.elki.visualization.gui.ResultVisualizer
-
Parameter to specify the window title
Key: -vis.window.title
Default value: "ELKI Result Visualization"
- WorkflowStep - Interface in de.lmu.ifi.dbs.elki.workflow
-
Trivial interface for workflow steps.
- wrap(Database, DBIDs, Relation<O>) - Static method in class de.lmu.ifi.dbs.elki.database.relation.ProxyView
-
Constructor-like static method.
- writable - Variable in class de.lmu.ifi.dbs.elki.persistent.OnDiskArray
-
Writable or read-only object
- WritableDataStore<T> - Interface in de.lmu.ifi.dbs.elki.database.datastore
-
Writable data store.
- WritableRecordStore - Interface in de.lmu.ifi.dbs.elki.database.datastore
-
Represents a storage which stores multiple values per object in a record fashion.
- write(char[], int, int) - Method in class de.lmu.ifi.dbs.elki.logging.OutputStreamLogger
-
Writer that keeps track of when it hasn't seen a newline yet, will
auto-insert newlines except when lines start with a carriage return.
- write(String, int, int) - Method in class de.lmu.ifi.dbs.elki.logging.OutputStreamLogger
-
Writer that keeps track of when it hasn't seen a newline yet, will
auto-insert newlines except when lines start with a carriage return.
- write(int) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteBufferOutputStream
-
- write(byte[], int, int) - Method in class de.lmu.ifi.dbs.elki.persistent.ByteBufferOutputStream
-
- write(TextWriterStream, String, O) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface
-
Write a given object to the output stream.
- write(TextWriterStream, String, DoubleDoublePair) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterDoubleDoublePair
-
Serialize a pair, component-wise
- write(TextWriterStream, String, T[]) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterObjectArray
-
Serialize an object into the inline section.
- write(TextWriterStream, String, Object) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterObjectComment
-
Put an object into the comment section
- write(TextWriterStream, String, Object) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterObjectInline
-
Serialize an object into the inline section.
- write(TextWriterStream, String, Pair<?, ?>) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterPair
-
Serialize a pair, component-wise
- write(TextWriterStream, String, TextWriteable) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterTextWriteable
-
Use the objects own text serialization.
- write(TextWriterStream, String, Triple<?, ?, ?>) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterTriple
-
Serialize a triple, component-wise
- write(TextWriterStream, String, Vector) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.writers.TextWriterVector
-
Serialize an object into the inline section.
- writeAccess - Variable in class de.lmu.ifi.dbs.elki.persistent.AbstractPageFile
-
The write I/O-Access of this file.
- writeClusterResult(Database, StreamFactory, Cluster<?>, List<Relation<?>>, NamingScheme, List<SettingsResult>) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
-
- writeClusters(OutputStreamWriter, MultipleObjectsBundle) - Method in class de.lmu.ifi.dbs.elki.application.GeneratorXMLSpec
-
Write the resulting clusters to an output stream.
- writeDouble(byte[], int, double) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Write a double to the byte array at the given offset.
- writeEmptyPages(Stack<Integer>, RandomAccessFile) - Method in class de.lmu.ifi.dbs.elki.index.tree.TreeIndexHeader
-
Write the indices of empty pages the the end of file
.
- writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.data.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.
- writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.BitDistance
-
Writes the bit value of this BitDistance to the specified stream.
- writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.CorrelationDistance
-
Writes the correlation value and the euclidean value of this
CorrelationDistance to the specified stream.
- writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.DoubleDistance
-
Writes the double value of this DoubleDistance to the specified stream.
- writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.FloatDistance
-
Writes the float value of this FloatDistance to the specified stream.
- writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.IntegerDistance
-
Writes the integer value of this IntegerDistance to the specified stream.
- writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.PreferenceVectorBasedCorrelationDistance
-
- writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.distance.distancevalue.SubspaceDistance
-
Writes the subspace distance value and the affine distance value of this
SubspaceDistance to the specified stream.
- writeExternal(ObjectOutput) - Method in class de.lmu.ifi.dbs.elki.index.tree.AbstractDirectoryEntry
-
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.AbstractLeafEntry
-
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
-
Calls the super method and 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.mktrees.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.mktrees.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.mktrees.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.mktrees.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.mktrees.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.mktrees.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.mktrees.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.mktrees.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.mktrees.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.mktrees.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.AbstractRStarTreeNode
-
Calls the super method and 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.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.SpatialPointLeafEntry
-
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.
- writeFloat(byte[], int, float) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Write a float to the byte array at the given offset.
- writeHeader(RandomAccessFile) - Method in class de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.MkTreeHeader
-
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.
- writeInt(byte[], int, int) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Write an integer to the byte array at the given offset.
- writeIterableResult(StreamFactory, IterableResult<?>, List<SettingsResult>) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
-
- writeKMLData(XMLStreamWriter, OutlierResult, Database) - Method in class de.lmu.ifi.dbs.elki.result.KMLOutputHandler
-
- writeLong(byte[], int, long) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Write a long to the byte array at the given offset.
- writeNewlineOnDebug(XMLStreamWriter) - Method in class de.lmu.ifi.dbs.elki.result.KMLOutputHandler
-
Print a newline when debugging.
- writeNode(N) - Method in class de.lmu.ifi.dbs.elki.index.tree.IndexTree
-
Write a node to the backing storage.
- writeObject(TextWriterStream, String, Object) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriterWriterInterface
-
Non-type-checking version.
- writeOrderingResult(Database, StreamFactory, OrderingResult, List<Relation<?>>, List<SettingsResult>) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
-
- writeOtherResult(StreamFactory, Result, List<SettingsResult>) - Method in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
-
- writePage(P) - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractPageFile
-
Writes a page into this file.
- writePage(Integer, P) - Method in class de.lmu.ifi.dbs.elki.persistent.AbstractPageFile
-
Perform the actual page write operation.
- writePage(Integer, P) - Method in class de.lmu.ifi.dbs.elki.persistent.LRUCache
-
- writePage(Integer, P) - Method in class de.lmu.ifi.dbs.elki.persistent.MemoryPageFile
-
- writePage(Integer, P) - Method in class de.lmu.ifi.dbs.elki.persistent.OnDiskArrayPageFile
-
Write page to disk.
- writePage(P) - Method in interface de.lmu.ifi.dbs.elki.persistent.PageFile
-
Writes a page into this file.
- writePage(Integer, 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.
- writers - Static variable in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriter
-
Hash map for supported classes in writer.
- writers - Variable in class de.lmu.ifi.dbs.elki.result.textwriter.TextWriterStream
-
Handlers for various object types.
- writeShort(byte[], int, int) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Write a short to the byte array at the given offset.
- writeSignedVarint(ByteBuffer, int) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Write an signed integer using a variable-length encoding.
- writeSignedVarintLong(ByteBuffer, long) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Write a signed long using a variable-length encoding.
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.algorithm.outlier.SOD.SODModel
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.Cluster
-
Write to a textual representation.
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.BaseModel
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.Bicluster
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.BiclusterWithInverted
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationAnalysisSolution
-
Text output of the equation system
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.CorrelationModel
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.DendrogramModel
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.DimensionModel
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.EMModel
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.LinearEquationModel
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.MeanModel
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.model.SubspaceModel
-
- writeToText(TextWriterStream, String) - Method in class de.lmu.ifi.dbs.elki.data.ParameterizationFunction
-
- writeToText(TextWriterStream, String) - Method in interface de.lmu.ifi.dbs.elki.result.textwriter.TextWriteable
-
- writeUnsignedVarint(ByteBuffer, int) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Write an unsigned integer using a variable-length encoding.
- writeUnsignedVarintLong(ByteBuffer, long) - Static method in class de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil
-
Write an unsigned long using a variable-length encoding.
- writeXHTML(Document, OutputStream) - Static method in class de.lmu.ifi.dbs.elki.utilities.xml.HTMLUtil
-
Write an HTML document to an output stream.
- WrongParameterValueException - Exception in de.lmu.ifi.dbs.elki.utilities.optionhandling
-
Thrown by a Parameterizable object in case of wrong parameter format.
- WrongParameterValueException(Parameter<?, ?>, String) - Constructor for exception de.lmu.ifi.dbs.elki.utilities.optionhandling.WrongParameterValueException
-
Thrown by a Parameterizable object in case of wrong parameter format.
- WrongParameterValueException(Parameter<?, ?>, 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(Parameter<?, ?>, 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(Parameter<?, ?>, 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) - Constructor for exception de.lmu.ifi.dbs.elki.utilities.optionhandling.WrongParameterValueException
-
Thrown by a Parameterizable object in case of wrong parameter format.
- WrongParameterValueException(String, Throwable) - Constructor for exception de.lmu.ifi.dbs.elki.utilities.optionhandling.WrongParameterValueException
-
Thrown by a Parameterizable object in case of wrong parameter format.
- wsum - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.Centroid
-
The current weight
- wsum - Variable in class de.lmu.ifi.dbs.elki.math.linearalgebra.CovarianceMatrix
-
The current weight
- wsum - Variable in class de.lmu.ifi.dbs.elki.math.Mean
-
Weight sum (number of samples)