| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Range.Mapping |
Input.endMapping |
Range.Mapping |
Input.startMapping |
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.setEndRangeMapping(Range.Mapping endMapping)
Using this method the range begin of the input activation might be mapped to the range end of the
output activation.
|
Input |
Input.setStartRangeMapping(Range.Mapping startMapping)
Using this method the range end of the input activation might be mapped to the range begin of the
output activation.
|
| Modifier and Type | Method and Description |
|---|---|
static Range.Mapping |
Range.Mapping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.Mapping[] |
Range.Mapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
Range.Mapping |
Synapse.Key.endRangeMapping |
Range.Mapping |
Synapse.Key.startRangeMapping |
| Constructor and Description |
|---|
Key(boolean isNeg,
boolean isRecurrent,
Integer relativeRid,
Integer absoluteRid,
Range.Operator startRangeMatch,
Range.Mapping startRangeMapping,
boolean startRangeOutput,
Range.Operator endRangeMatch,
Range.Mapping endRangeMapping,
boolean endRangeOutput) |
Copyright © 2017. All rights reserved.