| Package | Description |
|---|---|
| org.aika.network | |
| org.aika.network.neuron.simple |
| Modifier and Type | Method and Description |
|---|---|
SimpleNeuron |
Model.createAndNeuron(SimpleNeuron n,
boolean inferenceMode,
SimpleNeuron.Input... inputs) |
SimpleNeuron |
Model.createOrNeuron(SimpleNeuron n,
SimpleNeuron.Input... inputs) |
| Modifier and Type | Method and Description |
|---|---|
SimpleNeuron |
Model.createAndNeuron(SimpleNeuron n,
boolean inferenceMode,
Set<SimpleNeuron.Input> inputs) |
SimpleNeuron |
Model.createOrNeuron(SimpleNeuron n,
Set<SimpleNeuron.Input> inputs) |
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleNeuron.Input.compareTo(SimpleNeuron.Input in) |
Copyright © 2016. All rights reserved.