Interface INode<T>

All Known Implementing Classes:
RegTreeImpl.Node, RegTreeNode

public interface INode<T>
  • Method Details

    • isLeaf

      boolean isLeaf()
    • getLeafValue

      float getLeafValue()
    • getSplitIndex

      int getSplitIndex()
    • next

      int next(T value)
    • getLeftChildIndex

      int getLeftChildIndex()
    • getRightChildIndex

      int getRightChildIndex()