|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextWriteable | |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier | Outlier detection 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.result.textwriter.writers | Serialization handlers for individual data types. |
Uses of TextWriteable in de.lmu.ifi.dbs.elki.algorithm.outlier |
---|
Classes in de.lmu.ifi.dbs.elki.algorithm.outlier that implement TextWriteable | |
---|---|
static class |
SOD.SODModel<O extends NumberVector<O,?>>
|
Uses of TextWriteable in de.lmu.ifi.dbs.elki.data |
---|
Classes in de.lmu.ifi.dbs.elki.data that implement TextWriteable | |
---|---|
class |
Cluster<M extends Model>
Generic cluster class, that may or not have hierarchical information. |
class |
ParameterizationFunction
A parameterization function describes all lines in a d-dimensional feature space intersecting in one point p. |
Uses of TextWriteable in de.lmu.ifi.dbs.elki.data.model |
---|
Classes in de.lmu.ifi.dbs.elki.data.model that implement TextWriteable | |
---|---|
class |
Bicluster<V extends FeatureVector<?,?>>
Wrapper class to provide the basic properties of a bicluster. |
class |
BiclusterWithInverted<V extends FeatureVector<V,?>>
This code was factored out of the Bicluster class, since not all biclusters have inverted rows. |
class |
CorrelationAnalysisSolution<V extends NumberVector<V,?>>
A solution of correlation analysis is a matrix of equations describing the dependencies. |
class |
CorrelationModel<V extends FeatureVector<V,?>>
Cluster model using a filtered PCA result and an centroid. |
class |
DimensionModel
Cluster model just providing a cluster dimensionality. |
class |
EMModel<V extends FeatureVector<V,?>>
Cluster model of an EM cluster, providing a mean and a full covariance Matrix. |
class |
LinearEquationModel
Cluster model containing a linear equation system for the cluster. |
class |
MeanModel<V extends FeatureVector<V,?>>
Cluster model that stores a mean for the cluster. |
class |
SubspaceModel<V extends FeatureVector<V,?>>
Model for Subspace Clusters. |
Uses of TextWriteable in de.lmu.ifi.dbs.elki.result.textwriter.writers |
---|
Methods in de.lmu.ifi.dbs.elki.result.textwriter.writers with parameters of type TextWriteable | |
---|---|
void |
TextWriterTextWriteable.write(TextWriterStream out,
String label,
TextWriteable obj)
Use the objects own text serialization. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |