| Package | Description |
|---|---|
| org.aika.network | |
| org.aika.network.neuron | |
| org.aika.network.neuron.lattice |
| Modifier and Type | Field and Description |
|---|---|
TreeSet<Node> |
Iteration.addedNodes |
static Set<Node> |
Network.allNodes |
TreeSet<Node> |
Iteration.hasActivations |
| Modifier and Type | Field and Description |
|---|---|
Node |
Neuron.node |
Node |
Activation.node |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode |
class |
InputNode |
class |
LogicNode |
class |
NegativeInputNode |
class |
OrNode |
class |
PositiveInputNode |
| Modifier and Type | Field and Description |
|---|---|
Set<Node> |
OrNode.parents |
SortedMap<InputNode,Node> |
AndNode.parents |
| Modifier and Type | Method and Description |
|---|---|
Map<Node,Double> |
AndNode.computeMinPRel() |
static SortedMap<InputNode,Node> |
AndNode.computeParents(Set<InputNode> inputs) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AndNode.addActivationsToNextLevelPattern(Iteration t,
LatticeQueue queue,
Node firstNode,
Node secondNode,
InputNode refinement,
Activation act,
Option conflict) |
void |
OrNode.addInput(Node inputNode) |
int |
Node.compareTo(Node n) |
static void |
AndNode.createNextLevelPattern(Iteration t,
LatticeQueue queue,
Node firstNode,
InputNode refinement) |
static void |
OrNode.processCandidate(Iteration t,
LatticeQueue queue,
Node parentNode,
Activation act,
Option conflict,
boolean train) |
static void |
AndNode.processCandidate(Iteration t,
LatticeQueue queue,
Node firstNode,
Node secondNode,
InputNode refinement,
Activation act,
Option conflict,
boolean train) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Node.computeAndParents(SortedSet<InputNode> inputs,
Map<InputNode,Node> parents,
Set<Node> visited) |
boolean |
Node.computeAndParents(SortedSet<InputNode> inputs,
Map<InputNode,Node> parents,
Set<Node> visited) |
static Map<AndNode,Set<Synapse>> |
Node.computePredefinedAndNodes(Neuron n,
Set<Node> outputs,
Map<AndNode,Set<Synapse>> previousLevel) |
static Map<InputNode,Set<Synapse>> |
Node.computePredefinedInputNodes(Neuron n,
Set<Node> outputs,
Set<Synapse> inputs) |
static Map<AndNode,Set<Synapse>> |
Node.computePredefinedSecondLevelAndNodes(Neuron n,
Set<Node> outputs,
Map<InputNode,Set<Synapse>> previousLevel) |
| Constructor and Description |
|---|
AndNode(int level,
SortedMap<InputNode,Node> parents) |
Copyright © 2016. All rights reserved.