Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
SOD.SODModel<O extends NumberVector<O,?>> |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TextWriterTextWriteable.write(TextWriterStream out,
String label,
TextWriteable obj)
Use the objects own text serialization.
|