| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Method and Description |
|---|---|
Activation |
Neuron.addInput(Document doc,
int begin,
int end,
Integer rid,
InterprNode o)
Propagate an input activation into the network.
|
Activation |
Neuron.addInput(Document doc,
int begin,
int end,
Integer rid,
InterprNode o,
double value)
Propagate an input activation into the network.
|
Activation |
Neuron.addInput(Document doc,
int begin,
int end,
InterprNode o)
Propagate an input activation into the network.
|
void |
Neuron.removeInput(Document doc,
int begin,
int end,
Integer rid,
InterprNode o) |
void |
Neuron.removeInput(Document doc,
int begin,
int end,
InterprNode o) |
| Modifier and Type | Field and Description |
|---|---|
InterprNode |
Document.bottom |
InterprNode[] |
InterprNode.children |
InterprNode |
Conflicts.Conflict.conflict |
InterprNode |
InterprNode.largestCommonSubset |
static InterprNode |
InterprNode.MAX |
static InterprNode |
InterprNode.MIN |
InterprNode |
Conflicts.Key.o |
InterprNode[] |
InterprNode.parents |
InterprNode |
Conflicts.Conflict.primary |
InterprNode |
Conflicts.Conflict.secondary |
| Modifier and Type | Field and Description |
|---|---|
List<InterprNode> |
Document.bestInterpretation |
Set<InterprNode> |
InterprNode.linkedByLCS |
Map<NodeActivation,InterprNode> |
InterprNode.orInterprNodes |
Set<InterprNode> |
InterprNode.refByOrInterprNode |
| Modifier and Type | Method and Description |
|---|---|
static InterprNode |
InterprNode.add(Document doc,
boolean nonConflicting,
InterprNode... input) |
static InterprNode |
InterprNode.add(Document doc,
boolean nonConflicting,
List<InterprNode> inputs) |
static InterprNode |
InterprNode.addPrimitive(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static Set<InterprNode> |
SearchNode.collectConflicts(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static InterprNode |
InterprNode.add(Document doc,
boolean nonConflicting,
InterprNode... input) |
static void |
Conflicts.add(Document doc,
NodeActivation act,
InterprNode primary,
InterprNode secondary) |
void |
InterprNode.addOrOption(NodeActivation inputAct,
InterprNode n) |
static int |
InterprNode.compare(InterprNode oa,
InterprNode ob) |
boolean |
InterprNode.Relation.compare(InterprNode a,
InterprNode b) |
int |
InterprNode.compareTo(InterprNode n) |
boolean |
SearchNode.containedInSelectedBranch(InterprNode n) |
boolean |
InterprNode.contains(boolean dir,
InterprNode n,
boolean followLCS) |
boolean |
InterprNode.contains(InterprNode n,
boolean followLCS) |
SearchNode.Coverage |
SearchNode.getCoverage(InterprNode n) |
static void |
Conflicts.remove(Document doc,
NodeActivation act,
InterprNode primary,
InterprNode secondary) |
void |
InterprNode.removeOrOption(NodeActivation inputAct,
InterprNode n) |
| Modifier and Type | Method and Description |
|---|---|
static InterprNode |
InterprNode.add(Document doc,
boolean nonConflicting,
List<InterprNode> inputs) |
INeuron.NormWeight |
Document.ValueQueue.adjustWeight(SearchNode cand,
List<InterprNode> changed) |
| Constructor and Description |
|---|
Conflict(NodeActivation act,
InterprNode primary,
InterprNode secondary,
InterprNode conflict) |
Key(InterprNode o,
NodeActivation act) |
| Constructor and Description |
|---|
SearchNode(Document doc,
SearchNode selParent,
SearchNode exclParent,
org.aika.corpus.SearchNode.Candidate c,
int level,
List<InterprNode> changed) |
| Modifier and Type | Field and Description |
|---|---|
InterprNode |
NodeActivation.Key.o |
| Modifier and Type | Method and Description |
|---|---|
InterprNode |
OrNode.lookupOrOption(Document doc,
Range r,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AndNode.addNextLevelActivation(Document doc,
NodeActivation<AndNode> act,
NodeActivation<AndNode> secondAct,
Provider<AndNode> pnlp,
InterprNode conflict) |
void |
OrNode.apply(Document doc,
Activation act,
InterprNode conflict) |
<T extends Node> |
NodeActivation.filter(T n,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
static <T extends Node,A extends NodeActivation<T>> |
NodeActivation.get(Document doc,
T n,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
static <T extends Node,A extends NodeActivation<T>> |
NodeActivation.getActivationsByRange(Node.ThreadState<T,A> th,
T n,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
static NodeActivation |
NodeActivation.getNextSignal(Node n,
Document doc,
int from,
Integer rid,
InterprNode o,
boolean dir,
boolean inv) |
abstract boolean |
Node.isAllowedOption(int threadId,
InterprNode n,
NodeActivation<?> act,
long v) |
boolean |
AndNode.isAllowedOption(int threadId,
InterprNode n,
NodeActivation<?> act,
long v) |
boolean |
OrNode.isAllowedOption(int threadId,
InterprNode n,
NodeActivation act,
long v) |
boolean |
InputNode.isAllowedOption(int threadId,
InterprNode n,
NodeActivation act,
long v) |
void |
OrNode.propagateAddedActivation(Document doc,
Activation act,
InterprNode removedConflict) |
abstract void |
Node.propagateAddedActivation(Document doc,
A act,
InterprNode conflict)
Propagate an activation to the next node or the next neuron that is depending on the current node.
|
void |
InputNode.propagateAddedActivation(Document doc,
NodeActivation act,
InterprNode removedConflict) |
void |
AndNode.propagateAddedActivation(Document doc,
NodeActivation act,
InterprNode removedConflict) |
static Stream<NodeActivation> |
NodeActivation.select(Document doc,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
static <T extends Node,A extends NodeActivation<T>> |
NodeActivation.select(Document doc,
T n,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
static <T extends Node,A extends NodeActivation<T>> |
NodeActivation.select(Node.ThreadState<T,A> th,
T n,
Integer rid,
Range r,
Range.Operator begin,
Range.Operator end,
InterprNode o,
InterprNode.Relation or) |
| Constructor and Description |
|---|
Key(T n,
Range r,
Integer rid,
InterprNode o) |
NodeActivation(int id,
Document doc,
T n,
Range pos,
Integer rid,
InterprNode o) |
| Modifier and Type | Method and Description |
|---|---|
Activation |
INeuron.addInput(Document doc,
int begin,
int end,
Integer rid,
InterprNode o,
double value)
Propagate an input activation into the network.
|
void |
INeuron.removeInput(Document doc,
int begin,
int end,
Integer rid,
InterprNode o) |
Copyright © 2017. All rights reserved.