Inheritance diagram for NormLinker:


Constructors | |
| NormLinker (Cluster *from, Cluster *to, const char *name="unnamed") | |
| NormLinker (PropertySettings &prop) | |
| virtual | ~NormLinker () |
Interface | |
| void | update () |
| virtual NormLinker * | 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 |
| from | Cluster | read-only | incoming Cluster | Linker |
| to | Cluster | read-only | outgoing Cluster | Linker |
| weights | RealMat | read/write | connections' weights | MatrixLinker |
| NormLinker | ( | Cluster * | from, | |
| Cluster * | to, | |||
| const char * | name = "unnamed" | |||
| ) |
Connect clusters with a complete connections
| NormLinker | ( | PropertySettings & | prop | ) |
Construct by PropertySettings
| virtual ~NormLinker | ( | ) | [virtual] |
Destructor
| void update | ( | ) | [virtual] |
Performs the euclidean norm calculation
Implements Updatable.
| virtual NormLinker* clone | ( | ) | const [virtual] |
Clone this NormLinker
Reimplemented from Linker.