| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| 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(ActivationFunctionType activationFunction)
Sets the value of the activationFunction property.
|
NeuralLayer |
NeuralLayer.setAltitude(Double altitude)
Sets the value of the altitude property.
|
NeuralLayer |
NeuralLayer.setNormalizationMethod(NnNormalizationMethodType normalizationMethod)
Sets the value of the normalizationMethod property.
|
NeuralLayer |
NeuralLayer.setNumberOfNeurons(Integer numberOfNeurons)
Sets the value of the numberOfNeurons property.
|
NeuralLayer |
NeuralLayer.setThreshold(Double threshold)
Sets the value of the threshold property.
|
NeuralLayer |
NeuralLayer.setWidth(Double width)
Sets the value of the width property.
|
| Modifier and Type | Method and Description |
|---|---|
List<NeuralLayer> |
NeuralNetwork.getNeuralLayers()
Gets the value of the neuralLayers property.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.addNeuralLayers(NeuralLayer... neuralLayers) |
VisitorAction |
Visitor.visit(NeuralLayer neuralLayer) |
| Constructor and Description |
|---|
NeuralNetwork(MiningFunctionType functionName,
ActivationFunctionType activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
List<NeuralLayer> neuralLayers) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(NeuralLayer neuralLayer) |
VisitorAction |
AbstractVisitor.visit(NeuralLayer neuralLayer) |
Copyright © 2015 University of Tartu. All Rights Reserved.