#include <generalized_training_weight.hpp>
Inheritance diagram for neural_net::Classic_training_weight< Value_type, Iteration_type, Network_function_type, Space_function_type, Network_topology, Space_topology, Index_type >:


| Value_type | is a type of values. | |
| Iteration_type | is a type of interation counter. | |
| Network_function_type | is a type of function that will return proper value based on network topology. | |
| Space_funtion_type | is a type of function that will return proper value based on space topology. | |
| Network_topology | is a type of function that computes distances between neurons based on network topology. | |
| Space_topology | is a type of function that computes distance between value and weight in proper topology. | |
| Index_type | is a type of index in the neural network container.
|
|
||||||||||||||||||||||||
|
Constructor.
|
|
||||||||||||||
|
Copy constructor |
|
||||||||||||||||||||||||||||||||||||
|
Function computes generalized weight for training proces. This weight is not the same as weights in neural network.
|
|
|||||
|
Functor computes weight based on the result from network topology. |
|
|||||
|
Functor computes generalized distance in network. Reimplemented from neural_net::Basic_generalized_training_weight< Value_type, Iteration_type, Network_function_type, Space_function_type, Network_topology, Space_topology, Index_type >. |
|
|||||
|
Functor computes weight based on the result from space topology. |
|
|||||
|
Functor computes generalized distance in data space. Reimplemented from neural_net::Basic_generalized_training_weight< Value_type, Iteration_type, Network_function_type, Space_function_type, Network_topology, Space_topology, Index_type >. |
1.4.6