| Package | Description |
|---|---|
| org.aika.neuron | |
| org.aika.neuron.activation |
| Modifier and Type | Field and Description |
|---|---|
Range.Relation |
Synapse.Key.rangeMatch |
Range.Relation |
Synapse.Builder.rangeMatch |
| Modifier and Type | Method and Description |
|---|---|
Synapse.Builder |
Synapse.Builder.setRangeMatch(Range.Relation rr)
setRangeMatch is just a convenience function to call both
setBeginToBeginRangeMatch and setEndToEndRangeMatch at the same time. |
| Constructor and Description |
|---|
Key(boolean minKey,
boolean maxKey,
Integer relativeRid,
Range.Relation rangeMatch) |
Key(boolean isRecurrent,
Integer relativeRid,
Integer absoluteRid,
Range.Relation rangeMatch,
Range.Output rangeOutput) |
| Modifier and Type | Field and Description |
|---|---|
static Range.Relation |
Range.Relation.BEGIN_EQUALS |
static Range.Relation |
Range.Relation.BEGIN_TO_END_EQUALS |
static Range.Relation |
Range.Relation.CONTAINED_IN |
static Range.Relation |
Range.Relation.CONTAINS |
static Range.Relation |
Range.Relation.END_EQUALS |
static Range.Relation |
Range.Relation.END_TO_BEGIN_EQUALS |
static Range.Relation |
Range.Relation.EQUALS |
static Range.Relation |
Range.Relation.NONE |
static Range.Relation |
Range.Relation.OVERLAPS |
| Modifier and Type | Method and Description |
|---|---|
static Range.Relation |
Range.Relation.create(Range.Operator beginToBegin,
Range.Operator endToEnd) |
static Range.Relation |
Range.Relation.create(Range.Operator beginToBegin,
Range.Operator beginToEnd,
Range.Operator endToEnd,
Range.Operator endToBegin) |
static Range.Relation |
Range.Relation.createQuery(Range.Relation ra,
Range.Output ob,
Range.Output oa,
Range.Relation rb) |
Range.Relation |
Range.Relation.invert() |
static Range.Relation |
Range.Relation.lookup(Range.Relation r) |
static Range.Relation |
Range.Relation.read(DataInput in,
Model m) |
Copyright © 2018. All rights reserved.