Package | Description |
---|---|
org.deeplearning4j.clustering |
Modifier and Type | Method and Description |
---|---|
Cluster |
ClusterSet.classify(org.nd4j.linalg.api.ndarray.INDArray point) |
Cluster |
ClusterSet.classify(org.nd4j.linalg.api.ndarray.INDArray point,
Class<? extends org.nd4j.linalg.api.ops.Accumulation> distanceFunction) |
protected Cluster |
ClusterSet.nearestCluster(org.nd4j.linalg.api.ndarray.INDArray point) |
Modifier and Type | Method and Description |
---|---|
List<Cluster> |
ClusterSet.getClusters() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterSet.setClusters(List<Cluster> clusters) |
Copyright © 2015. All Rights Reserved.