Example usage for Java weka.classifiers.meta CostSensitiveClassifier fields, constructors, methods, implement or subclass
The text is from its open source code.
CostSensitiveClassifier() Default constructor. |
void | setCostMatrix(CostMatrix newCostMatrix) Sets the misclassification cost matrix. |
void | setMinimizeExpectedCost(boolean newMinimizeExpectedCost) Set the value of MinimizeExpectedCost. |