| Package | Description |
|---|---|
| network.aika | |
| network.aika.lattice | |
| network.aika.neuron.activation |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNode<P extends Provider<? extends AbstractNode>,A extends NodeActivation> |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<NodeActivation> |
Document.addedNodeActivations |
| Modifier and Type | Method and Description |
|---|---|
Stream<NodeActivation> |
Document.getAllActivationsStream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PatternDiscovery.CandidateCheck.check(NodeActivation act,
NodeActivation secondAct)
Check if
node is an interesting pattern that might be considered for further processing. |
boolean |
PatternDiscovery.CandidateCheck.check(NodeActivation act,
NodeActivation secondAct)
Check if
node is an interesting pattern that might be considered for further processing. |
void |
PatternDiscovery.Counter.count(NodeActivation act)
Updates the statistics of this node
|
| Modifier and Type | Class and Description |
|---|---|
class |
Node<T extends Node,A extends NodeActivation<T>>
The
Node class is the abstract class for all the boolean logic nodes underneath the neural network layer. |
static class |
Node.ThreadState<T extends Node,A extends NodeActivation>
The
ThreadState is a thread local data structure containing the activations of a single document for
a specific logic node. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AndNode.AndActivation |
static class |
InputNode.InputActivation |
static class |
OrNode.OrActivation |
| Modifier and Type | Field and Description |
|---|---|
NodeActivation<?> |
OrNode.Link.input |
NodeActivation<?> |
AndNode.Link.input |
| Modifier and Type | Method and Description |
|---|---|
void |
OrNode.addInputActivation(OrNode.OrEntry oe,
NodeActivation inputAct) |
int |
NodeActivation.compareTo(NodeActivation<T> act) |
void |
AndNode.AndActivation.link(AndNode.Refinement ref,
AndNode.RefValue rv,
InputNode.InputActivation refAct,
NodeActivation<?> input) |
OrNode.Link |
OrNode.OrActivation.link(OrNode.OrEntry oe,
NodeActivation<?> input) |
static void |
OrNode.processCandidate(Node<?,? extends NodeActivation<?>> parentNode,
NodeActivation inputAct,
boolean train) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OrNode.processCandidate(Node<?,? extends NodeActivation<?>> parentNode,
NodeActivation inputAct,
boolean train) |
| Constructor and Description |
|---|
Link(AndNode.Refinement ref,
AndNode.RefValue rv,
InputNode.InputActivation refAct,
NodeActivation<?> input,
AndNode.AndActivation output) |
Link(OrNode.OrEntry oe,
NodeActivation<?> input,
OrNode.OrActivation output) |
| Modifier and Type | Class and Description |
|---|---|
class |
Activation
The
Activation class is the most central class in Aika. |
Copyright © 2018. All rights reserved.