License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdrotationForest |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionrotationForest
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
rotationForest-1.0.3.pom | |
rotationForest-1.0.3.jar | 15 KB |
rotationForest-1.0.3-tests.jar | 4 KB |
rotationForest-1.0.3-test-sources.jar | 1 KB |
rotationForest-1.0.3-sources.jar | 9 KB |
rotationForest-1.0.3-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/rotationForest/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>rotationForest</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/rotationForest/
implementation 'nz.ac.waikato.cms.weka:rotationForest:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/rotationForest/
implementation ("nz.ac.waikato.cms.weka:rotationForest:1.0.3")
'nz.ac.waikato.cms.weka:rotationForest:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="rotationForest" rev="1.0.3">
<artifact name="rotationForest" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='rotationForest', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "rotationForest" % "1.0.3"
[nz.ac.waikato.cms.weka/rotationForest "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
junit : junit | jar | 3.8.2 |