is not current version
Last Version 1.0.3

nz.ac.waikato.cms.weka:thresholdSelector 1.0.1

A metaclassifier that selecting a mid-point threshold on the probability output by a Classifier. The midpoint threshold is set so that a given performance measure is optimized. Currently this is the F-measure. Performance is measured either on the training data, a hold-out set or using cross-validation. In addition, the probabilities returned by the base learner can have their range expanded so that the output probabilities will reside between 0 and 1 (this is useful if the scheme normally produces probabilities in a very narrow range).

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

thresholdSelector
Version

Version

1.0.1
Type

Type

jar

Download thresholdSelector 1.0.1


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