is not current version
Last Version 1.0.2

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

Package for generating a single Extra-Tree. Use with the RandomCommittee meta classifier to generate an Extra-Trees forest for classification or regression. This classifier requires all predictors to be numeric. Missing values are not allowed. Instance weights are taken into account. For more information, see Pierre Geurts, Damien Ernst, Louis Wehenkel (2006). Extremely randomized trees. Machine Learning. 63(1):3-42.

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

extraTrees
Version

Version

1.0.1
Type

Type

jar

Download extraTrees 1.0.1


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