Serialized Form
|
Package net.openai.ai.nn.network |
biasValue
double biasValue
fromNeuron
Neuron fromNeuron
toNeuron
Neuron toNeuron
weight
Weight weight
neurons
java.util.Vector neurons
learningRule
LearningRule learningRule
transferFunction
TransferFunction transferFunction
inputFunction
InputFunction inputFunction
name
java.lang.String name
layerType
int layerType
layers
java.util.Vector layers
learningOrder
java.util.Vector learningOrder
architecture
Architecture architecture
errorType
ErrorType errorType
trainingSet
TrainingSet trainingSet
trainingElement
TrainingElement trainingElement
learning
boolean learning
connected
boolean connected
useBias
boolean useBias
error
double error
errorCriterion
double errorCriterion
connections
java.util.Vector connections
connectionsTo
java.util.Vector connectionsTo
connectionsFrom
java.util.Vector connectionsFrom
input
double input
output
double output
error
double error
errorSet
boolean errorSet
value
double value
lastDelta
double lastDelta