User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Pattern Recognition - Numerical Modeling - DesignFuncLSQBodyC
 

  PUBLIC
DesignFuncLSQBodyC::DesignFuncLSQBodyC(void)
DesignFuncLSQBodyC::DesignFuncLSQBodyC(istream &)
DesignFuncLSQBodyC::DesignFuncLSQBodyC(BinIStreamC &)
DesignFuncLSQBodyC::Save(ostream &) const
DesignFuncLSQBodyC::Save(BinOStreamC &) const
DesignFuncLSQBodyC::DesignFuncLSQBodyC(UIntT,bool)
DesignFuncLSQBodyC::CreateFunc(UIntT,UIntT)
DesignFuncLSQBodyC::Apply(const SampleC &,const SampleC &)
DesignFuncLSQBodyC::Apply(const SampleC &,const SampleC &,const SampleC &)
DesignFuncLSQBodyC::FindCorelatedParameters(const MatrixRUTC &,RealT)
DesignFunctionSupervisedBodyC::Save(ostream &) const
DesignFunctionSupervisedBodyC::Save(BinOStreamC &) const
DesignFunctionSupervisedBodyC::Apply(const SampleC &,const SampleC &)
DesignFunctionSupervisedBodyC::Apply(const SampleC &,const SampleC &,const SampleC &)
DesignerBodyC::Save(ostream &) const
DesignerBodyC::Save(BinOStreamC &) const
DesignerBodyC::Paramiters(void)
DesignerBodyC::Paramiters(const VectorC &)
RCBodyVC::Save(ostream &) const
RCBodyVC::Save(BinOStreamC &) const
RCBodyVC::Copy(void) const
RCBodyVC::DeepCopy(UIntT) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   DesignFuncLSQBodyC   
 
Design function with Least Squares Fitting.
 
include "Ravl/PatternRec/DesignFuncLSQ.hh"
User Level:Develop
Library:RavlPatternRec
In Scope:RavlN

Parent Classes: Variables:
Methods:
DesignFuncLSQBodyC()
Default constructor.

DesignFuncLSQBodyC(istream & strm)
Load from stream.

DesignFuncLSQBodyC(BinIStreamC & strm)
Load from binary stream.

bool Save(ostream & out) const
Writes object to stream, can be loaded using constructor

bool Save(BinOStreamC & out) const
Writes object to stream, can be loaded using constructor

DesignFuncLSQBodyC(UIntT norder,bool northogonal)
Create least squares designer.

FuncLinearCoeffC CreateFunc(UIntT nin,UIntT nout)
Create new function.

FunctionC Apply(const SampleC<VectorC> & in,const SampleC<VectorC> & out)
Create function from the given data.

FunctionC Apply(const SampleC<VectorC> & in,const SampleC<VectorC> & out,const SampleC<RealT> & weight)
Create function from the given data, and sample weights.

SArray1dC<IntT> FindCorelatedParameters(const MatrixRUTC & mat,RealT thresh = 1 e - 6)
Find correlated paramiters.
The array contains -1 if the paramiter is independant or the number of the paramiter it corelates with.

#include "Ravl/PatternRec/DesignFunctionSupervised.hh"
bool Save(ostream & out) const
Writes object to stream.

bool Save(BinOStreamC & out) const
Writes object to binary stream.

FunctionC Apply(const SampleC<VectorC> & in,const SampleC<VectorC> & out)
Create function from the given data.

FunctionC Apply(const SampleC<VectorC> & in,const SampleC<VectorC> & out,const SampleC<RealT> & weight)
Create function from the given data, and sample weights.

#include "Ravl/PatternRec/Designer.hh"
bool Save(ostream & out) const
Writes object to stream.

bool Save(BinOStreamC & out) const
Writes object to binary stream.

VectorC Paramiters()
Get the current paramiters.

VectorC Paramiters(const VectorC & params)
Set the current paramiters.
Returns the current paramiters, which may not be exactly those set in 'params', but will be the closest legal values.

#include "Ravl/RCHandleV.hh"
bool Save(ostream & out) const
Save to stream 'out'.

bool Save(BinOStreamC & out) const
Save to binary stream 'out'.

RCBodyVC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002