User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
RbfOptionC::RbfOptionC(void)
RbfOptionC::RbfOptionC(const RbfOptionC &)
RbfOptionC::RbfOptionC(istream &)
RbfOptionC::StartFrom(void) const
RbfOptionC::StartFrom(IntT)
RbfOptionC::StopAt(void) const
RbfOptionC::StopAt(IntT)
RbfOptionC::Cycles(void) const
RbfOptionC::Cycles(IntT)
RbfOptionC::TrainSamples(void) const
RbfOptionC::TrainSamples(IntT)
RbfOptionC::ValSamples(void) const
RbfOptionC::ValSamples(IntT)
RbfOptionC::LocSamples(void) const
RbfOptionC::LocSamples(IntT)
RbfOptionC::ProbLo(void) const
RbfOptionC::ProbLo(RealT)
RbfOptionC::ProbHi(void) const
RbfOptionC::ProbHi(RealT)
RbfOptionC::Full(void) const
RbfOptionC::Full(BooleanT)
RbfOptionC::NCall(void) const
RbfOptionC::NCall(IntT)
RbfOptionC::Itmx(void) const
RbfOptionC::Itmx(IntT)
RbfOptionC::EmAlgorithm(void) const
RbfOptionC::EmAlgorithm(StringC &)
RbfOptionC::PpcaDim(void) const
RbfOptionC::PpcaDim(IntT)
RbfOptionC::ValAlgorithm(void) const
RbfOptionC::ValAlgorithm(StringC &)
RbfOptionC::ConfAlgorithm(void) const
RbfOptionC::ConfAlgorithm(StringC &)
RbfOptionC::ModelSelAlgorithm(void) const
RbfOptionC::ModelSelAlgorithm(StringC &)
RbfOptionC::operator<<(ostream &,const RbfOptionC &)
RbfOptionC::operator>>(istream &,RbfOptionC &)
RbfOptionC
 
Put a brief description of your class
 
include "amma/Num/RbfOption.hh"
User Level:Default
Library:NumRBF
Example:doRbfSelect.cc
Section:default.Kieron J Messer
In Scope:std

Comments:
Put a more detailed description of your class here. You use embedded html to make it clearer in the html documentation

Variables:
Methods:
RbfOptionC()
Default constructor

RbfOptionC(const RbfOptionC & rbfOpt)
Copy constructor

RbfOptionC(istream & in)
Stream constructor

IntT StartFrom() const
Look at value

void StartFrom(IntT st)
Set value

IntT StopAt() const
Look at value

void StopAt(IntT st)
Set value

IntT Cycles() const
Look at value

void Cycles(IntT st)
Set value

IntT TrainSamples() const
Look at value

void TrainSamples(IntT st)
Set value

IntT ValSamples() const
Look at value

void ValSamples(IntT st)
Set value

IntT LocSamples() const
Look at value

void LocSamples(IntT st)
Set value

RealT ProbLo() const
Look at value

void ProbLo(RealT st)
Set value

RealT ProbHi() const
Look at value

void ProbHi(RealT st)
Set value

BooleanT Full() const
Look at value

void Full(BooleanT f)
Set value

IntT NCall() const
Look at value

void NCall(IntT st)
Set value

IntT Itmx() const
Look at value

void Itmx(IntT st)
Set value

StringC EmAlgorithm() const
Look at value

void EmAlgorithm(StringC & st)
Set value

IntT PpcaDim() const
Look at value

void PpcaDim(IntT st)
Set value

StringC ValAlgorithm() const
Look at value

void ValAlgorithm(StringC & st)
Set value

StringC ConfAlgorithm() const
Look at value

void ConfAlgorithm(StringC & st)
Set value

StringC ModelSelAlgorithm() const
Look at value

void ModelSelAlgorithm(StringC & st)
Set value

ostream & operator<<(ostream & s,const RbfOptionC & out)
Output stream operator

istream & operator>>(istream & s,RbfOptionC & in)
Input stream operator


Programmer:Kieron J Messer, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001