|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
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
|