svmClassifierFree

Frees memory allocated to an Imsls_d_svm_model data structure.

Synopsis

svmClassifierFree ( svmClassifier)

Required Arguments

Imsls_d_svm_model svmClassifier (Input)
A structure of the type Imsls_d_svm_model from supportVectorTrainer.

Description

An Imsls_d_svm_model data structure is created by supportVectorTrainer. Function svmClassifierFree is used to free the memory allocated to this structure when the structure is no longer needed.