License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdstackingC |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionstackingC
Implements StackingC (more efficient version of stacking). For more information, see A.K. Seewald: How to Make Stacking Better and Faster While Also Taking Care of an Unknown Weakness. In: Nineteenth International Conference on Machine Learning, 554-561, 2002. Note: requires meta classifier to be a numeric prediction scheme
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stackingC-1.0.4.pom | |
stackingC-1.0.4.jar | 7 KB |
stackingC-1.0.4-tests.jar | 4 KB |
stackingC-1.0.4-test-sources.jar | 1 KB |
stackingC-1.0.4-sources.jar | 4 KB |
stackingC-1.0.4-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/stackingC/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>stackingC</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/stackingC/
implementation 'nz.ac.waikato.cms.weka:stackingC:1.0.4'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/stackingC/
implementation ("nz.ac.waikato.cms.weka:stackingC:1.0.4")
'nz.ac.waikato.cms.weka:stackingC:jar:1.0.4'
<dependency org="nz.ac.waikato.cms.weka" name="stackingC" rev="1.0.4">
<artifact name="stackingC" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='stackingC', version='1.0.4')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "stackingC" % "1.0.4"
[nz.ac.waikato.cms.weka/stackingC "1.0.4"]
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 |