Interface INode<T>

    • Method Detail

      • isLeaf

        boolean isLeaf()
      • getLeafValue

        float getLeafValue()
      • getSplitIndex

        int getSplitIndex()
      • next

        int next​(T value)
      • getLeftChildIndex

        int getLeftChildIndex()
      • getRightChildIndex

        int getRightChildIndex()