|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Put a more detailed description of your class handle here.
You use embedded html to make it clearer in the html documentation
Parent Classes:
Methods:
- QueryOptionC()
-
Constructor
| ind | Index of types of intererest. |
This creates an invalid handle.
userArg should be changed to the real arguments.
- QueryOptionC(istream & in)
-
Stream constructor
| ind | Index of types of intererest. |
This creates a new instance of the class from an input stream.
- QueryOptionC(QueryOptionBodyC & bod)
-
Body Constructor
| ind | Index of types of intererest. |
This creates a new handle to a body class, it can be usefull if
you wish to return handles to the class from within a body function.
- QueryOptionBodyC & Body()
-
Access body.
| ind | Index of types of intererest. |
This isn't really needed, they're just to ensure
all derived classes work properly.
- const QueryOptionBodyC & Body() const
-
Constant access body.
| ind | Index of types of intererest. |
This isn't really needed, they're just to ensure
all derived classes work properly.
- FilenameC QueryList() const
-
| ind | Index of types of intererest. |
- void QueryList(const FilenameC & ql)
-
| ind | Index of types of intererest. |
- FilenameC ImageList() const
-
| ind | Index of types of intererest. |
- void ImageList(const FilenameC & il)
-
| ind | Index of types of intererest. |
- FilenameC WorldDataSet() const
-
| ind | Index of types of intererest. |
- void WorldDataSet(const FilenameC & wd)
-
| ind | Index of types of intererest. |
- FilenameC FeatureList() const
-
| ind | Index of types of intererest. |
- void FeatureList(const FilenameC & fl)
-
| ind | Index of types of intererest. |
- FilenameC IndexDir() const
-
| ind | Index of types of intererest. |
- void IndexDir(const FilenameC & id)
-
Added By Lee Gregory
| ind | Index of types of intererest. |
- FilenameC TrainList() const
-
| ind | Index of types of intererest. |
- void TrainList(const FilenameC & tl)
-
| ind | Index of types of intererest. |
- IntT ExtraTrainSamps() const
-
| ind | Index of types of intererest. |
- void ExtraTrainSamps(IntT t)
-
| ind | Index of types of intererest. |
----------------------------------------------------------------
- StringC TrainingAlgorithm() const
-
| ind | Index of types of intererest. |
- void TrainingAlgorithm(const StringC & alg)
-
| ind | Index of types of intererest. |
- StringC ScoringFunction() const
-
| ind | Index of types of intererest. |
- void ScoringFunction(const StringC sf)
-
| ind | Index of types of intererest. |
- FilenameC File() const
-
| ind | Index of types of intererest. |
- void File(const FilenameC & fn)
-
| ind | Index of types of intererest. |
- RealT Threshold() const
-
| ind | Index of types of intererest. |
- void Threshold(RealT t)
-
| ind | Index of types of intererest. |
- IntT HiddenUnits() const
-
| ind | Index of types of intererest. |
- void HiddenUnits(IntT h)
-
| ind | Index of types of intererest. |
- IntT Cycles() const
-
| ind | Index of types of intererest. |
- void Cycles(IntT c)
-
| ind | Index of types of intererest. |
- IntT TrainingSamples() const
-
| ind | Index of types of intererest. |
- void TrainingSamples(IntT ts)
-
| ind | Index of types of intererest. |
- RealT LearningRate() const
-
| ind | Index of types of intererest. |
- void LearningRate(RealT lr)
-
| ind | Index of types of intererest. |
- RealT Momentum() const
-
| ind | Index of types of intererest. |
- void Momentum(RealT m)
-
| ind | Index of types of intererest. |
- BooleanT Verbose() const
-
| ind | Index of types of intererest. |
- void Verbose(BooleanT v)
-
Friends -------
| ind | Index of types of intererest. |
- ostream & operator<<(ostream & s,const QueryOptionC & out)
-
output stream operator
| ind | Index of types of intererest. |
- istream & operator>>(istream & s,QueryOptionC & in)
-
input stream operator
| ind | Index of types of intererest. |
- RCAbstractC Abstract()
-
Create an abstract handle to this object.
- BooleanT IsHandleType(const DT &) const
-
Is handle of given type ?
- void CheckHandleType(const DT & dummy) const
-
Check handle type. Throw an expception if not.
- BooleanT Save(ostream & out) const
-
Save to ostream.
- RCHandleAC<QueryOptionBodyC> Copy() const
-
Creat a deep copy of this object.
protected:
- BooleanT IsValid() const
-
Check its a valid handle.
- BooleanT IsValidObject() const
-
Check its a valid handle, and that the object is pointed to is also valid.
- RCHandleC<QueryOptionBodyC> & operator=(const RCHandleC<QueryOptionBodyC> & oth)
-
Assignment.
- BooleanT operator==(const RCHandleC<QueryOptionBodyC> & oth) const
-
Comparison operator.
- BooleanT operator!=(const RCHandleC<QueryOptionBodyC> & oth) const
-
Comparison operator.
- UIntT Hash() const
-
Hash function.x
- BooleanT IsConst() const
-
Is object constant ?
- BooleanT IsNotConst() const
-
Is object not constant ?
- void SetConst(void) const
-
Lock the object.
This is const as a convience though it actual modified the
object, often object you wish to ensure are constant already
have const set.
protected:
- void Invalidate()
-
Turn this into an invalid handle.
- QueryOptionBodyC & Body()
-
Direct access to body.
- const QueryOptionBodyC & Body() const
-
Constant access to body.
|
Programmer:Kieron J Messer, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|