Package | Description |
---|---|
org.deeplearning4j.clustering.strategy |
Modifier and Type | Field and Description |
---|---|
protected ClusteringStrategyType |
BaseClusteringStrategy.type |
Modifier and Type | Method and Description |
---|---|
ClusteringStrategyType |
ClusteringStrategy.getType() |
static ClusteringStrategyType |
ClusteringStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringStrategyType[] |
ClusteringStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BaseClusteringStrategy.isStrategyOfType(ClusteringStrategyType type) |
boolean |
ClusteringStrategy.isStrategyOfType(ClusteringStrategyType type) |
Constructor and Description |
---|
BaseClusteringStrategy(ClusteringStrategyType clusteringStrategyType,
int initialClusterCount,
Distance distanceFunction,
boolean inverse) |
BaseClusteringStrategy(ClusteringStrategyType type,
Integer initialClusterCount,
Distance distanceFunction,
boolean allowEmptyClusters,
boolean inverse) |
Copyright © 2020. All rights reserved.