Exemplo n.º 1
0
 /// <summary>
 /// The measure used to evaluate the performance of attribute combinations.
 /// </summary>
 public WrapperSubset EvaluationMeasure(EEvaluationMeasure newMethod)
 {
     Impl.setEvaluationMeasure(new weka.core.SelectedTag((int)newMethod, weka.attributeSelection.WrapperSubsetEval.TAGS_EVALUATION));
     return(this);
 }
Exemplo n.º 2
0
 /// <summary>
 /// The measure used to evaluate the performance of attribute combinations
 /// used in the decision table.
 /// </summary>
 public DecisionTable EvaluationMeasure(EEvaluationMeasure newMethod)
 {
     Impl.setEvaluationMeasure(new weka.core.SelectedTag((int)newMethod, weka.classifiers.rules.DecisionTable.TAGS_EVALUATION));
     return(this);
 }