⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vsmclassifydlg.h

📁 用来文本分类的
💻 H
字号:
// VSMClassifyDlg.h : header file
//

#if !defined(AFX_VSMCLASSIFYDLG_H__539CB717_9C5A_4359_AD05_D8DBBB0DDB14__INCLUDED_)
#define AFX_VSMCLASSIFYDLG_H__539CB717_9C5A_4359_AD05_D8DBBB0DDB14__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "TextClassify.h"
/////////////////////////////////////////////////////////////////////////////
// CVSMClassifyDlg dialog

class CVSMClassifyDlg : public CDialog
{
// Construction
public:
	void IntialTree();
	TextClassify * txtClassify;
	CVSMClassifyDlg(CWnd* pParent = NULL);	// standard constructor
	bool IsTrainOrUpdate;
	void FindDirectoryFile(CString strDirectory,CString &strResult);

// Dialog Data
	//{{AFX_DATA(CVSMClassifyDlg)
	enum { IDD = IDD_VSMCLASSIFY_DIALOG };
	float	m_fltWeight;
	UINT	m_nWordFrea;
	float	m_fltCentral;
	CString	m_strClassifyPath;
	CString	m_strUpdatePath;
	CString	m_strTrainPath;
	CString	m_strTreePath;
	CString	m_strResultPath;
	CString	m_strIsTrainComplete;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CVSMClassifyDlg)
	public:
	virtual BOOL DestroyWindow();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CVSMClassifyDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg double OnClassify();
	afx_msg void OnTrain();
	afx_msg void OnUpdate();
	afx_msg void OnOpenclassify();
	afx_msg void OnOpenupdate();
	afx_msg void OnAutoslectpara();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_VSMCLASSIFYDLG_H__539CB717_9C5A_4359_AD05_D8DBBB0DDB14__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -