costSensitiveAttributeSelection

nz.ac.waikato.cms.weka

This package provides two meta attribute selection evaluators - one for performing cost-sensitive attribute evaluation (CostSensitiveAttributeEval) and a second for performing cost-sensitive subset evaluation (CostSensitiveSubsetEval). Both methods take a cost matrix and a base evaluator. If the base evaluator can handle instance weights, then the training data is weighted according to the cost matrix, otherwise the training data is sampled according to the cost matrix.

Recommended: 1.0.3 3 versions jar Updated 12 years ago GNU General Public License 3Checking...

Add to your project1.0.1

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>costSensitiveAttributeSelection</artifactId>
    <version>1.0.1</version>
</dependency>

Version Details — 1.0.1

Packaging
jar
Direct Deps
2
Total Deps
1
Published
Apr 23, 2012
License
GNU General Public License 3

This package provides two meta attribute selection evaluators - one for performing cost-sensitive attribute evaluation (CostSensitiveAttributeEval) and a second for performing cost-sensitive subset evaluation (CostSensitiveSubsetEval). Both methods take a cost matrix and a base evaluator. If the base evaluator can handle instance weights, then the training data is weighted according to the cost matrix, otherwise the training data is sampled according to the cost matrix.

Checking security advisories...