Package net.lifove.clami
Class CLAMIPlus
java.lang.Object
net.lifove.clami.CLAMI
net.lifove.clami.CLAMIPlus
public class CLAMIPlus extends CLAMI implements ICLAMI
This class run for CLAMI+.
-
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, boolean experimental, boolean isDegree, java.lang.String filePath)Get CLAMI resultvoidgetResult(weka.core.Instances instances, double percentileCutoff, java.lang.String positiveLabel, boolean suppress, boolean isDegree, java.lang.String filePath)Get CLAMI resultMethods inherited from class net.lifove.clami.CLAMI
getCLAMITrainingSet, getLabelResult, getPredictedLabels, getResult, printResult
-
Method Details
-
getResult
public void getResult(weka.core.Instances instances, double percentileCutoff, java.lang.String positiveLabel, boolean suppress, boolean isDegree, java.lang.String filePath)Get CLAMI result -
getResult
public void getResult(weka.core.Instances instances, double percentileCutoff, java.lang.String positiveLabel, boolean suppress, boolean experimental, boolean isDegree, java.lang.String filePath)Get CLAMI result- Parameters:
instances-percentileCutoff- cutoff percentile for top and bottom clusterspositiveLabel- positive label string valuesuppress- detailed prediction resultsfilePath- : name of the running file
-
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 classCLAMI- Parameters:
instances-percentileCutoff- cutoff percentile for top and bottom clusterspositiveLabel- positive label string value
-