Uses of Interface
elki.result.textwriter.TextWriteable
-
Packages that use TextWriteable Package Description elki.algorithm.statistics Statistical analysis algorithms.elki.clustering.uncertain Clustering algorithms for uncertain data.elki.data Basic classes for different data types, database object types and label types.elki.data.model Cluster models classes for various algorithms.elki.evaluation.clustering Evaluation of clustering results.elki.outlier.subspace Subspace outlier detection methods.elki.result Result types, representation and handling.elki.result.textwriter.writers Serialization handlers for individual data types.elki.timeseries Algorithms for change point detection in time series. -
-
Uses of TextWriteable in elki.algorithm.statistics
Classes in elki.algorithm.statistics that implement TextWriteable Modifier and Type Class Description static class
EvaluateRetrievalPerformance.RetrievalPerformanceResult
Result object for MAP scores. -
Uses of TextWriteable in elki.clustering.uncertain
Classes in elki.clustering.uncertain that implement TextWriteable Modifier and Type Class Description static class
RepresentativeUncertainClustering.RepresentativenessEvaluation
Representativeness evaluation result. -
Uses of TextWriteable in elki.data
Classes in elki.data that implement TextWriteable Modifier and Type Class Description class
Cluster<M extends Model>
Generic cluster class, that may or not have hierarchical information. -
Uses of TextWriteable in elki.data.model
Classes in elki.data.model that implement TextWriteable Modifier and Type Class Description class
CoreObjectsModel
Cluster model using "core" objects.class
CorrelationAnalysisSolution
A solution of correlation analysis is a matrix of equations describing the dependencies.class
CorrelationModel
Cluster model using a filtered PCA result and an centroid.class
DimensionModel
Cluster model additionally providing a cluster dimensionality.class
EMModel
Cluster model of an EM cluster, providing a mean and a full covariance Matrix.class
GeneratorModel
Cluster model for synthetically generated data.class
KMeansModel
Trivial subclass of theMeanModel
that indicates the clustering to be produced by k-means (so the Voronoi cell visualization is sensible).class
LinearEquationModel
Cluster model containing a linear equation system for the cluster.class
MeanModel
Cluster model that stores a mean for the cluster.class
MedoidModel
Cluster model that stores a mean for the cluster.class
SimplePrototypeModel<V>
Cluster model that stores a prototype for each cluster.class
SubspaceModel
Model for Subspace Clusters. -
Uses of TextWriteable in elki.evaluation.clustering
Classes in elki.evaluation.clustering that implement TextWriteable Modifier and Type Class Description static class
EvaluateClustering.ScoreResult
Result object for outlier score judgements. -
Uses of TextWriteable in elki.outlier.subspace
Classes in elki.outlier.subspace that implement TextWriteable Modifier and Type Class Description static class
SOD.SODModel
SOD Model class -
Uses of TextWriteable in elki.result
Classes in elki.result that implement TextWriteable Modifier and Type Class Description class
AssociationRuleResult
Result class for association rule miningclass
EvaluationResult
Abstract evaluation result.class
FrequentItemsetsResult
Result class for frequent itemset mining algorithms. -
Uses of TextWriteable in elki.result.textwriter.writers
Methods in elki.result.textwriter.writers with parameters of type TextWriteable Modifier and Type Method Description void
TextWriterTextWriteable. write(TextWriterStream out, java.lang.String label, TextWriteable obj)
Use the objects own text serialization. -
Uses of TextWriteable in elki.timeseries
Classes in elki.timeseries that implement TextWriteable Modifier and Type Class Description class
ChangePoints
Change point detection result Used by change or trend detection algorithms TODO: we need access to the data labels / timestamp information!
-