public class MLPClassifier extends Classifier
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>UNKNOWN| 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 org.jpmml.python.HasArray> |
getCoefs() |
List<? extends org.jpmml.python.HasArray> |
getIntercepts() |
int |
getNumberOfFeatures() |
getClasses, getMiningFunction, hasProbabilityDistributionaddFeatureImportances, encode, getDataType, getFeatureImportances, getOption, getOpType, getPMMLFeatureImportances, getPMMLOptions, getSkLearnVersion, hasFeatureImportances, isSupervised, setPMMLFeatureImportances, setPMMLOptionscreateFieldName, createFieldName, getPMMLName, setPMMLName, toArrayget, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getTuple, getTupleListclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, 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()
public List<? extends org.jpmml.python.HasArray> getCoefs()
public List<? extends org.jpmml.python.HasArray> getIntercepts()
Copyright © 2021. All rights reserved.