Using the GUI -> file menu



Loading data, models and labels

Data, class vectors and models can be loaded directly from the MATLAB workspace or from a MATLAB data file. In order to load data, select the file menu ("file->load data"). In order to load the class vector, select the file menu ("file->load class").
Models can be saved (see next paragraph) and loaded in the graphical interface: in order to load models select "file->load model". Loaded data and models can also be deleted. When loading data, classes and models, an automatic filter will display only the allowed MATLAB variables.
Sample and variable labels can be loaded from the "file" menu. If so, labels will be stored in the calculated models and will be visualised in the plots. Pay attention: if you wish to visualize labels, these have to be loaded before the model calculation.

[-> top]


Saving models and predictions

Classification models can be saved from the file menu. The models are saved as structures in the MATLAB workspace (for further information on the model structure look the help provided in each MATLAB m file). Predictions on new samples can be saved in a structure in the MATLAB workspace (for further information on the prediction structure look the help provided in each MATLAB m file).

[-> top]