KSquare Utilities
Attribute.h File Reference
#include <map>
#include <vector>
#include "KKStr.h"
#include "KKQueue.h"
#include "XmlStream.h"

Go to the source code of this file.

Classes

class  KKMLL::Attribute
 describes a single Feature, Type and possible values. More...
 
class  KKMLL::AttributeList
 
class  KKMLL::AttributeTypeVector
 

Namespaces

 KKMLL
 Namespace for all K^2 Machine Learning code.
 

Typedefs

typedef AttributeList const * KKMLL::AttributeListConstPtr
 
typedef AttributeList * KKMLL::AttributeListPtr
 
typedef Attribute * KKMLL::AttributePtr
 
typedef AttributeTypeVector * KKMLL::AttributeTypeVectorPtr
 
typedef XmlElementTemplate< Attribute > KKMLL::XmlElementAttribute
 
typedef XmlElementTemplate< AttributeList > KKMLL::XmlElementAttributeList
 
typedef XmlElementAttributeList * KKMLL::XmlElementAttributeListPtr
 
typedef XmlElementAttribute * KKMLL::XmlElementAttributePtr
 
typedef XmlElementTemplate< AttributeTypeVector > KKMLL::XmlElementAttributeTypeVector
 
typedef XmlElementAttributeTypeVector * KKMLL::XmlElementAttributeTypeVectorPtr
 

Enumerations

enum  KKMLL::AttributeType : int {
  KKMLL::AttributeType::NULLAttribute, KKMLL::AttributeType::Ignore, KKMLL::AttributeType::Numeric, KKMLL::AttributeType::Nominal,
  KKMLL::AttributeType::Ordinal, KKMLL::AttributeType::Symbolic
}
 

Functions

AttributeType KKMLL::AttributeTypeFromStr (const KKStr &s)
 
const KKStrKKMLL::AttributeTypeToStr (AttributeType type)
 
AttributeType KKMLL::operator++ (AttributeType zed)