Class AbstractMTreeSplit<E extends MTreeEntry,​N extends AbstractMTreeNode<?,​N,​E>>

    • Constructor Detail

      • AbstractMTreeSplit

        public AbstractMTreeSplit​(DistributionStrategy distributor)
        Constructor.
        Parameters:
        distributor - Entry distribution strategy
    • Method Detail

      • computeDistanceMatrix

        protected static <E extends MTreeEntry,​N extends AbstractMTreeNode<?,​N,​E>> double[][] computeDistanceMatrix​(AbstractMTree<?,​N,​E,​?> tree,
                                                                                                                                      N node)
        Compute the pairwise distances in the given node.
        Parameters:
        tree - Tree
        node - Node
        Returns:
        Distance matrix