Last Version

costSensitiveAttributeSelection 1.0.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.

License

License

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

costSensitiveAttributeSelection
Version

Version

1.0.3
Type

Type

jar
Description

Description

costSensitiveAttributeSelection
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.
Project URL

Project URL

http://weka.sourceforge.net/doc.packages/costSensitiveAttributeSelection
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://svn.cms.waikato.ac.nz/svn/weka/tags/costSensitiveAttributeSelection-1.0.3

Download costSensitiveAttributeSelection 1.0.3


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/costSensitiveAttributeSelection/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>costSensitiveAttributeSelection</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/costSensitiveAttributeSelection/
implementation 'nz.ac.waikato.cms.weka:costSensitiveAttributeSelection:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/costSensitiveAttributeSelection/
implementation ("nz.ac.waikato.cms.weka:costSensitiveAttributeSelection:1.0.3")
'nz.ac.waikato.cms.weka:costSensitiveAttributeSelection:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="costSensitiveAttributeSelection" rev="1.0.3">
  <artifact name="costSensitiveAttributeSelection" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='costSensitiveAttributeSelection', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "costSensitiveAttributeSelection" % "1.0.3"
[nz.ac.waikato.cms.weka/costSensitiveAttributeSelection "1.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.7.1,)

test (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.1,)
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.