MVN

nz.ac.waikato.cms.weka : isotonicRegression

Maven & Gradle

Apr 26, 2012

isotonicRegression · Learns an isotonic regression model. Picks the attribute that results in the lowest squared error. Missing values are not allowed. Can only deal with numeric attributes. Considers the monotonically increasing case as well as the monotonically decreasing case.

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

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>isotonicRegression</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 : isotonicRegression gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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