Interface ICLAMI

All Superinterfaces:
ICLA
All Known Implementing Classes:
CLABI, CLABIPlus, CLAMI, CLAMIPlus

public interface ICLAMI
extends ICLA
  • Method Summary

    Modifier and Type Method Description
    void getCLAMITrainingSet​(java.lang.Object[] keys, weka.core.Instances instances, java.lang.String positiveLabel, double percentileCutoff)  
    void getPredictedLabels​(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)