| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(self_organizing_map), | public, | save | :: | my_som | |||
| type(kohonen_layer_parameters), | public, | dimension(1) | :: | som_parameters | |||
| type(kohonen_pattern), | public, | allocatable | :: | input_patterns(:) | |||
| integer, | public, | allocatable | :: | map_output(:,:) | |||
| character(len=NUMCHAR), | public | :: | parfl | ||||
| character(len=NUMCHAR), | public | :: | som_parameter_file | ||||
| character(len=NUMCHAR), | public | :: | prototype_file | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*) | :: | par_file |