jar

nz.ac.waikato.cms.weka : kernelLogisticRegression

Maven & Gradle

Jun 26, 2013

kernelLogisticRegression · This package contains a classifier that can be used to train a two-class kernel logistic regression model with the kernel functions that are available in WEKA. It optimises the negative log-likelihood with a quadratic penalty. Both, BFGS and conjugate gradient descent, are available as optimisation methods, but the former is normally faster. It is possible to use multiple threads, but the speed-up is generally very marginal when used with BFGS optimisation. With conjugate gradient descent optimisation, greater speed-ups can be achieved when using multiple threads. With the default kernel, the dot product kernel, this method produces results that are close to identical to those obtained using standard logistic regression in WEKA, provided a sufficiently large value for the parameter determining the size of the quadratic penalty is used in both cases.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : kernelLogisticRegression JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : kernelLogisticRegression JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kernelLogisticRegression-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.functions

├─ weka.classifiers.functions.KernelLogisticRegression.class - [JAR]