E
- the type of MTreeEntry used in the M-TreeN
- the type of AbstractMTreeNode used in the M-Treepublic class FarthestPointsSplit<E extends MTreeEntry,N extends AbstractMTreeNode<?,N,E>> extends AbstractMTreeSplit<E,N>
Modifier and Type | Class and Description |
---|---|
static class |
FarthestPointsSplit.Parameterizer<E extends MTreeEntry,N extends AbstractMTreeNode<?,N,E>>
Parameterization class.
|
distributor
Constructor and Description |
---|
FarthestPointsSplit(DistributionStrategy distributor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Assignments<E> |
split(AbstractMTree<?,N,E,?> tree,
N node)
Returns the assignments of this split.
|
computeDistanceMatrix
public FarthestPointsSplit(DistributionStrategy distributor)
distributor
- Distribution strategypublic Assignments<E> split(AbstractMTree<?,N,E,?> tree, N node)
MTreeSplit
tree
- Tree to usenode
- Node to splitCopyright © 2019 ELKI Development Team. License information.