static InputNode |
InputNode.add(Document doc,
Synapse.Key key,
Neuron input) |
void |
AndNode.addActivation(Document doc,
Activation.Key ak,
Collection<Activation> directInputActs) |
void |
InputNode.addActivation(Document doc,
Activation inputAct) |
void |
OrNode.addActivation(Document doc,
Integer ridOffset,
Activation inputAct) |
static void |
Node.addActivationAndPropagate(Document doc,
Activation.Key ak,
Collection<Activation> inputActs) |
Activation |
Node.addActivationInternal(Document doc,
Activation.Key ak,
Collection<Activation> inputActs,
boolean isTrainingAct) |
static void |
Node.addConflict(Document doc,
InterprNode io,
InterprNode o,
Activation act,
Collection<Activation> inputActs,
long v) |
void |
OrNode.addInput(Document doc,
Integer ridOffset,
Node in) |
static void |
AndNode.addNextLevelActivation(Document doc,
Activation act,
Activation secondAct,
AndNode nlp,
InterprNode conflict) |
void |
Node.addOrChild(Document doc,
OrNode.OrEntry oe) |
static boolean |
Node.adjust(Document doc,
Neuron neuron,
int dir) |
void |
OrNode.apply(Document doc,
Activation act,
InterprNode conflict) |
abstract void |
Node.apply(Document doc,
Activation act,
InterprNode conflict) |
void |
InputNode.apply(Document doc,
Activation act,
InterprNode removedConflict) |
void |
AndNode.apply(Document doc,
Activation act,
InterprNode removedConflict) |
protected void |
OrNode.changeNumberOfNeuronRefs(Document doc,
long v,
int d) |
protected abstract void |
Node.changeNumberOfNeuronRefs(Document doc,
long v,
int d) |
protected void |
InputNode.changeNumberOfNeuronRefs(Document doc,
long v,
int d) |
protected void |
AndNode.changeNumberOfNeuronRefs(Document doc,
long v,
int d) |
void |
OrNode.cleanup(Document doc) |
abstract void |
Node.cleanup(Document doc) |
void |
InputNode.cleanup(Document doc) |
void |
AndNode.cleanup(Document doc) |
void |
Node.clearActivations(Document doc) |
boolean |
Node.computeAndParents(Document doc,
Integer offset,
SortedSet<AndNode.Refinement> inputs,
Map<AndNode.Refinement,Node> parents,
boolean discoverPatterns,
long v) |
static SortedMap<AndNode.Refinement,Node> |
AndNode.computeNextLevelParents(Document doc,
Node pa,
AndNode.Refinement ref,
boolean discoverPatterns) |
static void |
Node.computeRefinements(Document doc,
TreeSet<Node.RSKey> queue,
Neuron n,
Node.RSKey rsk,
long v,
List<Node.RSKey> outputs,
List<Node.RSKey> cleanup) |
void |
Node.count(Document doc) |
static AndNode |
AndNode.createNextLevelNode(Document doc,
Node n,
AndNode.Refinement ref,
boolean discoverPatterns) |
void |
OrNode.deleteActivation(Document doc,
Activation act) |
abstract void |
Node.deleteActivation(Document doc,
Activation act) |
void |
InputNode.deleteActivation(Document doc,
Activation act) |
void |
AndNode.deleteActivation(Document doc,
Activation act) |
void |
OrNode.discover(Document doc,
Activation act) |
abstract void |
Node.discover(Document doc,
Activation act) |
void |
InputNode.discover(Document doc,
Activation act) |
void |
AndNode.discover(Document doc,
Activation act) |
Collection<Activation> |
Node.getActivations(Document doc) |
Activation |
Node.getFirstActivation(Document doc) |
Node.ThreadState |
Node.getThreadState(Document doc,
boolean create) |
void |
OrNode.initActivation(Document doc,
Activation act) |
abstract void |
Node.initActivation(Document doc,
Activation act) |
void |
InputNode.initActivation(Document doc,
Activation act) |
void |
AndNode.initActivation(Document doc,
Activation act) |
boolean |
OrNode.isAllowedOption(Document doc,
InterprNode n,
Activation act,
long v) |
abstract boolean |
Node.isAllowedOption(Document doc,
InterprNode n,
Activation act,
long v) |
boolean |
InputNode.isAllowedOption(Document doc,
InterprNode n,
Activation act,
long v) |
boolean |
AndNode.isAllowedOption(Document doc,
InterprNode n,
Activation act,
long v) |
boolean |
Node.isCovered(Document doc,
Integer offset,
long v) |
boolean |
AndNode.isCovered(Document doc,
Integer offset,
long v) |
InterprNode |
OrNode.lookupOrOption(Document doc,
Range r,
boolean create) |
protected void |
Node.postProcessRemovedActivation(Document doc,
Activation act,
Collection<Activation> inputActs) |
protected void |
InputNode.postProcessRemovedActivation(Document doc,
Activation act,
Collection<Activation> inputActs) |
protected void |
Node.prepareResultsForPredefinedNodes(Document doc,
TreeSet<Node.RSKey> queue,
long v,
List<Node.RSKey> outputs,
List<Node.RSKey> cleanup,
Neuron n,
Synapse s,
Integer offset) |
protected Range |
Node.preProcessAddedActivation(Document doc,
Activation.Key ak,
Collection<Activation> inputActs) |
protected Range |
InputNode.preProcessAddedActivation(Document doc,
Activation.Key ak,
Collection<Activation> inputActs) |
protected Range |
AndNode.preProcessAddedActivation(Document doc,
Activation.Key ak,
Collection<Activation> inputActs) |
void |
Node.processAddedActivation(Document doc,
Activation.Key ak,
Collection<Activation> inputActs) |
static void |
OrNode.processCandidate(Document doc,
Node parentNode,
Activation inputAct,
boolean train) |
void |
Node.processChanges(Document doc) |
void |
Node.processRemovedActivation(Document doc,
Activation act,
Collection<Activation> inputActs) |
void |
OrNode.propagateAddedActivation(Document doc,
Activation act,
InterprNode removedConflict) |
abstract void |
Node.propagateAddedActivation(Document doc,
Activation act,
InterprNode conflict) |
void |
InputNode.propagateAddedActivation(Document doc,
Activation act,
InterprNode removedConflict) |
void |
AndNode.propagateAddedActivation(Document doc,
Activation act,
InterprNode removedConflict) |
void |
OrNode.propagateRemovedActivation(Document doc,
Activation act) |
abstract void |
Node.propagateRemovedActivation(Document doc,
Activation act) |
void |
InputNode.propagateRemovedActivation(Document doc,
Activation act) |
void |
AndNode.propagateRemovedActivation(Document doc,
Activation act) |
static OrNode.OrEntry |
OrNode.OrEntry.read(DataInput in,
Document doc) |
static Node |
Node.read(DataInput in,
Document doc) |
static AndNode.Refinement |
AndNode.Refinement.read(DataInput in,
Document doc) |
void |
OrNode.readFields(DataInput in,
Document doc) |
void |
OrNode.OrEntry.readFields(DataInput in,
Document doc) |
void |
Node.readFields(DataInput in,
Document doc) |
void |
InputNode.readFields(DataInput in,
Document doc) |
void |
AndNode.readFields(DataInput in,
Document doc) |
void |
AndNode.Refinement.readFields(DataInput in,
Document doc) |
void |
OrNode.remove(Document doc) |
void |
Node.remove(Document doc) |
void |
InputNode.remove(Document doc) |
void |
AndNode.remove(Document doc) |
void |
InputNode.removeActivation(Document doc,
Activation inputAct) |
protected static void |
AndNode.removeActivation(Document doc,
Activation iAct) |
void |
OrNode.removeActivation(Document doc,
Integer ridOffset,
Activation inputAct) |
static void |
Node.removeActivationAndPropagate(Document doc,
Activation act,
Collection<Activation> inputActs) |
boolean |
Node.removeActivationInternal(Document doc,
Activation act,
Collection<Activation> inputActs) |
void |
OrNode.removeAllInputs(Document doc) |
static void |
Node.removeConflict(Document doc,
InterprNode io,
InterprNode o,
Activation act,
Activation nAct,
long v) |
void |
Node.removeFromNextLevel(Document doc,
Activation iAct) |
void |
OrNode.removeInput(Document doc,
Integer ridOffset,
Node in) |
void |
Node.removeOrChild(Document doc,
OrNode.OrEntry oe) |
void |
InputNode.setSynapse(Document doc,
InputNode.SynapseKey sk,
Synapse s) |
void |
AndNode.updateWeight(Document doc,
long v) |