Main Page   Compound List   File List   Compound Members  

ActivationFunctions Class Reference

#include <ActivationFunction.h>

List of all members.

Static Public Member Functions

const ActivationFunctionresolveByName (const char *name)

Static Public Attributes

const ActivationFunction fact_tanh
const ActivationFunction fact_log
const ActivationFunction fact_linear
const ActivationFunction fact_binary


Detailed Description

List of activation functions that are available to the perceptron network.


Member Function Documentation

const ActivationFunction * ActivationFunctions::resolveByName const char *    name [static]
 

Resolve an activation function by symbolic name.

Parameters:
name The function name, as given in the function structure.
Returns:
NULL on failure, pointer to structure on success.


Member Data Documentation

const ActivationFunction ActivationFunctions::fact_binary [static]
 

Initial value:

 {
        "binary",
        fact_binary_normal,
        fact_binary_derivate,
}

const ActivationFunction ActivationFunctions::fact_linear [static]
 

Initial value:

 {
        "linear",
        fact_linear_normal,
        fact_linear_derivate,
}

const ActivationFunction ActivationFunctions::fact_log [static]
 

Initial value:

 {
        "log",
        fact_log_normal,
        fact_log_derivate,
}

const ActivationFunction ActivationFunctions::fact_tanh [static]
 

Initial value:

 {
        "tanh",
        fact_tanh_normal,
        fact_tanh_derivate,
}


The documentation for this class was generated from the following files:
Generated on Sun Mar 2 21:35:50 2003 for libperceptronnetwork by doxygen1.3-rc3