License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIddualPerturbAndCombine |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptiondualPerturbAndCombine
Class for building and using classification and regression trees based on the closed-form dual perturb and combine algorithm described in Pierre Geurts, Lous Wehenkel: Closed-form dual perturb and combine for tree-based models. In: Proceedings of the 22nd International Conference on Machine Learning, 233-240, 2005.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/dualPerturbAndCombine/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>dualPerturbAndCombine</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/dualPerturbAndCombine/
implementation 'nz.ac.waikato.cms.weka:dualPerturbAndCombine:1.0.0'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/dualPerturbAndCombine/
implementation ("nz.ac.waikato.cms.weka:dualPerturbAndCombine:1.0.0")
'nz.ac.waikato.cms.weka:dualPerturbAndCombine:jar:1.0.0'
<dependency org="nz.ac.waikato.cms.weka" name="dualPerturbAndCombine" rev="1.0.0">
<artifact name="dualPerturbAndCombine" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='dualPerturbAndCombine', version='1.0.0')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "dualPerturbAndCombine" % "1.0.0"
[nz.ac.waikato.cms.weka/dualPerturbAndCombine "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.11,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.11,) |
junit : junit | jar | 3.8.2 |