| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.neural_network | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Neuron neuron) |
| Modifier and Type | Method and Description |
|---|---|
Neuron |
Neuron.addConnections(Connection... connections) |
Neuron |
Neuron.addExtensions(Extension... extensions) |
Neuron |
ObjectFactory.createNeuron()
Create an instance of
Neuron |
Neuron |
Neuron.setAltitude(Double altitude)
Sets the value of the altitude property.
|
Neuron |
Neuron.setBias(Double bias)
Sets the value of the bias property.
|
Neuron |
Neuron.setId(String id)
Sets the value of the id property.
|
Neuron |
Neuron.setWidth(Double width)
Sets the value of the width property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Neuron> |
NeuralLayer.getNeurons()
Gets the value of the neurons property.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralLayer |
NeuralLayer.addNeurons(Neuron... neurons) |
| Constructor and Description |
|---|
NeuralLayer(List<Neuron> neurons) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Neuron neuron) |
VisitorAction |
AbstractVisitor.visit(Neuron neuron) |
Copyright © 2016 University of Tartu. All rights reserved.