public class ModifiedISACEvaluator
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static double[] |
evaluateModifiedISACLeaveOneOut(weka.core.Instances data) |
static double[] |
getKendallforML() |
static double |
getNaivebais() |
static double |
getNaivebaismulti() |
static double[] |
getPlatz1ml() |
static double[] |
getPlatz1my() |
static double[] |
getPlatz1overall() |
static double[] |
getRandomForest() |
static double |
getRandomForestplatz1() |
static double[] |
getStepdifference() |
static double[] |
getStepdifferenceML() |
static double[] |
getTimes() |
static double[] |
getTop3ml() |
static double[] |
gettop3mymethod() |
static double[] |
getTop3overall() |
static double[] |
getUntocedoverall() |
static double[] |
getUntochedmy() |
static double[] |
getUntouchedml() |
public static double getNaivebais()
public static double getNaivebaismulti()
public static double[] getRandomForest()
public static double getRandomForestplatz1()
public static double[] getTimes()
public static double[] getKendallforML()
public static double[] getStepdifferenceML()
public static double[] getStepdifference()
public static double[] getPlatz1ml()
public static double[] getTop3ml()
public static double[] getUntouchedml()
public static double[] getUntochedmy()
public static double[] getUntocedoverall()
public static double[] getPlatz1my()
public static double[] getPlatz1overall()
public static double[] gettop3mymethod()
public static double[] getTop3overall()
public static double[] evaluateModifiedISACLeaveOneOut(weka.core.Instances data)
throws TrainingException
TrainingException