Biased Cluster
[Cluster functions]

Collaboration diagram for Biased Cluster:


Functions

C_NNFW_API NnfwCluster * NnfwClusterCreateBiased (unsigned int numNeurons)
C_NNFW_API void NnfwBiasedClusterSetBiases (NnfwCluster *, Real *outs)
C_NNFW_API void NnfwBiasedClusterSetBias (NnfwCluster *, unsigned int neuron, Real value)
C_NNFW_API RealNnfwBiasedClusterBiases (NnfwCluster *)
C_NNFW_API Real NnfwBiasedClusterBias (NnfwCluster *, unsigned int neuron)

Function Documentation

C_NNFW_API Real NnfwBiasedClusterBias ( NnfwCluster *  ,
unsigned int  neuron 
)

Return the bias of neuron

C_NNFW_API Real* NnfwBiasedClusterBiases ( NnfwCluster *   ) 

Return the biases

C_NNFW_API void NnfwBiasedClusterSetBias ( NnfwCluster *  ,
unsigned int  neuron,
Real  value 
)

Set the bias of neuron

C_NNFW_API void NnfwBiasedClusterSetBiases ( NnfwCluster *  ,
Real outs 
)

Set the biases of neurons

C_NNFW_API NnfwCluster* NnfwClusterCreateBiased ( unsigned int  numNeurons  ) 

Create a Biased Cluster

BerliOS Developer Logo Valid XHTML 1.0 Transitional Valid CSS!