| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.neural_network | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(NeuralLayer neuralLayer) |
| Modifier and Type | Method and Description |
|---|---|
NeuralLayer |
NeuralLayer.addExtensions(Extension... extensions) |
NeuralLayer |
NeuralLayer.addNeurons(Neuron... neurons) |
NeuralLayer |
ObjectFactory.createNeuralLayer()
Create an instance of
NeuralLayer |
NeuralLayer |
NeuralLayer.setActivationFunction(NeuralNetwork.ActivationFunction activationFunction) |
NeuralLayer |
NeuralLayer.setAltitude(Number altitude) |
NeuralLayer |
NeuralLayer.setNormalizationMethod(NeuralNetwork.NormalizationMethod normalizationMethod) |
NeuralLayer |
NeuralLayer.setNumberOfNeurons(Integer numberOfNeurons) |
NeuralLayer |
NeuralLayer.setThreshold(Number threshold) |
NeuralLayer |
NeuralLayer.setWidth(Number width) |
| Modifier and Type | Method and Description |
|---|---|
List<NeuralLayer> |
NeuralNetwork.getNeuralLayers() |
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.addNeuralLayers(NeuralLayer... neuralLayers) |
| Constructor and Description |
|---|
NeuralNetwork(MiningFunction miningFunction,
NeuralNetwork.ActivationFunction activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
List<NeuralLayer> neuralLayers) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(NeuralLayer neuralLayer) |
Copyright © 2019 University of Tartu. All rights reserved.