Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Pattern Recognition - Functions - DesignFunctionSupervisedBodyC
 

  PUBLIC
DesignFunctionSupervisedBodyC::DesignFunctionSupervisedBodyC(void)
DesignFunctionSupervisedBodyC::DesignFunctionSupervisedBodyC(istream &)
DesignFunctionSupervisedBodyC::DesignFunctionSupervisedBodyC(BinIStreamC &)
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)

   DesignFunctionSupervisedBodyC   
 
Supervised function designer.
 
include "Ravl/PatternRec/DesignFunctionSupervised.hh"
Source file:Ravl/PatternRec/DataSet/DesignFunctionSupervised.hh
User Level:Develop
Library:RavlPatternRec
In Scope:RavlN

Parent Classes: Derived Classes: Methods:
DesignFunctionSupervisedBodyC()
Default constructor.

DesignFunctionSupervisedBodyC(istream & strm)
Load from stream.

DesignFunctionSupervisedBodyC(BinIStreamC & strm)
Load from binary stream.

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:30 2002