Class DecisionTreeEstimator<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.util.artificialdecisionmaker.DecisionTreeEstimator<S>

public class DecisionTreeEstimator<S extends Solution<?>> extends Object
  • Constructor Details

    • DecisionTreeEstimator

      public DecisionTreeEstimator(List<S> solutionList)
  • Method Details

    • doPrediction

      public double doPrediction(int index, S testSolution)
    • doPredictionVariable

      public double doPredictionVariable(int index, S testSolution)