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 classEvaluateRetrievalPerformance.RetrievalPerformanceResultResult 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 classRepresentativeUncertainClustering.RepresentativenessEvaluationRepresentativeness evaluation result. -
Uses of TextWriteable in elki.data
Classes in elki.data that implement TextWriteable Modifier and Type Class Description classCluster<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 classCoreObjectsModelCluster model using "core" objects.classCorrelationAnalysisSolutionA solution of correlation analysis is a matrix of equations describing the dependencies.classCorrelationModelCluster model using a filtered PCA result and an centroid.classDimensionModelCluster model additionally providing a cluster dimensionality.classEMModelCluster model of an EM cluster, providing a mean and a full covariance Matrix.classGeneratorModelCluster model for synthetically generated data.classKMeansModelTrivial subclass of theMeanModelthat indicates the clustering to be produced by k-means (so the Voronoi cell visualization is sensible).classLinearEquationModelCluster model containing a linear equation system for the cluster.classMeanModelCluster model that stores a mean for the cluster.classMedoidModelCluster model that stores a mean for the cluster.classSimplePrototypeModel<V>Cluster model that stores a prototype for each cluster.classSubspaceModelModel for Subspace Clusters. -
Uses of TextWriteable in elki.evaluation.clustering
Classes in elki.evaluation.clustering that implement TextWriteable Modifier and Type Class Description static classEvaluateClustering.ScoreResultResult 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 classSOD.SODModelSOD Model class -
Uses of TextWriteable in elki.result
Classes in elki.result that implement TextWriteable Modifier and Type Class Description classAssociationRuleResultResult class for association rule miningclassEvaluationResultAbstract evaluation result.classFrequentItemsetsResultResult 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 voidTextWriterTextWriteable. 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 classChangePointsChange point detection result Used by change or trend detection algorithms TODO: we need access to the data labels / timestamp information!
-