Package net.lifove.clami
Class CLABIPlus
java.lang.Object
net.lifove.clami.CLABI
net.lifove.clami.CLABIPlus
public class CLABIPlus extends CLABI implements ICLAMI
This class run for CLABI+.
-
Method Summary
Modifier and Type Method Description weka.core.Instancesclustering(weka.core.Instances instances, double percentileCutoff, java.lang.String positiveLabel)To do clusteringvoidgetResult(weka.core.Instances instances, double percentileCutoff, java.lang.String positiveLabel, boolean suppress, java.lang.String filePath)Get CLABI resultMethods inherited from class net.lifove.clami.CLABI
getCLABITrainingSet, getCLAMITrainingSet, getLabeling, getPredictedLabels, getProbabiltyOfIdx, getResult, printResult
-
Method Details
-
getResult
public void getResult(weka.core.Instances instances, double percentileCutoff, java.lang.String positiveLabel, boolean suppress, java.lang.String filePath)Get CLABI result -
clustering
public weka.core.Instances clustering(weka.core.Instances instances, double percentileCutoff, java.lang.String positiveLabel)To do clustering- Specified by:
clusteringin interfaceICLA- Overrides:
clusteringin classCLABI- Parameters:
instances-percentileCutoff- cutoff percentile for top and bottom clusterspositiveLabel- positive label string value
-