Abstract Interfaces

Abstract InterfaceLocationDescription
distance_function1 distance_base_utilities

Template for the calculate function Import section

kohonen_map_constructor kohonen_map_base_utilities

Template function for the constructor of a kohonen map Import section

kohonen_map_destructor kohonen_map_base_utilities

Template function for the destructor of a kohonen map Import section

kohonen_map_function1 kohonen_map_base_utilities

Template function for the training function of a kohonen map import section

kohonen_map_function2 kohonen_map_base_utilities

Template function for the prediction function of a kohonen map import section

learning_rate_calculate learning_rate_function_base_utilities

Template for a function that calculates the learning rate Import section

learning_rate_set_parameters learning_rate_function_base_utilities

Template for a function to define the parameters of the learning rate function

neighborhood_function_calculate neighborhood_function_base_utilities

Subroutine template to calculate function Import section

random_generator_constructor random_generator_base_utilities

Template of the constructor of the classes derived from the random_generator class. random_generator_base

random_generator_destructor random_generator_base_utilities

Template of the destructor of the classes derived from the random_generator class. random_generator_base

random_generator_generate random_generator_base_utilities

Template of the function used to generate realizations of the random numbers in the classes derived from the random_generator class. random_generator_base

sort_procedure sort_base_utilities

Subroutine to sort an array import sort_base