| User Documentation |
| Centre for Vision, Speech & Signal Processing |
| DEVELOP | IN NAMESPACE | AMMA TREE ROOT | AMMA SEARCH | AMMA HOME |
PUBLIC
VLDeciListC::VLDeciListC(void)
VLDeciListC::VLDeciListC(const VLSpaceDiffC &)
VLDeciListC::VLDeciListC(const VLDeciListC &)
VLDeciListC::AddExample(const VLSpaceC &,const VLSymbC &,BooleanT)
VLDeciListC::Precondition(const VLMinTermC &,const VLBindLst &,VLMinTermSOP &)
VLDeciListC::ListRules(const VLMinTermC &,const VLBindLst &)
VLDeciListC::ListRules(void)
VLDeciListC::DumpRules(ostream &) const
VLDeciListC::Dump(ostream &) const
VLDeciListC::ActTempl(void)
VLDeciListC::Copy(void) const
VLDeciListC::Apply(const VLSpaceC &)
RCHandleC::IsValid(void) const
RCHandleC::IsValidObject(void) const
RCHandleC::operator=(const RCHandleC
RCHandleC::operator==(const RCHandleC
RCHandleC::operator!=(const RCHandleC
RCHandleC::Hash(void) const
RCHandleC::IsConst(void) const
RCHandleC::IsNotConst(void) const
RCHandleC::SetConst(void) const
RCHandleC::Invalidate(void)
RCHandleC::Body(void)
RCHandleC::Body(void) const
| VLDeciListC | |
| Decision List. | |
| include | "amma/Logic2/DeciList.hh" |
| User Level: | Default |
| Library: | VLLearn |
| Example: | exIndex.cc |
| Section: | Logic.Learn |
| In Scope: | std |
Parent Classes:
If AddTrueEx is True, then add example regardless if it is already handled correctly of not. The default is to only add examples when the predicted and given results don't match, though this slows learning a little it prevents excessive numbers of examples accumulating in the long run.
Returns TRUE if decision list is changed.
| #include "amma/RCHandle.hh" |
| Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001 |