public class MLPClassifier extends Classifier
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>FIELD_PROBABILITYFIELD_APPLY, FIELD_DECISION_FUNCTION, FIELD_PREDICTUNKNOWNUNKNOWN| 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() |
encodePredictProbaOutput, getClasses, getMiningFunction, hasProbabilityDistributionaddFeatureImportances, checkFeatures, checkLabel, createApplyField, createPredictProbaFields, encode, encodeApplyOutput, getAlgorithmName, getDataType, getFeatureImportances, getNumberOfOutputs, getOption, getOpType, getPMMLFeatureImportances, getPMMLOptions, getPMMLSegmentId, getSkLearnVersion, hasFeatureImportances, isSupervised, putOption, putOptions, setPMMLFeatureImportances, setPMMLOptions, setPMMLSegmentIdcreateFieldName, createFieldName, createFieldName, getPMMLName, setPMMLNameget, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getClassName, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getTuple, getTupleList, setClassNameclear, 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 © 2023. All rights reserved.