| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<NeuralLayer> |
NeuralNetwork.neuralLayers |
| Modifier and Type | Method and Description |
|---|---|
NeuralLayer |
ObjectFactory.createNeuralLayer()
Create an instance of
NeuralLayer |
NeuralLayer |
NeuralLayer.withActivationFunction(ActivationFunctionType value) |
NeuralLayer |
NeuralLayer.withAltitude(java.lang.Double value) |
NeuralLayer |
NeuralLayer.withExtensions(java.util.Collection<Extension> values) |
NeuralLayer |
NeuralLayer.withExtensions(Extension... values) |
NeuralLayer |
NeuralLayer.withNeurons(java.util.Collection<Neuron> values) |
NeuralLayer |
NeuralLayer.withNeurons(Neuron... values) |
NeuralLayer |
NeuralLayer.withNormalizationMethod(NnNormalizationMethodType value) |
NeuralLayer |
NeuralLayer.withNumberOfNeurons(java.lang.Integer value) |
NeuralLayer |
NeuralLayer.withThreshold(java.lang.Double value) |
NeuralLayer |
NeuralLayer.withWidth(java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NeuralLayer> |
NeuralNetwork.getNeuralLayers()
Gets the value of the neuralLayers property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(NeuralLayer neuralLayer) |
NeuralNetwork |
NeuralNetwork.withNeuralLayers(NeuralLayer... values) |
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.withNeuralLayers(java.util.Collection<NeuralLayer> values) |
| Constructor and Description |
|---|
NeuralNetwork(MiningFunctionType functionName,
ActivationFunctionType activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
java.util.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.