Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm |
Algorithms suitable as a task for the
KDDTask main routine. |
de.lmu.ifi.dbs.elki.algorithm.outlier.subspace |
Subspace outlier detection methods.
|
de.lmu.ifi.dbs.elki.algorithm.statistics |
Statistical analysis algorithms.
|
de.lmu.ifi.dbs.elki.data |
Basic classes for different data types, database object types and label types.
|
de.lmu.ifi.dbs.elki.data.model |
Cluster models classes for various algorithms.
|
de.lmu.ifi.dbs.elki.evaluation.classification |
Evaluation of classification algorithms.
|
de.lmu.ifi.dbs.elki.evaluation.outlier |
Evaluate an outlier score using a misclassification based cost model.
|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry.
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.result.textwriter |
Text serialization (CSV, Gnuplot, Console, ...)
|
de.lmu.ifi.dbs.elki.result.textwriter.writers |
Serialization handlers for individual data types.
|
Modifier and Type | Method and Description |
---|---|
void |
MaterializeDistances.DistanceEntry.writeToText(TextWriterStream out,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
SOD.SODModel.writeToText(TextWriterStream out,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluateRetrievalPerformance.RetrievalPerformanceResult.writeToText(TextWriterStream out,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
Cluster.writeToText(TextWriterStream out,
String label)
Write to a textual representation.
|
Modifier and Type | Method and Description |
---|---|
void |
SubspaceModel.writeToText(TextWriterStream out,
String label) |
void |
PrototypeModel.writeToText(TextWriterStream out,
String label)
Implementation of
TextWriteable interface. |
void |
LinearEquationModel.writeToText(TextWriterStream out,
String label)
Implementation of
TextWriteable interface |
void |
EMModel.writeToText(TextWriterStream out,
String label) |
void |
DimensionModel.writeToText(TextWriterStream out,
String label)
Implementation of
TextWriteable interface |
void |
DendrogramModel.writeToText(TextWriterStream out,
String label)
Implementation of
TextWriteable interface. |
void |
CorrelationModel.writeToText(TextWriterStream out,
String label)
Implementation of
TextWriteable interface |
void |
CorrelationAnalysisSolution.writeToText(TextWriterStream out,
String label)
Text output of the equation system
|
void |
CoreObjectsModel.writeToText(TextWriterStream out,
String label) |
void |
AbstractModel.writeToText(TextWriterStream out,
String label)
Implement writeToText as per
TextWriteable interface. |
Modifier and Type | Method and Description |
---|---|
void |
ConfusionMatrixEvaluationResult.writeToText(TextWriterStream out,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
OutlierROCCurve.ROCResult.writeToText(TextWriterStream out,
String label) |
void |
OutlierPrecisionRecallCurve.PRCurve.writeToText(TextWriterStream out,
String label) |
void |
OutlierPrecisionAtKCurve.PrecisionAtKCurve.writeToText(TextWriterStream out,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
XYCurve.writeToText(TextWriterStream out,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
FrequentItemsetsResult.writeToText(TextWriterStream out,
String label) |
void |
EvaluationResult.writeToText(TextWriterStream out,
String label) |
Modifier and Type | Method and Description |
---|---|
private void |
TextWriter.printObject(TextWriterStream out,
Database db,
DBIDRef objID,
List<Relation<?>> ra) |
abstract void |
TextWriterWriterInterface.write(TextWriterStream out,
String label,
O object)
Write a given object to the output stream.
|
void |
TextWriterWriterInterface.writeObject(TextWriterStream out,
String label,
Object object)
Non-type-checking version.
|
void |
TextWriteable.writeToText(TextWriterStream out,
String label)
Write self to the given
TextWriterStream |
Modifier and Type | Method and Description |
---|---|
void |
TextWriterDoubleDoublePair.write(TextWriterStream out,
String label,
DoubleDoublePair object)
Serialize a pair, component-wise
|
void |
TextWriterObjectInline.write(TextWriterStream out,
String label,
Object object)
Serialize an object into the inline section.
|
void |
TextWriterObjectComment.write(TextWriterStream out,
String label,
Object object)
Put an object into the comment section
|
void |
TextWriterIgnore.write(TextWriterStream out,
String label,
Object object)
Ignore this object.
|
void |
TextWriterPair.write(TextWriterStream out,
String label,
Pair<?,?> object)
Serialize a pair, component-wise
|
void |
TextWriterObjectArray.write(TextWriterStream out,
String label,
T[] v)
Serialize an object into the inline section.
|
void |
TextWriterTextWriteable.write(TextWriterStream out,
String label,
TextWriteable obj)
Use the objects own text serialization.
|
void |
TextWriterVector.write(TextWriterStream out,
String label,
Vector v)
Serialize an object into the inline section.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.