public class MLPRegression extends Object
| Constructor and Description |
|---|
MLPRegression() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copy(MLPRegression that) |
void |
fit(com.github.chen0040.data.frame.DataFrame batch) |
List<Integer> |
getHiddenLayers() |
void |
setHiddenLayers(int... hiddenLayers) |
double |
transform(com.github.chen0040.data.frame.DataRow tuple) |
public void copy(MLPRegression that) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void setHiddenLayers(int... hiddenLayers)
public double transform(com.github.chen0040.data.frame.DataRow tuple)
public void fit(com.github.chen0040.data.frame.DataFrame batch)
Copyright © 2017. All rights reserved.