clf_knn_fwd

PURPOSE ^

Apply a k-nearest neighbor classifier to X.

SYNOPSIS ^

function Y = clf_knn_fwd( net, X )

DESCRIPTION ^

 Apply a k-nearest neighbor classifier to X.

 INPUTS
   net     - trained model
   X       - nxp data array
 
 OUTPUTS
   Y       - nx1 vector of labels predicted according to the net

 DATESTAMP
   29-Sep-2005  2:00pm

 See also CLF_KNN, CLF_KNN_TRAIN

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 02-Oct-2005 19:35:28 by m2html © 2003