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

📄 arminerdlg.h

📁 关联规则发现vc源代码
💻 H
字号:
// ARMinerDlg.h : header file
//

#if !defined(AFX_ARMINERDLG_H__3AA87658_D61C_4B93_91D1_387CEE3957F8__INCLUDED_)
#define AFX_ARMINERDLG_H__3AA87658_D61C_4B93_91D1_387CEE3957F8__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CARMinerDlg dialog

#include "List.h"


class CARMinerDlg : public CDialog
{
// Construction
public:
	CARMinerDlg(CWnd* pParent = NULL);	// standard constructor

	List *loadItemSets(const char *datafile, int& max_pageno, bool keeporder);

// Dialog Data
	//{{AFX_DATA(CARMinerDlg)
	enum { IDD = IDD_ARMINER_DIALOG };
	CEdit	m_dataEdit;
	CString	m_data;
	CString	m_rule;
	double	m_support;
	double	m_confidence;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CARMinerDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButtonMining();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ARMINERDLG_H__3AA87658_D61C_4B93_91D1_387CEE3957F8__INCLUDED_)

⌨️ 快捷键说明

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