📄 annsetdlg.h
字号:
#if !defined(AFX_ANNSETDLG_H__6E5E3E38_49C0_48BB_AECC_9664A357C30E__INCLUDED_)
#define AFX_ANNSETDLG_H__6E5E3E38_49C0_48BB_AECC_9664A357C30E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ANNSetDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CANNSetDlg dialog
class CANNSetDlg : public CDialog
{
// Construction
public:
CANNSetDlg(CWnd* pParent = NULL); // standard constructor
int m_InputNum;
int m_OutputNum;
int m_HideCoverNum;//隐层数
double m_rateOfTolChg;//误差变化率(学习终止条件)
UINT m_maxStudyTimes;//最大学习次数(学习终止条件)
double m_tol;
double m_HideStep;
double m_OutputStep;
double m_a;
// Dialog Data
//{{AFX_DATA(CANNSetDlg)
enum { IDD = IDD_SETDLG };
CString m_trainingset;
CString m_testset;
int m_trainingSetNum;
int m_testSetNum;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CANNSetDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CANNSetDlg)
afx_msg void OnBtnStruct();
afx_msg void OnBtnConverge();
afx_msg void OnBtnStudy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ANNSETDLG_H__6E5E3E38_49C0_48BB_AECC_9664A357C30E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -