Documentation of 'edu.uci.jforests.learning.LearningUtils' Java class
LearningUtils
edu.uci.jforests.learning

Class LearningUtils



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

      • LearningUtils

        public LearningUtils()
    • Method Detail

      • updateScores

        public static void updateScores(Sample sampleSet,
                                        double[] scores,
                                        Ensemble ensemble)
      • updateScores

        public static void updateScores(Sample sampleSet,
                                        double[] scores,
                                        RegressionTree tree,
                                        double treeWeight)
      • updateDistributions

        public static void updateDistributions(Sample sampleSet,
                                               double[][] dist,
                                               DecisionTree tree,
                                               double treeWeight)
      • updateProbabilities

        public static void updateProbabilities(double[] prob,
                                               double[] scores,
                                               int size)
      • updateProbabilities

        public static void updateProbabilities(double[] prob,
                                               double[] scores,
                                               int[] instances,
                                               int size)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.