| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.neural_network | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.addExtensions(Extension... extensions) |
Connection |
ObjectFactory.createConnection()
Create an instance of
Connection |
Connection |
Connection.setFrom(String from) |
Connection |
Connection.setWeight(Number weight) |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
Neuron.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
Neuron |
Neuron.addConnections(Connection... connections) |
| Constructor and Description |
|---|
Neuron(String id,
List<Connection> connections) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Connection connection) |
Copyright © 2019 University of Tartu. All rights reserved.