public class MLPClassifier extends Classifier
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MLPClassifier(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.neural_network.NeuralNetwork |
encodeModel(org.jpmml.converter.Schema schema) |
String |
getActivation() |
List<? extends HasArray> |
getCoefs() |
List<? extends HasArray> |
getIntercepts() |
int |
getNumberOfFeatures() |
getClasses, getMiningFunction, hasProbabilityDistribution, isSupervisedencodeModel, getDataType, getOpTypeclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic org.dmg.pmml.neural_network.NeuralNetwork encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic String getActivation()
Copyright © 2017. All Rights Reserved.