Home > lib > knn_estimate.m

knn_estimate

PURPOSE ^

function [model, est] = knn_estimate(model, data)

SYNOPSIS ^

function [model, est] = knn_estimate(model, data)

DESCRIPTION ^

 function [model, est] = knn_estimate(model, data)

 Outputs:
   model: the model itself
   est: estimation structure

CROSS-REFERENCE INFORMATION ^

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