| Package | Description |
|---|---|
| network.aika | |
| network.aika.neuron | |
| network.aika.neuron.activation | |
| network.aika.neuron.relation |
| Modifier and Type | Method and Description |
|---|---|
String |
Document.getText(Range r) |
| Constructor and Description |
|---|
ActKey(Range range,
Node node,
int actId) |
| Modifier and Type | Method and Description |
|---|---|
Activation |
Neuron.addInput(Document doc,
Range r)
Propagate an input activation into the network.
|
Activation |
Neuron.getActivation(Document doc,
Range r,
boolean onlyFinal) |
Activation |
INeuron.getActivation(Document doc,
Range r,
boolean onlyFinal) |
| Constructor and Description |
|---|
ActKey(Range r,
int actId) |
| Modifier and Type | Field and Description |
|---|---|
Range |
Activation.range |
Range |
Activation.Builder.range |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Range> |
Range.BEGIN_COMP |
static Comparator<Range> |
Range.END_COMP |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.invert(boolean inv) |
Range |
Range.Output.map(Range r) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Range.compare(Range ra,
Range rb) |
boolean |
Range.Relation.compare(Range ra,
Range rb) |
static int |
Range.compare(Range ra,
Range rb,
boolean inv) |
boolean |
Range.contains(Range r) |
boolean |
Range.equals(Range r) |
Range |
Range.Output.map(Range r) |
Integer |
Range.Mapping.map(Range r) |
static boolean |
Range.overlaps(Range ra,
Range rb)
Deprecated.
|
Activation.Builder |
Activation.Builder.setRange(Range range) |
| Constructor and Description |
|---|
Activation(int id,
Document doc,
Range r,
OrNode n) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Activation> |
RangeRelation.getActivationsByRangeEquals(Document doc,
Range r,
Range.Relation rr) |
static Collection<Activation> |
RangeRelation.getActivationsByRangeEquals(INeuron.ThreadState th,
Range r,
Range.Relation rr) |
Copyright © 2018. All rights reserved.