Property | Type | Description | |
---|---|---|---|
Index | int | ||
Neurons | NeuralNetworks.Neuron[] | ||
NumNeurons | int |
Method | Description | |
---|---|---|
CalculateLayer ( ) : IEnumerable |
||
ConnectAllTo ( |
||
GetValues ( ) : IEnumerable |
||
Layer ( int index, int numNeurons, |
||
RaiseChanged ( ) : void | ||
SetValues ( IEnumerable |
Method | Description | |
---|---|---|
RaiseUpdated ( ) : void |
public ConnectAllTo ( |
||
nextlayer | ||
defaultWeight | double | |
return | void |
public Layer ( int index, int numNeurons, |
||
index | int | |
numNeurons | int | |
actTye | ||
initBias | IEnumerable |
|
return | System |
public SetValues ( IEnumerable |
||
Values | IEnumerable |
|
return | void |