extraTrees

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.

License

License

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

extraTrees
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://svn.cms.waikato.ac.nz/svn/weka/tags/extraTrees-1.0.2

Download extraTrees

How to add to project

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

Dependencies

compile (1)

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

test (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1