全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 数据分析与数据挖掘
8234 19
2010-01-31
注释也不错!
附件列表

关联分析1.rar

大小:9.7 KB

只需: 2 个论坛币  马上下载

本附件包括:

  • AprioriTgui.java

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2010-1-31 15:21:33
是跟CGE有關嗎
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-1-31 15:22:00
1# fishstan 总计1200多行,下面是前面几行,预览一下:import java.io.*;
import java.util.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;

// Other packages

public class AprioriTgui extends JFrame implements ActionListener{

    /* ------ FIELDS ------ */

    // GUI features
    private BufferedReader fileInput;
    private JTextArea textArea;
    private JButton openButton, minSupport, runButton;

    /** Ttree node structure. <P> Arrays of these structures are used to store
    nodes at the same level in any sub-branch of the T-tree.  */

    protected class TtreeNode {
   
/** The support associate wuth the itemset represented by the node. */
        protected int support = 0;

/** A reference variable to the child (if any) of the node. */

protected TtreeNode[] childRef = null;


/** Default constructor */


protected TtreeNode() {

    }
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-1-31 15:24:29
CGE是什么
我不知道额 呵呵
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-1-31 15:27:08
额 是数据挖掘中的关联分析算法 CGE应该不是吧
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-2-25 16:32:59
谢谢啦。。。
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群