Package net.lifove.clami
Interface ICLAMI
- All Superinterfaces:
ICLA
public interface ICLAMI extends ICLA
-
Method Summary
Modifier and Type Method Description voidgetCLAMITrainingSet(java.lang.Object[] keys, weka.core.Instances instances, java.lang.String positiveLabel, double percentileCutoff)voidgetPredictedLabels(boolean suppress, weka.core.Instances instances)Methods inherited from interface net.lifove.clami.ICLA
clustering, getResult, getResult, printResult
-
Method Details
-
getCLAMITrainingSet
void getCLAMITrainingSet(java.lang.Object[] keys, weka.core.Instances instances, java.lang.String positiveLabel, double percentileCutoff) -
getPredictedLabels
void getPredictedLabels(boolean suppress, weka.core.Instances instances)
-