HydroClass Configuration File

A parameter line of the HydroClass configuration file has one of the following format:

dpolapp[.SubSpecifier].[ParameterGroup].ParameterItem = 1234
SubSpecifier
Parts are optional, typically referring to distinct classifier methods Preclassifier, MeteoClassifiers, PrecipClassifier, and CellClassifier.
ParameterGroup
Refers to (a vector of) parameter group, such as membership functions MBFinputs.
ParameterItem
Refers to (a vector or a matrix of) parameters.

Each ParameterGroup is typically preceded by comment lines, starting with a "#". The number of subsequent parameter lines and the dimensions of the parameter vectors and matricer reflect structure of the algorithm. The structure of the algorithm is briefly explained in the paragraph of comments at start of each classifier method, indicated by a comment line:

#==================================================