![]() |
KSquare Utilities
|
#include "GoalKeeper.h"#include "KKStr.h"#include "KKQueue.h"#include "RunLog.h"#include "XmlStream.h"Go to the source code of this file.
Classes | |
| class | KKMLL::MLClass |
| Represents a "Class" in the Machine Learning Sense. More... | |
| class | KKMLL::MLClassIndexList |
| Maintains a list of classes and their associated integer index. More... | |
| class | KKMLL::MLClassList |
| Maintains a list of MLClass instances. More... | |
| class | KKMLL::XmlElementMLClass |
| class | KKMLL::XmlElementMLClassNameList |
| Will only write the ClassName rather than complete MLClass instances. More... | |
Namespaces | |
| KKMLL | |
| Namespace for all K^2 Machine Learning code. | |
Macros | |
| #define | _MLClass_Defined_ |
| #define | _MLClassIndexList_Defined_ |
| #define | _MLClassList_Defined_ |
Typedefs | |
| typedef MLClassIndexList::MLClassIndexListPtr | KKMLL::MLClassIndexListPtr |
| typedef MLClassList * | KKMLL::MLClassListPtr |
| typedef MLClass * | KKMLL::MLClassPtr |
| typedef XmlElementTemplate< MLClassIndexList > | KKMLL::XmlElementMLClassIndexList |
| typedef XmlElementMLClassIndexList * | KKMLL::XmlElementMLClassIndexListPtr |
| typedef XmlElementMLClassNameList * | KKMLL::XmlElementMLClassNameListPtr |
| typedef XmlElementMLClass * | KKMLL::XmlElementMLClassPtr |
Functions | |
| std::ostream & | KKMLL::operator<< (std::ostream &os, const MLClassList &classList) |
| KKStr & | KKMLL::operator<< (KKStr &str, const MLClassList &classList) |
Variables | |
| MLClassList | KKMLL::globalClassList |