#include <generalized_training_weight.hpp>
Inheritance diagram for neural_net::Basic_generalized_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. |
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|||||
|
|
|
|||||
|
|||||
|
|
1.4.6