Package | Description |
---|---|
de.lmu.ifi.dbs.elki.application |
Base classes for stand alone applications.
|
de.lmu.ifi.dbs.elki.application.cache |
Utility applications for the persistence layer such as distance cache builders.
|
de.lmu.ifi.dbs.elki.application.visualization |
Visualization applications in ELKI.
|
Modifier and Type | Class and Description |
---|---|
class |
ComputeSingleColorHistogram
Application that computes the color histogram vector for a single image.
|
class |
GeneratorXMLSpec
Generate a data set based on a specified model (using an XML specification)
|
class |
KDDCLIApplication
Provides a KDDCLIApplication that can be used to perform any algorithm
implementing
Algorithm using any DatabaseConnection
implementing
DatabaseConnection . |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractApplication |
AbstractApplication.Parameterizer.makeInstance() |
Modifier and Type | Class and Description |
---|---|
class |
CacheDoubleDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>>
Wrapper to convert a traditional text-serialized result into a on-disk matrix
for random access.
|
class |
CacheFloatDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>>
Wrapper to convert a traditional text-serialized result into a on-disk matrix
for random access.
|
Modifier and Type | Class and Description |
---|---|
class |
KNNExplorer<O extends NumberVector<?,?>,D extends NumberDistance<D,?>>
User application to explore the k Nearest Neighbors for a given data set and
distance function.
|