A C D E F G I M N S T 

A

AbstractCoder<T> - Class in nuroko.coders
 
AbstractCoder() - Constructor for class nuroko.coders.AbstractCoder
 

C

CharCoder - Class in nuroko.coders
 
CharCoder() - Constructor for class nuroko.coders.CharCoder
 
ChoiceCoder<T> - Class in nuroko.coders
 
ChoiceCoder(Collection<T>) - Constructor for class nuroko.coders.ChoiceCoder
 
ChoiceCoder(T...) - Constructor for class nuroko.coders.ChoiceCoder
 
clone() - Method in interface nuroko.core.IModule
Creates a clone of a module, including a deep copy of any mutable state.
clone() - Method in interface nuroko.core.IThinker
 
codeLength() - Method in class nuroko.coders.AbstractCoder
 
codeLength() - Method in class nuroko.coders.CharCoder
 
codeLength() - Method in class nuroko.coders.ChoiceCoder
 
codeLength() - Method in class nuroko.coders.FixedListCoder
 
codeLength() - Method in class nuroko.coders.FixedLongCoder
 
codeLength() - Method in class nuroko.coders.FixedStringCoder
 
codeLength() - Method in class nuroko.coders.IdentityCoder
 
codeLength() - Method in class nuroko.coders.MaybeCoder
 
codeLength() - Method in interface nuroko.core.IDecoder
 
codeLength() - Method in interface nuroko.core.IEncoder
Returns the length of output vector produced by this encoder
createOutputVector() - Method in class nuroko.coders.AbstractCoder
 
createOutputVector() - Method in class nuroko.coders.ChoiceCoder
 
createOutputVector() - Method in interface nuroko.core.IEncoder
 

D

decode(AVector, int) - Method in class nuroko.coders.AbstractCoder
 
decode(AVector) - Method in class nuroko.coders.AbstractCoder
 
decode(AVector, int) - Method in class nuroko.coders.CharCoder
 
decode(AVector, int) - Method in class nuroko.coders.ChoiceCoder
 
decode(AVector, int) - Method in class nuroko.coders.FixedListCoder
 
decode(AVector, int) - Method in class nuroko.coders.FixedLongCoder
 
decode(AVector, int) - Method in class nuroko.coders.FixedStringCoder
 
decode(AVector, int) - Method in class nuroko.coders.IdentityCoder
 
decode(AVector, int) - Method in class nuroko.coders.MaybeCoder
 
decode(AVector, int) - Method in interface nuroko.core.IDecoder
Decodes an object from the given vector
decodeChar(AVector, int) - Method in class nuroko.coders.CharCoder
 

E

encode(T, AVector, int) - Method in class nuroko.coders.AbstractCoder
 
encode(T) - Method in class nuroko.coders.AbstractCoder
 
encode(T, AVector) - Method in class nuroko.coders.AbstractCoder
 
encode(Character, AVector, int) - Method in class nuroko.coders.CharCoder
 
encode(char, AVector, int) - Method in class nuroko.coders.CharCoder
 
encode(T, AVector, int) - Method in class nuroko.coders.ChoiceCoder
 
encode(List<T>, AVector, int) - Method in class nuroko.coders.FixedListCoder
 
encode(Long, AVector, int) - Method in class nuroko.coders.FixedLongCoder
 
encode(String, AVector, int) - Method in class nuroko.coders.FixedStringCoder
 
encode(AVector, AVector, int) - Method in class nuroko.coders.IdentityCoder
 
encode(T, AVector, int) - Method in class nuroko.coders.MaybeCoder
 
encode(T, AVector, int) - Method in interface nuroko.core.IEncoder
Encodes an object into the given destination vector

F

FixedListCoder<T> - Class in nuroko.coders
 
FixedListCoder(int, ICoder<T>) - Constructor for class nuroko.coders.FixedListCoder
 
FixedLongCoder - Class in nuroko.coders
 
FixedLongCoder(int) - Constructor for class nuroko.coders.FixedLongCoder
 
FixedStringCoder - Class in nuroko.coders
Coder for fixed length strings.
FixedStringCoder(int) - Constructor for class nuroko.coders.FixedStringCoder
 

G

getChoiceList() - Method in class nuroko.coders.ChoiceCoder
 
getInputLength() - Method in interface nuroko.core.IInputOutput
 
getOutputLength() - Method in interface nuroko.core.IInputOutput
 

I

ICoder<T> - Interface in nuroko.core
Interface for an object that handles both encoding and decoding of values Coders must be stateless and/or immutable, as it is expected that they will be re-used by concurrent code.
IDecoder<T> - Interface in nuroko.core
Interface for a decoder that converts a vector of double values into an object of the appropriate type T.
IdentityCoder - Class in nuroko.coders
 
IdentityCoder(int) - Constructor for class nuroko.coders.IdentityCoder
 
IEncoder<T> - Interface in nuroko.core
Interface for an encoder that converts an object of type T into a vector of double values Instances should be stateless and/or immutable
IInputOutput - Interface in nuroko.core
Interface for a module that has fixed-size inut and output
IModule - Interface in nuroko.core
Interface for general purpose learning modules.
IThinker - Interface in nuroko.core
Interface for standard "Thinker" operations Conceptually, thinkers are modules that map from an input to an output.

M

MaybeCoder<T> - Class in nuroko.coders
 
MaybeCoder(ICoder<T>) - Constructor for class nuroko.coders.MaybeCoder
 

N

nuroko.coders - package nuroko.coders
 
nuroko.core - package nuroko.core
 
NurokoException - Exception in nuroko.core
 
NurokoException(String) - Constructor for exception nuroko.core.NurokoException
 
NurokoException(Throwable) - Constructor for exception nuroko.core.NurokoException
 

S

size - Variable in class nuroko.coders.IdentityCoder
 

T

think(AVector, AVector) - Method in interface nuroko.core.IThinker
 
A C D E F G I M N S T 

Copyright © 2013. All Rights Reserved.