jar

com.github.rzykov : fastml4j_2.11

Maven & Gradle

Nov 13, 2017
18 stars

fastml4j · fastml4j

Table Of Contents

Latest Version

Download com.github.rzykov : fastml4j_2.11 JAR file - Latest Versions:

All Versions

Download com.github.rzykov : fastml4j_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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 fastml4j_2.11-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.rzykov.fastml4j.regression

├─ com.github.rzykov.fastml4j.regression.LinearRegression.class - [JAR]

├─ com.github.rzykov.fastml4j.regression.RegressionModel.class - [JAR]

com.github.rzykov.fastml4j.loss

├─ com.github.rzykov.fastml4j.loss.HingeLoss.class - [JAR]

├─ com.github.rzykov.fastml4j.loss.L2.class - [JAR]

├─ com.github.rzykov.fastml4j.loss.LogisticLoss.class - [JAR]

├─ com.github.rzykov.fastml4j.loss.Loss.class - [JAR]

├─ com.github.rzykov.fastml4j.loss.OLSLoss.class - [JAR]

com.github.rzykov.fastml4j.classification

├─ com.github.rzykov.fastml4j.classification.ClassificationModel.class - [JAR]

├─ com.github.rzykov.fastml4j.classification.LogisticRegression.class - [JAR]

├─ com.github.rzykov.fastml4j.classification.SVM.class - [JAR]

com.github.rzykov.fastml4j.util

├─ com.github.rzykov.fastml4j.util.DataGenerators.class - [JAR]

├─ com.github.rzykov.fastml4j.util.Implicits.class - [JAR]

├─ com.github.rzykov.fastml4j.util.Intercept.class - [JAR]

com.github.rzykov.fastml4j.metric

├─ com.github.rzykov.fastml4j.metric.BinaryClassificationMetrics.class - [JAR]

├─ com.github.rzykov.fastml4j.metric.RegressionMetrics.class - [JAR]

com.github.rzykov.fastml4j.optimizer

├─ com.github.rzykov.fastml4j.optimizer.GradientDescent.class - [JAR]

├─ com.github.rzykov.fastml4j.optimizer.Optimizer.class - [JAR]

├─ com.github.rzykov.fastml4j.optimizer.PegasosSGD.class - [JAR]

Advertisement