| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron | |
| org.aika.training |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Converter.convert(Model m,
int threadId,
Document doc,
INeuron neuron,
Collection<Synapse> modifiedSynapses) |
| Modifier and Type | Field and Description |
|---|---|
TreeSet<INeuron> |
Document.activatedNeurons |
TreeSet<INeuron> |
Document.finallyActivatedNeurons |
TreeMap<INeuron,Set<Synapse>> |
Document.modifiedWeights |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.notifyWeightsModified(INeuron n,
Collection<Synapse> inputSynapses) |
| Modifier and Type | Method and Description |
|---|---|
static InputNode |
InputNode.add(Model m,
Synapse.Key key,
INeuron input) |
double |
OrNode.computeSynapseWeightSum(Integer offset,
INeuron n) |
abstract double |
Node.computeSynapseWeightSum(Integer offset,
INeuron n) |
double |
InputNode.computeSynapseWeightSum(Integer offset,
INeuron n) |
double |
AndNode.computeSynapseWeightSum(Integer offset,
INeuron n) |
| Modifier and Type | Method and Description |
|---|---|
INeuron |
Activation.getINeuron() |
static INeuron |
INeuron.readNeuron(DataInput in,
Neuron p) |
| Modifier and Type | Method and Description |
|---|---|
int |
INeuron.compareTo(INeuron n) |
static Activation |
Activation.get(Document doc,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Activation |
Activation.get(Document doc,
INeuron n,
NodeActivation.Key ak) |
static Stream<Activation> |
Activation.getActivationsByRange(INeuron.ThreadState th,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Stream<Activation> |
Activation.select(Document doc,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
static Stream<Activation> |
Activation.select(INeuron.ThreadState th,
INeuron n,
Integer rid,
Range r,
Range.Relation rr,
InterpretationNode o,
InterpretationNode.Relation or) |
| Constructor and Description |
|---|
Neuron(Model m,
INeuron n) |
| Modifier and Type | Method and Description |
|---|---|
void |
SupervisedTraining.train(INeuron n,
Activation targetAct,
double learnRate,
SynapseEvaluation se) |
Copyright © 2018. All rights reserved.