Package | Description |
---|---|
org.deeplearning4j.clustering.sptree | |
org.deeplearning4j.clustering.vptree |
Created by agibsonccc on 1/3/15.
|
Modifier and Type | Method and Description |
---|---|
float |
DataPoint.distance(DataPoint point)
Euclidean distance
|
Modifier and Type | Method and Description |
---|---|
static INDArray |
VPTree.buildFromData(List<DataPoint> data)
Create an ndarray
from the datapoints
|
void |
VPTree.search(@NonNull INDArray target,
int k,
List<DataPoint> results,
List<Double> distances) |
void |
VPTree.search(@NonNull INDArray target,
int k,
List<DataPoint> results,
List<Double> distances,
boolean filterEqual) |
void |
VPTree.search(@NonNull INDArray target,
int k,
List<DataPoint> results,
List<Double> distances,
boolean filterEqual,
boolean dropEdge) |
Constructor and Description |
---|
VPTree(List<DataPoint> items) |
VPTree(List<DataPoint> items,
String similarityFunction) |
VPTree(List<DataPoint> items,
String similarityFunction,
int workers,
boolean invert) |
Copyright © 2020. All rights reserved.