logistic_regression_free

Frees the memory associated with a logistic regression model structure.

Synopsis

#include <imsls.h>

void imsls_f_logistic_regression_free (Imsls_f_model *model)

The type double function is imsls_d_logistic_regression_free.

Required Arguments

Imsls_f_model *model (Input)
A logistic regression model structure.

Description

Function imsls_f_logistic_regression_free frees the memory associated with a logistic regression model structure.

Example

See imsls_f_logistic_regression, Example 2.