| Package | Description |
|---|---|
| joblib | |
| numpy.core | |
| scipy.sparse | |
| sklearn.neural_network |
| Modifier and Type | Class and Description |
|---|---|
class |
NDArrayWrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
NDArray |
class |
Scalar |
| Modifier and Type | Class and Description |
|---|---|
class |
CSRMatrix |
| Modifier and Type | Method and Description |
|---|---|
List<? extends HasArray> |
MLPClassifier.getCoefs() |
List<? extends HasArray> |
MLPRegressor.getCoefs() |
List<? extends HasArray> |
MLPClassifier.getIntercepts() |
List<? extends HasArray> |
MLPRegressor.getIntercepts() |
| Modifier and Type | Method and Description |
|---|---|
static org.dmg.pmml.neural_network.NeuralNetwork |
BaseMultilayerPerceptronUtil.encodeNeuralNetwork(org.dmg.pmml.MiningFunction miningFunction,
String activation,
List<? extends HasArray> coefs,
List<? extends HasArray> intercepts,
org.jpmml.converter.Schema schema) |
static org.dmg.pmml.neural_network.NeuralNetwork |
BaseMultilayerPerceptronUtil.encodeNeuralNetwork(org.dmg.pmml.MiningFunction miningFunction,
String activation,
List<? extends HasArray> coefs,
List<? extends HasArray> intercepts,
org.jpmml.converter.Schema schema) |
static int |
BaseMultilayerPerceptronUtil.getNumberOfFeatures(List<? extends HasArray> coefs) |
Copyright © 2017. All Rights Reserved.