Package net.lifove.clami
Interface IPercentileSelector
public interface IPercentileSelector
-
Method Summary
Modifier and Type Method Description doublegetBottomPercentileCutoff(weka.core.Instances instances, java.lang.String positiveLabel)doublegetTopPercentileCutoff(weka.core.Instances instances, java.lang.String positiveLabel)
-
Method Details
-
getTopPercentileCutoff
double getTopPercentileCutoff(weka.core.Instances instances, java.lang.String positiveLabel) -
getBottomPercentileCutoff
double getBottomPercentileCutoff(weka.core.Instances instances, java.lang.String positiveLabel)
-