?? compute_result.h
字號:
// Compute_Result.h: interface for the CCompute_Result class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPUTE_RESULT_H__45E1A883_9CBE_475E_AAB4_2A394A3C2142__INCLUDED_)
#define AFX_COMPUTE_RESULT_H__45E1A883_9CBE_475E_AAB4_2A394A3C2142__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CCompute_Result
{
public:
CCompute_Result();
public:
double train_error;
double max_difference;
double precision;
double recall;
int train_number;
int support_number;
int test_number;
int train_misclassify;
int test_misclassify;
long kernel_cache_statistic;
virtual ~CCompute_Result();
};
#endif // !defined(AFX_COMPUTE_RESULT_H__45E1A883_9CBE_475E_AAB4_2A394A3C2142__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -