svm_classifier_free

Frees memory allocated to an Imsls_f_svm_model data structure.

Synopsis

#include <imsls.h>

void imsls_f_svm_classifier_free ( Imsls_f_svm_model *svm_classifier)

The type double function is imsls_d_svm_classifier_free.

Required Arguments

Imsls_f_svm_model *svm_classifier (Input)
Pointer to a structure of the type Imsls_f_svm_model from imsls_f_support_vector_trainer.

Description

An Imsls_f_svm_model data structure is created by imsls_f_support_vector_trainer. Function imsls_f_svm_classifier_free is used to free the memory allocated to this structure when the structure is no longer needed.