Package | Description |
---|---|
org.deeplearning4j.clustering.randomprojection |
Modifier and Type | Method and Description |
---|---|
static void |
RPUtils.buildTree(RPTree tree,
RPNode from,
RPHyperPlanes planes,
INDArray X,
int maxSize,
int depth,
String similarityFunction)
Initialize the tree given the input parameters
|
static RPNode |
RPUtils.query(RPNode from,
RPHyperPlanes planes,
INDArray x,
String similarityFunction)
Query the tree starting from the given node
using the given hyper plane and similarity function
|
Copyright © 2020. All rights reserved.