| 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,
Integer rid,
InterprNode o,
double value,
Double targetValue)
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.
|
| 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 |
Set<InterprNode> |
InterprNode.orInterprNodes |
Set<InterprNode> |
InterprNode.refByOrInterprNode |
Set<InterprNode> |
InterprNode.selectedOrInterprNodes |
| 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.addOrInterpretationNode(InterprNode n) |
static int |
InterprNode.compare(InterprNode oa,
InterprNode ob) |
boolean |
InterprNode.Relation.compare(InterprNode a,
InterprNode b) |
int |
InterprNode.compareTo(InterprNode n) |
boolean |
InterprNode.contains(boolean dir,
InterprNode n,
boolean followLCS) |
boolean |
InterprNode.contains(InterprNode n,
boolean followLCS) |
SearchNode.Coverage |
SearchNode.getCoverage(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.interpretation |
| Modifier and Type | Method and Description |
|---|---|
InterprNode |
OrNode.lookupOrOption(Document doc,
Range r,
boolean create) |
| Constructor and Description |
|---|
Key(T node,
Range range,
Integer rid,
InterprNode interpretation) |
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,
Double targetValue)
Propagate an input activation into the network.
|
Copyright © 2017. All rights reserved.