Uses of Class
network.aika.Document
-
-
Uses of Document in network.aika
Fields in network.aika declared as Document Modifier and Type Field Description Document[]Model. docsMethods in network.aika with parameters of type Document Modifier and Type Method Description voidModel. acquireThread(Document doc)intDocument. compareTo(Document doc)TProvider. get(Document doc)voidModel. releaseThread(Document doc) -
Uses of Document in network.aika.lattice
Fields in network.aika.lattice declared as Document Modifier and Type Field Description protected DocumentNodeActivation. docMethods in network.aika.lattice that return Document Modifier and Type Method Description DocumentNodeActivation. getDocument()Methods in network.aika.lattice with parameters of type Document Modifier and Type Method Description voidNode. clearActivations(Document doc)static booleanConverter. convert(int threadId, Document doc, INeuron neuron, Collection<Synapse> modifiedSynapses)RefValueInputNode. expand(int threadId, Document doc, Refinement ref)RefValueOrNode. expand(int threadId, Document doc, Refinement ref)Collection<A>Node. getActivations(Document doc)voidNode. postCreate(Document doc)voidNode. processChanges(Document doc)Process all added or removed activation for this logic node.voidAndNode. reprocessInputs(Document doc)voidInputNode. reprocessInputs(Document doc)abstract voidNode. reprocessInputs(Document doc)voidOrNode. reprocessInputs(Document doc)Constructors in network.aika.lattice with parameters of type Document Constructor Description NodeActivation(Document doc, T node)NodeQueue(Document doc) -
Uses of Document in network.aika.lattice.activation
Constructors in network.aika.lattice.activation with parameters of type Document Constructor Description AndActivation(Document doc, AndNode node)OrActivation(Document doc, OrNode node) -
Uses of Document in network.aika.neuron
Methods in network.aika.neuron with parameters of type Document Modifier and Type Method Description ActivationINeuron. addInput(Document doc, Activation.Builder input)Propagate an input activation into the network.ActivationNeuron. addInput(Document doc, int begin, int end)Propagate an input activation into the network.ActivationNeuron. addInput(Document doc, Activation.Builder inputAct)Propagate an input activation into the network.voidINeuron. clearActivations(Document doc)protected ActivationINeuron. createActivation(Document doc, Map<Integer,Position> slots)static SynapseSynapse. createOrReplace(Document doc, Integer synapseId, Neuron inputNeuron, Neuron outputNeuron, Synapse.SynapseFactory synapseFactory)ActivationNeuron. getActivation(Document doc, int begin, int end, boolean onlyFinal)Stream<Activation>INeuron. getActivations(Document doc)Stream<Activation>INeuron. getActivations(Document doc, boolean onlyFinal)Stream<Activation>INeuron. getActivations(Document doc, int slot, Position pos, boolean onlyFinal)Stream<Activation>INeuron. getActivations(Document doc, int fromSlot, Position fromPos, boolean fromInclusive, int toSlot, Position toPos, boolean toInclusive)Collection<Activation>INeuron. getActivations(Document doc, SortedMap<Integer,Position> slots)Stream<Activation>Neuron. getActivations(Document doc, boolean onlyFinal)getFinalActivationsis a convenience method to retrieve all activations of the given neuron that are part of the final interpretation.Stream<Activation>Neuron. getActivations(Document doc, int slot, Position pos, boolean onlyFinal)static NeuronNeuron. init(Document doc, Neuron n, double bias, Collection<Neuron.Builder> inputs)static NeuronNeuron. init(Document doc, Neuron n, double bias, Collection<Synapse.Builder> synapseBuilders, Collection<Relation.Builder> relationBuilders)Initializes a neuron with the given bias.static NeuronNeuron. init(Document doc, Neuron n, double bias, Neuron.Builder... inputs)Creates a neuron with the given bias.static NeuronNeuron. init(Document doc, Neuron n, Neuron.Builder... inputs)booleanINeuron. isEmpty(Document doc)intINeuron. size(Document doc)voidSynapse. update(Document doc, double weight, double limit)voidSynapse. updateDelta(Document doc, double weightDelta, double limitDelta) -
Uses of Document in network.aika.neuron.activation
Methods in network.aika.neuron.activation that return Document Modifier and Type Method Description DocumentActivation. getDocument()DocumentPosition. getDocument()Methods in network.aika.neuron.activation with parameters of type Document Modifier and Type Method Description Map<Integer,Position>Activation.Builder. getSlots(Document doc)Constructors in network.aika.neuron.activation with parameters of type Document Constructor Description Activation(Document doc, INeuron neuron, Map<Integer,Position> slots)Position(Document doc)Position(Document doc, Integer pos) -
Uses of Document in network.aika.neuron.activation.link
Constructors in network.aika.neuron.activation.link with parameters of type Document Constructor Description Linker(Document doc) -
Uses of Document in network.aika.neuron.activation.search
Methods in network.aika.neuron.activation.search with parameters of type Document Modifier and Type Method Description booleanBranch. prepareStep(Document doc, SearchNode c)static voidSearchNode. search(Document doc, SearchNode root, long v, Long timeoutInMilliSeconds)Searches for the best interpretation for the given document.voidSearchNode. updateActivations(Document doc)Constructors in network.aika.neuron.activation.search with parameters of type Document Constructor Description SearchNode(Document doc, Decision d, SearchNode p, int level)
-