Package | Description |
---|---|
org.deeplearning4j.clustering.sptree |
Modifier and Type | Method and Description |
---|---|
SpTree[] |
SpTree.getChildren() |
Constructor and Description |
---|
SpTree(SpTree parent,
INDArray data,
INDArray corner,
INDArray width,
Collection<INDArray> indices) |
SpTree(SpTree parent,
INDArray data,
INDArray corner,
INDArray width,
Collection<INDArray> indices,
String similarityFunction) |
Copyright © 2020. All rights reserved.