| Package | Description |
|---|---|
| joblib | |
| numpy.core | |
| scipy.sparse | |
| sklearn.ensemble.bagging | |
| 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 |
|---|---|
static java.util.List<java.util.List<java.lang.Integer>> |
BaggingUtil.transformEstimatorsFeatures(java.util.List<? extends HasArray> estimatorsFeatures) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends HasArray> |
MLPClassifier.getCoefs() |
java.util.List<? extends HasArray> |
MLPRegressor.getCoefs() |
java.util.List<? extends HasArray> |
MLPClassifier.getIntercepts() |
java.util.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,
java.lang.String activation,
java.util.List<? extends HasArray> coefs,
java.util.List<? extends HasArray> intercepts,
org.jpmml.converter.Schema schema) |
static org.dmg.pmml.neural_network.NeuralNetwork |
BaseMultilayerPerceptronUtil.encodeNeuralNetwork(org.dmg.pmml.MiningFunction miningFunction,
java.lang.String activation,
java.util.List<? extends HasArray> coefs,
java.util.List<? extends HasArray> intercepts,
org.jpmml.converter.Schema schema) |
static int |
BaseMultilayerPerceptronUtil.getNumberOfFeatures(java.util.List<? extends HasArray> coefs) |
Copyright © 2018. All Rights Reserved.