Home > @Regressor > regress.m

regress

PURPOSE ^

REGRESS Summary of this function goes here

SYNOPSIS ^

function [ outs ] = regress( rg, data )

DESCRIPTION ^

REGRESS Summary of this function goes here
   Inputs 
         reg: a trained regressor
         data: input data

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [ outs ] = regress( rg, data )
0002 %REGRESS Summary of this function goes here
0003 %   Inputs
0004 %         reg: a trained regressor
0005 %         data: input data
0006 
0007     error(' regress method must be implemented by sub classes ' );
0008 end
0009

Generated on Sun 29-Sep-2013 01:25:24 by m2html © 2005