| Constructor and Description |
|---|
RegressionModel() |
RegressionModel(de.jungblut.math.DoubleVector weights,
de.jungblut.math.activation.ActivationFunction activationFunction) |
| Modifier and Type | Method and Description |
|---|---|
RegressionModel |
deserialize(DataInput in) |
de.jungblut.math.activation.ActivationFunction |
getActivationFunction() |
de.jungblut.math.DoubleVector |
getWeights() |
void |
serialize(DataOutput out) |
public RegressionModel()
public RegressionModel(de.jungblut.math.DoubleVector weights,
de.jungblut.math.activation.ActivationFunction activationFunction)
public void serialize(DataOutput out) throws IOException
serialize in interface ModelIOExceptionpublic RegressionModel deserialize(DataInput in) throws IOException
deserialize in interface ModelIOExceptionpublic de.jungblut.math.DoubleVector getWeights()
public de.jungblut.math.activation.ActivationFunction getActivationFunction()
Copyright © 2015. All rights reserved.