| Package | Description |
|---|---|
| network.aika | |
| network.aika.neuron.activation |
| Modifier and Type | Field and Description |
|---|---|
SearchNode |
Document.selectedSearchNode |
| Modifier and Type | Method and Description |
|---|---|
double |
Document.ValueQueue.process(SearchNode sn) |
| Modifier and Type | Field and Description |
|---|---|
SearchNode |
Candidate.bestChildNode |
SearchNode |
Candidate.cachedSearchNode
The cached search node is used to avoid having to recompute the activation values and weights that are associated
with this search node.
|
SearchNode |
Candidate.currentSearchNode |
| Modifier and Type | Method and Description |
|---|---|
SearchNode |
SearchNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SearchNode.compareNewState(SearchNode cachedNode) |
int |
SearchNode.compareTo(SearchNode sn) |
double |
Activation.process(SearchNode sn,
int round,
long v) |
static void |
SearchNode.search(Document doc,
SearchNode root,
long v,
Long timeoutInMilliSeconds)
Searches for the best interpretation for the given document.
|
| Constructor and Description |
|---|
SearchNode(Document doc,
SearchNode selParent,
SearchNode exclParent,
int level) |
Copyright © 2018. All rights reserved.