Home > lib > knn_new.m

knn_new

PURPOSE ^

function out = knn_new(name)

SYNOPSIS ^

function out = knn_new(name)

DESCRIPTION ^

 function out = knn_new(name)

 Creates a new k- Nearest Neighbours (k-NN) Model

 Inputs:
   name: string containing a name for the model (optional)

 Outputs:
   out: the model

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 18-Feb-2010 12:47:47 by m2html © 2003