Package | Description |
---|---|
jsat.linear.vectorcollection |
Modifier and Type | Method and Description |
---|---|
static VPTree.VPSelection |
VPTree.VPSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VPTree.VPSelection[] |
VPTree.VPSelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
VPTree(List<V> list,
DistanceMetric dm,
VPTree.VPSelection vpSelection) |
VPTree(List<V> list,
DistanceMetric dm,
VPTree.VPSelection vpSelection,
Random rand,
int sampleSize,
int searchIterations) |
VPTree(List<V> list,
DistanceMetric dm,
VPTree.VPSelection vpSelection,
Random rand,
int sampleSize,
int searchIterations,
ExecutorService threadpool) |
VPTreeFactory(VPTree.VPSelection vpSelectionMethod) |
VPTreeMV(List<V> list,
DistanceMetric dm,
VPTree.VPSelection vpSelection) |
VPTreeMV(List<V> list,
DistanceMetric dm,
VPTree.VPSelection vpSelection,
Random rand,
int sampleSize,
int searchIterations) |
VPTreeMV(List<V> list,
DistanceMetric dm,
VPTree.VPSelection vpSelection,
Random rand,
int sampleSize,
int searchIterations,
ExecutorService threadpool) |
VPTreeMVFactory(VPTree.VPSelection vpSelectionMethod) |
Copyright © 2017. All rights reserved.