| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
SearchNode |
Candidate.cachedSearchNode |
SearchNode |
SearchNode.excludedParent |
SearchNode |
Document.rootSearchNode |
SearchNode |
SearchNode.selectedParent |
SearchNode |
Document.selectedSearchNode |
| Modifier and Type | Method and Description |
|---|---|
SearchNode |
SearchNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
INeuron.NormWeight |
Document.ValueQueue.adjustWeight(SearchNode cand,
Collection<InterpretationNode> changed,
long visitedModified) |
boolean |
SearchNode.compareNewState(SearchNode cachedNode) |
int |
SearchNode.compareTo(SearchNode sn) |
String |
Document.neuronActivationsToString(SearchNode sn,
boolean withWeights,
boolean withTextSnipped,
boolean withLogic) |
INeuron.NormWeight |
Document.ValueQueue.processChanges(SearchNode sn,
long v,
long visitedModified) |
static void |
SearchNode.search(Document doc,
SearchNode root)
Searches for the best interpretation for the given document.
|
| Constructor and Description |
|---|
SearchNode(Document doc,
SearchNode selParent,
SearchNode exclParent,
Candidate c,
int level,
Collection<InterpretationNode> changed,
boolean cached) |
| Modifier and Type | Method and Description |
|---|---|
String |
Activation.toString(SearchNode sn,
boolean withWeights,
boolean withTextSnipped,
boolean withLogic) |
Copyright © 2018. All rights reserved.