Inheritance diagram for FakeCluster:


Constructors | |
| FakeCluster (u_int size, const char *name="unnamed") | |
| FakeCluster (PropertySettings &) | |
| virtual | ~FakeCluster () |
Interface | |
| void | update () |
| void | randomize (Real min, Real max) |
| virtual FakeCluster * | 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 | ignored | Cluster |
| outputs | RealVec | read/write | neuron's output (same of inputs) | Cluster |
| size | unsigned int | read-only | number of neurons | Cluster |
| FakeCluster | ( | u_int | size, | |
| const char * | name = "unnamed" | |||
| ) |
Construct a FakeCluster
| FakeCluster | ( | PropertySettings & | ) |
Construct by PropertySettings
| virtual ~FakeCluster | ( | ) | [virtual] |
Destructor
| void update | ( | ) | [virtual] |
Update ;-) It's do nothing !!
Implements Updatable.
| virtual FakeCluster* clone | ( | ) | const [virtual] |
Clone this FakeCluster
Reimplemented from Cluster.