public class MultilayerPerceptronUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.neural_network.NeuralNetwork |
encodeNeuralNetwork(org.dmg.pmml.MiningFunction miningFunction,
String activation,
List<? extends org.jpmml.python.HasArray> coefs,
List<? extends org.jpmml.python.HasArray> intercepts,
org.jpmml.converter.Schema schema) |
static int |
getNumberOfFeatures(List<? extends org.jpmml.python.HasArray> coefs) |
public static int getNumberOfFeatures(List<? extends org.jpmml.python.HasArray> coefs)
Copyright © 2021. All rights reserved.