Package | Description |
---|---|
org.deeplearning4j.clustering.algorithm | |
org.deeplearning4j.clustering.kmeans | |
org.deeplearning4j.clustering.strategy |
Modifier and Type | Method and Description |
---|---|
static BaseClusteringAlgorithm |
BaseClusteringAlgorithm.setup(ClusteringStrategy clusteringStrategy,
boolean useKmeansPlusPlus) |
Constructor and Description |
---|
BaseClusteringAlgorithm(ClusteringStrategy clusteringStrategy,
boolean useKmeansPlusPlus) |
Constructor and Description |
---|
KMeansClustering(ClusteringStrategy clusteringStrategy,
boolean useKMeansPlusPlus) |
Modifier and Type | Class and Description |
---|---|
class |
BaseClusteringStrategy |
class |
FixedClusterCountStrategy |
class |
OptimisationStrategy |
Copyright © 2020. All rights reserved.