| Package | Description |
|---|---|
| org.aika.corpus | |
| org.aika.neuron |
| Modifier and Type | Method and Description |
|---|---|
INeuron.NormWeight |
Document.ValueQueue.adjustWeight(SearchNode cand,
Collection<InterpretationNode> changed,
long visitedModified) |
INeuron.NormWeight |
Document.ValueQueue.processChanges(SearchNode sn,
long v,
long visitedModified) |
INeuron.NormWeight |
SearchNode.searchRecursive(Document doc)
This algorithm is the recursive version of the interpretation search.
|
| Modifier and Type | Field and Description |
|---|---|
INeuron.NormWeight |
Activation.State.weight |
static INeuron.NormWeight |
INeuron.NormWeight.ZERO_WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
INeuron.NormWeight |
INeuron.NormWeight.add(INeuron.NormWeight nw) |
static INeuron.NormWeight |
INeuron.NormWeight.create(double w,
double n) |
INeuron.NormWeight |
INeuron.NormWeight.sub(INeuron.NormWeight nw) |
| Modifier and Type | Method and Description |
|---|---|
INeuron.NormWeight |
INeuron.NormWeight.add(INeuron.NormWeight nw) |
boolean |
INeuron.NormWeight.equals(INeuron.NormWeight nw) |
INeuron.NormWeight |
INeuron.NormWeight.sub(INeuron.NormWeight nw) |
| Constructor and Description |
|---|
State(double value,
int fired,
INeuron.NormWeight weight) |
Copyright © 2018. All rights reserved.