public class Binarization
extends java.lang.Object
| Constructor and Description |
|---|
Binarization(double cutpointTolerance)
Main Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Cutpoints |
findCutpoints(weka.core.Instances insts)
Method for mapping the instances to cutpoints
|
double |
getTolerance()
GET of cutpoints tolerance
|
void |
setTolerancia(double mTolerancia)
SET of cutpoints tolerance
|
public Cutpoints findCutpoints(weka.core.Instances insts) throws java.lang.Exception
java.lang.Exceptionpublic double getTolerance()
public void setTolerancia(double mTolerancia)