is not current version
Last Version 1.0.4

nz.ac.waikato.cms.weka:stackingC 1.0.3

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

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

stackingC
Version

Version

1.0.3
Type

Type

jar

Download stackingC 1.0.3


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