is not current version
Last Version 1.0.3

nz.ac.waikato.cms.weka:rotationForest 1.0.2

An ensemble learning method inspired by bagging and random sub-spaces. Trains an ensemble of decision trees on random subspaces of the data, where each subspace has been transformed using principal components analysis.

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

rotationForest
Version

Version

1.0.2
Type

Type

jar

Download rotationForest 1.0.2


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