|
Developer 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:
- IntT startFrom;
-
how many mixtures to start from
- IntT stopAt;
-
how many mixtures to stop at
- IntT cycles;
-
how many cycles of algorithm to use
- IntT trainSamples;
-
how many training samples to use (if 0 take all)
- IntT valSamples;
-
how many validation samples to use (if 0 use same as trainSamples)
- IntT locSamples;
-
how many times we place the window (if 0 use same as trainSamples)
- RealT plo;
-
low range of pemp
- RealT phi;
-
high range of pemp
- BooleanT full;
-
use full covariance matrix
- IntT ncall;
-
the number of calls to use for estimation of integral
- IntT itmx;
-
the number of iterations to use for esteimation of integral
- StringC emAlg;
-
which version of EM algorithm
- IntT ppcaDim;
-
how many dimensions to use in PPCA
- StringC valAlg;
-
which validation algorithm should we use
- StringC confAlg;
-
which confidence algorithm should we use
- StringC selAlg;
-
which Model Selection Algorithm you should use
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:49:27 2001
|