Package | Description |
---|---|
org.openimaj.experiment.evaluation.cluster | |
org.openimaj.ml.clustering.dbscan |
Constructor and Description |
---|
RangedDBSCANClusterEvaluator(UniformDoubleRangeIterable r,
SparseMatrixDBSCAN gen,
Map<A,? extends List<B>> dataset,
Function<List<B>,SparseMatrix> transform,
ClusterAnalyser<T> analyser) |
RangedDBSCANClusterEvaluator(UniformDoubleRangeIterable r,
SparseMatrixDBSCAN gen,
SparseMatrix data,
Function<B,Integer> indexFunc,
Map<A,? extends List<B>> dataset,
ClusterAnalyser<T> analyser) |
RangedDBSCANClusterEvaluator(UniformDoubleRangeIterable r,
SparseMatrixDBSCAN gen,
SparseMatrix data,
int[][] clusters,
ClusterAnalyser<T> analyser) |
RangedDBSCANClusterEvaluator(UniformDoubleRangeIterable r,
SparseMatrixDBSCAN gen,
SparseMatrix data,
Map<A,? extends List<B>> dataset,
ClusterAnalyser<T> analyser) |
Modifier and Type | Class and Description |
---|---|
class |
ContectedComponentSimilarityClusterer
Cluster based on connected components.
|
class |
DistanceDBSCAN
DBSCAN using a SparseMatrix of distances |
class |
SimilarityDBSCAN
DBSCAN using a SparseMatrix of similarities |