W

WekaEnsembleSystems

Weka implementation of the Ensemble systems for Weka
https://github.com/ptrajdos/wekaEnsembleSystems/tree/master
GNU General Public License 3
Pawel Trajdos
Files download
File Operation
WekaEnsembleSystems-1.12.0.jar download
WekaEnsembleSystems-1.12.0.pom download
WekaEnsembleSystems-1.12.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ptrajdos</groupId>
  <artifactId>WekaEnsembleSystems</artifactId>
  <version>1.12.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ptrajdos:WekaEnsembleSystems:1.12.0'
Gradle Kotlin
implementation("com.github.ptrajdos:WekaEnsembleSystems:1.12.0")
Scala SBT
libraryDependencies += "com.github.ptrajdos" % "WekaEnsembleSystems" % "1.12.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ptrajdos', module='WekaEnsembleSystems', version='1.12.0')
)
Apache Ivy
<dependency org="com.github.ptrajdos" name="WekaEnsembleSystems" rev="1.12.0" />
Leiningen
[com.github.ptrajdos/WekaEnsembleSystems "1.12.0"]
Apache Buildr
'com.github.ptrajdos:WekaEnsembleSystems:jar:1.12.0'