| Package | Description |
|---|---|
| network.aika | |
| network.aika.lattice | |
| network.aika.neuron | |
| network.aika.neuron.activation |
| Modifier and Type | Field and Description |
|---|---|
Document[] |
Model.docs |
| Modifier and Type | Method and Description |
|---|---|
Document |
Model.createDocument(String txt) |
Document |
Model.createDocument(String txt,
int threadId) |
| Modifier and Type | Method and Description |
|---|---|
int |
Document.compareTo(Document doc) |
static boolean |
Converter.convert(int threadId,
Document doc,
INeuron neuron,
Collection<Synapse> modifiedSynapses) |
Linker |
Model.LinkerFactory.createLinker(Document doc) |
static void |
PatternDiscovery.discover(Document doc,
PatternDiscovery.Config config) |
T |
Provider.get(Document doc) |
| Modifier and Type | Field and Description |
|---|---|
Document |
NodeActivation.doc |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.clearActivations(Document doc) |
AndNode.RefValue |
OrNode.extend(int threadId,
Document doc,
AndNode.Refinement ref,
PatternDiscovery.Config patterDiscovery) |
abstract AndNode.RefValue |
Node.extend(int threadId,
Document doc,
AndNode.Refinement ref,
PatternDiscovery.Config patterDiscoveryConfig) |
AndNode.RefValue |
InputNode.extend(int threadId,
Document doc,
AndNode.Refinement ref,
PatternDiscovery.Config patterDiscoveryConfig) |
AndNode.RefValue |
AndNode.extend(int threadId,
Document doc,
AndNode.Refinement firstRef,
PatternDiscovery.Config patterDiscoverConfig) |
Collection<A> |
Node.getActivations(Document doc) |
void |
Node.postCreate(Document doc) |
void |
Node.processChanges(Document doc)
Process all added or removed activation for this logic node.
|
void |
OrNode.reprocessInputs(Document doc) |
abstract void |
Node.reprocessInputs(Document doc) |
void |
InputNode.reprocessInputs(Document doc) |
void |
AndNode.reprocessInputs(Document doc) |
| Constructor and Description |
|---|
AndActivation(int id,
Document doc,
AndNode node) |
NodeActivation(int id,
Document doc,
T node) |
OrActivation(int id,
Document doc,
OrNode node) |
| Modifier and Type | Method and Description |
|---|---|
Activation |
Neuron.addInput(Document doc,
Activation.Builder inputAct)
Propagate an input activation into the network.
|
Activation |
INeuron.addInput(Document doc,
Activation.Builder input)
Propagate an input activation into the network.
|
Activation |
Neuron.addInput(Document doc,
int begin,
int end)
Propagate an input activation into the network.
|
void |
INeuron.clearActivations(Document doc) |
static Synapse |
Synapse.createOrLookup(Document doc,
Integer synapseId,
Neuron inputNeuron,
Neuron outputNeuron) |
Activation |
Neuron.getActivation(Document doc,
int begin,
int end,
boolean onlyFinal) |
Stream<Activation> |
Neuron.getActivations(Document doc,
boolean onlyFinal)
getFinalActivations is a convenience method to retrieve all activations of the given neuron that
are part of the final interpretation. |
Stream<Activation> |
INeuron.getActivations(Document doc,
boolean onlyFinal) |
Stream<Activation> |
Neuron.getActivations(Document doc,
int slot,
Position pos,
boolean onlyFinal) |
Stream<Activation> |
INeuron.getActivations(Document doc,
int slot,
Position pos,
boolean onlyFinal) |
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Neuron.Builder> inputs) |
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Collection<Synapse.Builder> synapseBuilders,
Collection<Relation.Builder> relationBuilders)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
INeuron.Type type,
Neuron.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
Neuron.Builder... inputs) |
void |
Synapse.update(Document doc,
double weight,
double bias,
double limit) |
void |
Synapse.updateDelta(Document doc,
double weightDelta,
double biasDelta,
double limitDelta) |
| Modifier and Type | Field and Description |
|---|---|
Document |
Position.doc |
protected Document |
Linker.doc |
| Modifier and Type | Method and Description |
|---|---|
static void |
SearchNode.search(Document doc,
SearchNode root,
long v,
Long timeoutInMilliSeconds)
Searches for the best interpretation for the given document.
|
| Constructor and Description |
|---|
Activation(int id,
Document doc,
OrNode n) |
Linker(Document doc) |
Position(Document doc) |
Position(Document doc,
Integer pos) |
SearchNode(Document doc,
SearchNode selParent,
SearchNode exclParent,
int level) |
Copyright © 2018. All rights reserved.