Inheritance diagram for SimpleCluster:


Constructors | |
| SimpleCluster (u_int numNeurons, const char *name="unnamed") | |
| SimpleCluster (PropertySettings &prop) | |
| virtual | ~SimpleCluster () |
Interface | |
| void | update () |
| void | randomize (Real, Real) |
| virtual SimpleCluster * | clone () const |
| Properties | ||||
| Name | Type [isVector] | Access mode | Description | Class |
|---|---|---|---|---|
| typename | string | read-only | Class's type | Propertized |
| name | string | read/write | name of the object | Updatable |
| accumulate | boolean | read/write | if inputs are accumulated | Cluster |
| inputs | RealVec | read/write | neuron's input | Cluster |
| outfunction | OutputFunction | read/write | neuron's output function | Cluster |
| outputs | RealVec | read/write | neuron's output | Cluster |
| size | unsigned int | read-only | number of neurons | Cluster |
| SimpleCluster | ( | u_int | numNeurons, | |
| const char * | name = "unnamed" | |||
| ) |
Construct a Cluster that contains numNeurons neuron
| SimpleCluster | ( | PropertySettings & | prop | ) |
Construct by a PropertySettings
| virtual ~SimpleCluster | ( | ) | [virtual] |
Destructor
| void update | ( | ) | [virtual] |
Update the outputs of neurons
Implements Updatable.
| virtual SimpleCluster* clone | ( | ) | const [virtual] |
Clone this SimpleCluster
Reimplemented from Cluster.