Class ModifiedISACEvaluator
- java.lang.Object
-
- ai.libs.jaicore.ml.ranking.clusterbased.modifiedisac.evalutation.ModifiedISACEvaluator
-
public class ModifiedISACEvaluator extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double[]evaluateModifiedISACLeaveOneOut(weka.core.Instances data)static double[]getKendallforML()static doublegetNaivebais()static doublegetNaivebaismulti()static double[]getPlatz1ml()static double[]getPlatz1my()static double[]getPlatz1overall()static double[]getRandomForest()static doublegetRandomForestplatz1()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()
-
-
-
Method Detail
-
getNaivebais
public static double getNaivebais()
-
getNaivebaismulti
public static double getNaivebaismulti()
-
getRandomForest
public static double[] getRandomForest()
-
getRandomForestplatz1
public static double getRandomForestplatz1()
-
getTimes
public static double[] getTimes()
-
getKendallforML
public static double[] getKendallforML()
-
getStepdifferenceML
public static double[] getStepdifferenceML()
-
getStepdifference
public static double[] getStepdifference()
-
getPlatz1ml
public static double[] getPlatz1ml()
-
getTop3ml
public static double[] getTop3ml()
-
getUntouchedml
public static double[] getUntouchedml()
-
getUntochedmy
public static double[] getUntochedmy()
-
getUntocedoverall
public static double[] getUntocedoverall()
-
getPlatz1my
public static double[] getPlatz1my()
-
getPlatz1overall
public static double[] getPlatz1overall()
-
gettop3mymethod
public static double[] gettop3mymethod()
-
getTop3overall
public static double[] getTop3overall()
-
evaluateModifiedISACLeaveOneOut
public static double[] evaluateModifiedISACLeaveOneOut(weka.core.Instances data) throws TrainingException- Throws:
TrainingException
-
-