Home > @RealAdaBooster > getWeights.m

getWeights

PURPOSE ^

GETWEIGHTS Returns Current instance weights

SYNOPSIS ^

function [ wts ] = getWeights( cl )

DESCRIPTION ^

GETWEIGHTS Returns Current instance weights

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [ wts ] = getWeights( cl )
0002 %GETWEIGHTS Returns Current instance weights
0003 
0004     wts = cl.lastExWeights;
0005 
0006 end
0007

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