SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
所有成员列表 | Public 成员函数 | 静态 Public 成员函数 | Public 属性
id3TreeNodeData结构体 参考

详细描述

structure to store data of a node of id3 tree. This can be used as a template type in TreeMachineNode class. Ex: id3 algorithm uses nodes of type CTreeMachineNode<id3TreeNodeData>

在文件 ID3TreeNodeData.h44 行定义.

Public 成员函数

 id3TreeNodeData ()
 

静态 Public 成员函数

static void print_data (const id3TreeNodeData &data)
 

Public 属性

int32_t attribute_id
 
float64_t transit_if_feature_value
 
float64_t class_label
 

构造及析构函数说明

constructor

在文件 ID3TreeNodeData.h56 行定义.

成员函数说明

static void print_data ( const id3TreeNodeData data)
static

print data

参数
datathe data to be printed

在文件 ID3TreeNodeData.h66 行定义.

类成员变量说明

int32_t attribute_id

classifying attribute

在文件 ID3TreeNodeData.h47 行定义.

float64_t class_label

class label of data (-1 for internal nodes)

在文件 ID3TreeNodeData.h53 行定义.

float64_t transit_if_feature_value

feature value required to move into this node

在文件 ID3TreeNodeData.h50 行定义.


该结构体的文档由以下文件生成:

SHOGUN 机器学习工具包 - 项目文档