| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.neuron |
| Modifier and Type | Field and Description |
|---|---|
static SearchNode.Weight |
SearchNode.Weight.ZERO |
| Modifier and Type | Method and Description |
|---|---|
SearchNode.Weight |
SearchNode.Weight.add(SearchNode.Weight nw) |
static SearchNode.Weight |
SearchNode.Weight.create(double w,
double n) |
SearchNode.Weight |
Document.ValueQueue.process(SearchNode sn) |
SearchNode.Weight |
SearchNode.searchRecursive(Document doc)
This algorithm is the recursive version of the interpretation search.
|
SearchNode.Weight |
SearchNode.Weight.sub(SearchNode.Weight nw) |
| Modifier and Type | Method and Description |
|---|---|
SearchNode.Weight |
SearchNode.Weight.add(SearchNode.Weight nw) |
boolean |
SearchNode.Weight.equals(SearchNode.Weight nw) |
SearchNode.Weight |
SearchNode.Weight.sub(SearchNode.Weight nw) |
| Modifier and Type | Field and Description |
|---|---|
SearchNode.Weight |
Activation.State.weight |
| Modifier and Type | Method and Description |
|---|---|
SearchNode.Weight |
Activation.process(SearchNode sn,
int round,
long v) |
| Constructor and Description |
|---|
State(double value,
int fired,
SearchNode.Weight weight) |
Copyright © 2018. All rights reserved.