| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
Synapse.RangeVisibility |
Iteration.Input.endVisibility |
Synapse.RangeVisibility |
Iteration.Input.startVisibility |
| Modifier and Type | Method and Description |
|---|---|
Iteration.Input |
Iteration.Input.setEndVisibility(Synapse.RangeVisibility rv)
Determines if this input is used to compute the range end of the output activation.
|
Iteration.Input |
Iteration.Input.setStartVisibility(Synapse.RangeVisibility rv)
Determines if this input is used to compute the range begin of the output activation.
|
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.applyVisibility(Range ra,
Synapse.RangeVisibility[] rav,
Range rb,
Synapse.RangeVisibility[] rbv) |
static Range |
Range.applyVisibility(Range ra,
Synapse.RangeVisibility[] rav,
Range rb,
Synapse.RangeVisibility[] rbv) |
| Modifier and Type | Field and Description |
|---|---|
Synapse.RangeVisibility[] |
Node.rangeVisibility |
| Modifier and Type | Field and Description |
|---|---|
Synapse.RangeVisibility |
Synapse.Key.endVisibility |
Synapse.RangeVisibility |
Synapse.Key.startVisibility |
| Modifier and Type | Method and Description |
|---|---|
static Synapse.RangeVisibility |
Synapse.RangeVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Synapse.RangeVisibility[] |
Synapse.RangeVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Synapse.RangeVisibility.apply(int a,
Synapse.RangeVisibility rva,
int b,
Synapse.RangeVisibility rvb,
boolean dir) |
| Constructor and Description |
|---|
Key(boolean isNeg,
boolean isRecurrent,
Integer relativeRid,
Integer absoluteRid,
boolean matchRange,
Synapse.RangeSignal startSignal,
Synapse.RangeVisibility startVisibility,
Synapse.RangeSignal endSignal,
Synapse.RangeVisibility endVisibility) |
Copyright © 2017. All rights reserved.