Documentation of 'edu.uci.jforests.learning.trees.TreeLeafInstances' Java class
TreeLeafInstances
edu.uci.jforests.learning.trees

Class TreeLeafInstances



  • public class TreeLeafInstances
    extends java.lang.Object
    • Constructor Detail

      • TreeLeafInstances

        public TreeLeafInstances(int numInstances,
                                 int maxLeaves)
    • Method Detail

      • init

        public void init(int size)
      • split

        public void split(int leaf,
                          Dataset dataset,
                          int featureIndex,
                          int threshold,
                          int rightChild,
                          int[] instances)
      • getLeafInstances

        public LeafInstances getLeafInstances(int leaf)
      • loadLeafInstances

        public void loadLeafInstances(int leaf,
                                      LeafInstances leafInstances)
      • getNumberOfInstancesInLeaf

        public int getNumberOfInstancesInLeaf(int leaf)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.