Home > @Regressor > getWeights.m

getWeights

PURPOSE ^

function [ weights ] = getWeights( rg )

SYNOPSIS ^

function [ weights ] = getWeights( rg )

DESCRIPTION ^

function [ weights ] = getWeights( rg )

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [ weights ] = getWeights( rg )
0002 %function [ weights ] = getWeights( rg )
0003 
0004     error(' getWeights method shoud be implemented by sub classes');
0005 
0006 end

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