Class Main

java.lang.Object
net.lifove.clami.Main
All Implemented Interfaces:
IPercentileSelector

public class Main
extends java.lang.Object
implements IPercentileSelector
Main class that executes CLAMI according to proper version.
  • Constructor Summary

    Constructors 
    Constructor Description
    Main()  
  • Method Summary

    Modifier and Type Method Description
    double getBottomPercentileCutoff​(weka.core.Instances instances, java.lang.String positiveLabel)  
    double getOptimalPercentile​(weka.core.Instances instances, java.lang.String positiveLabel, java.lang.String percentileOption)  
    double getTopPercentileCutoff​(weka.core.Instances instances, java.lang.String positiveLabel)  
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait