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

Class CandidateSplitsForLeaf

    • Constructor Detail

      • CandidateSplitsForLeaf

        public CandidateSplitsForLeaf(int numFeatures,
                                      int numInstances)
    • Method Detail

      • getFeatureSplit

        public TreeSplit getFeatureSplit(int f)
      • getBestFeature

        public int getBestFeature()
      • getBestFeature

        public int getBestFeature(double splitFraction,
                                  java.util.Random rnd)
      • getLeafIndex

        public int getLeafIndex()
      • getNumInstancesInLeaf

        public int getNumInstancesInLeaf()
      • getTotalWeightedCount

        public double getTotalWeightedCount()
      • getIndices

        public int[] getIndices()
      • getTargets

        public double[] getTargets()
      • getWeights

        public double[] getWeights()
      • init

        public void init(int curLeafIndex)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.