License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIddagging |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondagging
This meta classifier creates a number of disjoint, stratified folds out of the data and feeds each chunk of data to a copy of the supplied base classifier. Predictions are made via majority vote, since all the generated base classifiers are put into the Vote meta classifier.
Useful for base classifiers that are quadratic or worse in time behavior, regarding number of instances in the training data.
For more information, see:
Ting, K. M., Witten, I. H.: Stacking Bagged and Dagged Models. In: Fourteenth international Conference on Machine Learning, San Francisco, CA, 367-375, 1997.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dagging-1.0.3.pom | |
dagging-1.0.3.jar | 7 KB |
dagging-1.0.3-tests.jar | 4 KB |
dagging-1.0.3-test-sources.jar | 1 KB |
dagging-1.0.3-sources.jar | 5 KB |
dagging-1.0.3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/dagging/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>dagging</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/dagging/
implementation 'nz.ac.waikato.cms.weka:dagging:1.0.3'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/dagging/
implementation ("nz.ac.waikato.cms.weka:dagging:1.0.3")
'nz.ac.waikato.cms.weka:dagging:jar:1.0.3'
<dependency org="nz.ac.waikato.cms.weka" name="dagging" rev="1.0.3">
<artifact name="dagging" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='dagging', version='1.0.3')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "dagging" % "1.0.3"
[nz.ac.waikato.cms.weka/dagging "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 |