The Complete SPRLIB & ANNLIB

knn_free

- freeing routine for the k-nearest neighbour classifier

SYNOPSIS

void knn_free ()

FUNCTION

Whenever the k-nearest neighbour classifier was used, the memory allocated by knn_init must be freed. This is done by calling knn_free.

NOTE

If this function is not called, the memory allocated by knn_init will not be freed.

SEE ALSO

knn_init

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998