Java weka.classifiers.meta CostSensitiveClassifier fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.meta CostSensitiveClassifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.meta CostSensitiveClassifier.

The text is from its open source code.

Constructor

CostSensitiveClassifier()
Default constructor.

Method

voidsetCostMatrix(CostMatrix newCostMatrix)
Sets the misclassification cost matrix.
voidsetMinimizeExpectedCost(boolean newMinimizeExpectedCost)
Set the value of MinimizeExpectedCost.