MVN

nz.ac.waikato.cms.weka : realAdaBoost

Maven & Gradle

Apr 26, 2012

realAdaBoost · Class for boosting a 2-class classifier using the Real Adaboost method. For more information, see J. Friedman, T. Hastie, R. Tibshirani (2000). Additive Logistic Regression: a Statistical View of Boosting. Annals of Statistics. 95(2):337-407.

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>realAdaBoost</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.weka : realAdaBoost to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of nz.ac.waikato.cms.weka : realAdaBoost to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
realAdaBoost-1.0.2
realAdaBoost-1.0.1

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.weka : realAdaBoost maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>realAdaBoost</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : realAdaBoost gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:realAdaBoost:1.0.2'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.weka : realAdaBoost gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.weka:realAdaBoost:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.weka : realAdaBoost sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.weka" % "realAdaBoost" % "1.0.2"

Advertisement

Dependencies from Group

Jan 27, 2022
187 usages
Jan 27, 2022
51 usages
Nov 20, 2016
3 usages
Apr 26, 2012
3 usages

Discover Dependencies

Apr 14, 2014
2 usages
133 stars
Oct 20, 2010
154 usages
Oct 12, 2014
0 stars
Apr 10, 2013
1 usages
Sep 20, 2005
8 usages
Jun 14, 2014
2 usages
0 stars
Mar 02, 2015
1 usages
28 stars