Package | Description |
---|---|
jsat.linear.vectorcollection |
Modifier and Type | Method and Description |
---|---|
KDTree.PivotSelection |
KDTree.KDTreeFactory.getPivotSelectionMethod() |
static KDTree.PivotSelection |
KDTree.PivotSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KDTree.PivotSelection[] |
KDTree.PivotSelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KDTree.KDTreeFactory.setPivotSelectionMethod(KDTree.PivotSelection pivotSelectionMethod) |
Constructor and Description |
---|
KDTree(List<V> vecs,
DistanceMetric distanceMetric,
KDTree.PivotSelection pvSelection)
Creates a new KDTree with the given data and methods.
|
KDTree(List<V> vecs,
DistanceMetric distanceMetric,
KDTree.PivotSelection pvSelection,
ExecutorService threadpool)
Creates a new KDTree with the given data and methods.
|
KDTreeFactory(KDTree.PivotSelection pvSelectionMethod) |
Copyright © 2017. All rights reserved.