Package | Description |
---|---|
org.deeplearning4j.clustering.optimisation | |
org.deeplearning4j.clustering.strategy |
Modifier and Type | Method and Description |
---|---|
static ClusteringOptimizationType |
ClusteringOptimizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringOptimizationType[] |
ClusteringOptimizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OptimisationStrategy.isClusteringOptimizationType(ClusteringOptimizationType type) |
OptimisationStrategy |
OptimisationStrategy.optimize(ClusteringOptimizationType type,
double value) |
Copyright © 2020. All rights reserved.