Home > lib > cla_estimate.m

cla_estimate

PURPOSE ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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

 Outputs:
   model: the model itself
   est: estimation structure
 Matlab's classify() does everything at once, training and testing. This will obviously compromise time measures.

CROSS-REFERENCE INFORMATION ^

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