| Modifier and Type | Field and Description |
|---|---|
static String |
HIDDEN_LAYER1 |
static String |
HIDDEN_LAYER2 |
static String |
HIDDEN_LAYER3 |
static String |
HIDDEN_LAYER4 |
static String |
HIDDEN_LAYER5 |
static String |
HIDDEN_LAYER6 |
static String |
HIDDEN_LAYER7 |
| Constructor and Description |
|---|
MLPClassifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
classify(com.github.chen0040.data.frame.DataRow tuple) |
Object |
clone() |
void |
copy(MLPClassifier rhs2) |
void |
fit(com.github.chen0040.data.frame.DataFrame batch) |
List<String> |
getClassLabels() |
List<Integer> |
getHiddenLayers() |
void |
setHiddenLayers(int... hiddenLayers) |
public static final String HIDDEN_LAYER1
public static final String HIDDEN_LAYER2
public static final String HIDDEN_LAYER3
public static final String HIDDEN_LAYER4
public static final String HIDDEN_LAYER5
public static final String HIDDEN_LAYER6
public static final String HIDDEN_LAYER7
public void copy(MLPClassifier rhs2) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void setHiddenLayers(int... hiddenLayers)
public String classify(com.github.chen0040.data.frame.DataRow tuple)
public void fit(com.github.chen0040.data.frame.DataFrame batch)
Copyright © 2017. All rights reserved.