Your IP : 216.73.216.40


Current Path : /var/www/html/opvyas/
Upload File :
Current File : /var/www/html/opvyas/Data-mining.html

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Data Mining Research Papers</title>
    <link href="style.css" rel="stylesheet" />
    <link rel="stylesheet" href="http://localhost:5893/code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" />
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>

    <script>
        $(function () {
            $("#accordion").accordion({
                event: "click hoverintent"
            });
        });
       
        $.event.special.hoverintent = {
            setup: function () {
                $(this).bind("mouseover", jQuery.event.special.hoverintent.handler);
            },
            teardown: function () {
                $(this).unbind("mouseover", jQuery.event.special.hoverintent.handler);
            },
            handler: function (event) {
                var currentX, currentY, timeout,
                args = arguments,
                target = $(event.target),
                previousX = event.pageX,
                previousY = event.pageY;
                function track(event) {
                    currentX = event.pageX;
                    currentY = event.pageY;
                };
                function clear() {
                    target
                    .unbind("mousemove", track)
                    .unbind("mouseout", clear);
                    clearTimeout(timeout);
                }
                function handler() {
                    var prop,
                    orig = event;
                    if ((Math.abs(previousX - currentX) +
                    Math.abs(previousY - currentY)) < 7) {
                        clear();
                        event = $.Event("hoverintent");
                        for (prop in orig) {
                            if (!(prop in event)) {
                                event[prop] = orig[prop];
                            }
                        }
                        
                        delete event.originalEvent;
                        target.trigger(event);
                    } else {
                        previousX = currentX;
                        previousY = currentY;
                        timeout = setTimeout(handler, 100);
                    }
                }
                timeout = setTimeout(handler, 100);
                target.bind({
                    mousemove: track,
                    mouseout: clear
                });
            }
        };
</script>
        <link rel="stylesheet" type="text/css" href="css/css/demo.css" />
        <link rel="stylesheet" type="text/css" href="css/css/style.css" />
        <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700' rel='stylesheet' type='text/css' />
		
			<style>
				.st-accordion ul li{
					height:auto;
				}
				.st-accordion ul li > a span{
					visibility:hidden;
				}
			</style>



    <style type="text/css">
        .auto-style1 {
            text-decoration: none;
        }
        .auto-style2 {
            text-decoration: none;
            color: #FFFFFF;
             width: 887px;
        }
    </style>


</head>
<body style="margin:0px 0px 0px 0px">
    <div style="background-size:100%">

    <table id="timg" style="width:100%;">
        <tr>
            <td class="auto-style4" colspan="3">
<div id="bg">Prof. O.P. Vyas 
</div>
&nbsp;</td>
        </tr>
        <tr>
            <td>
                &nbsp;</td>
            <td style="vertical-align: top" class="auto-style3">

<div id="left" style="padding: 15px;">
<div id="Div1"><img src="pics/Vyas_2.png" align="top" style="height: 187px; width: 177px; clear: right; float: right; clip: rect(200px, 700px, auto, auto); z-index: 100; position: relative; top: -6px; left: 5px;">
<a href="index.html"><img alt="" src="pics/home.png" height="50" width="50" /></a></div>
<div id="heading">
<div id="left2">
    <div id="content">Professor </div><br/> 
    <b><i>Ph.D (Computer Networks)<a href="http://www.iitkgp.ac.in/">   IIT Kharagpur</a>
        <br/> M.Tech (Computer Science)<a href="http://www.iitkgp.ac.in/">   IIT Kharagpur</a> 
        <br/> DAAD Fellow(<a href="http://www.uni-kl.de/5098.html?L=1">   Technical University of Kaiserslautern-Germany</a>) 
        <br/> AOTS Fellow (<a href="http://www.cicc.or.jp/english/">   CICC Japan</a>)

       </i></b></div>

</div>
    <h2>Data Mining</h2>
    <div id="bg2">
                        <table style="width:100%;" border="1">
                            <tr>
                                <td>Title/Author</td>
                                <td>Year</td>
                            </tr>
                            <tr>
                                <td>&nbsp;</td>
                                <td>&nbsp;</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:u-x6o8ySG0sC" target="_blank">Efficient calendar based temporal association rule</a><br />
                                    <span class="cit-gray">K Verma, OP Vyas</span><br />
                                    <span class="cit-gray">ACM SIGMOD Record 34 (3), 63-70</span></td>
                                <td>2005</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:d1gkVwhDpl0C" target="_blank">Temporal approach to association rule mining using t-tree and p-tree</a><br />
                                    <span class="cit-gray">K Verma, OP Vyas, R Vyas</span><br />
                                    <span class="cit-gray">Machine Learning and Data Mining in Pattern Recognition, 651-659</span></td>
                                <td>2005</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:9yKSN-GCB0IC" target="_blank">A novel approach of multilevel positive and negative association rule mining for spatial databases</a><br />
                                    <span class="cit-gray">LK Sharma, OP Vyas, US Tiwary, R Vyas</span><br />
                                    <span class="cit-gray">Machine Learning and Data Mining in Pattern Recognition, 620-629</span></td>
                                <td>2005</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:UeHWp8X0CEIC">Using associative classifiers for predictive analysis in health care data mining</a><br />
                                    <span class="cit-gray">S Soni, OP Vyas</span><br />
                                    <span class="cit-gray">International Journal of Computer Applications 4 (5), 33-37</span></td>
                                <td>2010</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:Tyk-4Ss8FVUC">Overview of itemset utility mining and its applications</a><br />
                                    <span class="cit-gray">J Pillai, OP Vyas</span><br />
                                    <span class="cit-gray">International Journal of Computer Applications 5 (11), 9-13</span></td>
                                <td>2010</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:BqipwSGYUEgC">User centric approach to itemset utility mining in Market Basket Analysis.</a><br />
                                    <span class="cit-gray">J Pillai</span><br />
                                    <span class="cit-gray">International Journal on Computer Science &amp; Engineering 3 (1)</span></td>
                                <td>2011</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:MXK_kJrjxJIC">Survey on frequent item set mining algorithms</a><br />
                                    <span class="cit-gray">S Pramod, OP Vyas</span><br />
                                    <span class="cit-gray">International Journal of Computer Applications (0975-8887)</span></td>
                                <td>2010</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:W7OEmFMy1HYC">An associative classifier using weighted association rule</a><br />
                                    <span class="cit-gray">S Soni, J Pillai, OP Vyas</span><br />
                                    <span class="cit-gray">Nature &amp; Biologically Inspired Computing, 2009. NaBIC 2009. World Congress ...</span></td>
                                <td>2009</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:UebtZRa9Y70C">A suitability study of discretization methods for associative classifiers</a><br />
                                    <span class="cit-gray">K Das, OP Vyas</span><br />
                                    <span class="cit-gray">International Journal of Computer Applications 5 (10), 0975-8887</span></td>
                                <td>2010</td>
                            </tr>
                            <tr>
                                <td><a class="cit-dark-large-link" href="http://scholar.google.co.in/citations?view_op=view_citation&amp;hl=en&amp;user=9-NwhCAAAAAJ&amp;citation_for_view=9-NwhCAAAAAJ:kNdYIx-mwKoC">A Conceptual Approach to Temporal Weighted Itemset Utility Mining</a><br />
                                    <span class="cit-gray">J Pillai, OP Vyas, S Soni, M Muyeba</span><br />
                                    <span class="cit-gray">Int J Comput Appl 1, 28</span></td>
                                <td>2010</td>
                            </tr>
                            <tr>
                                <td colspan="2" style="color: #0000FF; text-align: right;"><a href="Data-mining2.html">NEXT--&gt;</a>&nbsp;</td>
                            </tr>
                        </table>
</div>
</div>
            </td>
            <td style="vertical-align: top">
<div id="right">
                        <div class="wrapper">
                            <div id="st-accordion" class="st-accordion">
                                <ul>
                                    <li>
                                        <a href="InternationalColl.html" class="auto-style1" style="font-size: xx-large; top: 0px; left: 0px; width: 311px;">Collaborations</a>
                                        <div class="st-content">
                                            <p>
                                                <a href="InternationalColl.html">International Collaboration</a>
                                            </p>
                                        </div>
                                    </li>

                                    <li>
                                        <a href="#" class="auto-style1" style="font-size: xx-large; top: 0px; left: 0px; width: 313px;">Research Scholars<span class="st-arrow">Open or Close</span></a>
                                        <div class="st-content">
                                            <p>
                                                <a href="phdsupervision.html">Ph.D. Supervision</a>

                                            </p>
                                        </div>
                                    </li>
                                    <li>
                                        <a href="#" class="auto-style1" style="font-size: xx-large; top: 0px; left: 0px; width: 312px;">Papers Published<span class="st-arrow">Open or Close</span></a>
                                        <div class="st-content">
                                            <p>
                                                <a href="Data-mining.html">Data Mining and Business Intelligence</a>
                                                <br />
                                                <br />
                                                <br />
                                                <a href="MobileSWPapers.html">Mobile Software Engineering</a>
                                                <br />
                                                <br />
                                                <br />
                                                <a href="WSNPapers.html">Wireless Sensor Networks</a>
                                                <br />
                                                <br />
                                                <br />
                                                <a href="OtherPapers.html">Service Oriented Network Architecture</a>
                                            </p>
                                        </div>
                                    </li>


                                    <li>
                                        <a href="#" class="auto-style1" style="font-size: xx-large; top: 0px; left: 0px; width: 306px;">Related Links<span class="st-arrow">Open or Close</span></a>
                                        <div class="st-content">
                                            <a href="http://scholar.google.co.in/citations?user=9-NwhCAAAAAJ&hl=en" target="_blank">
                                                <img alt="" src="pics/scholar_logo.gif" /></a>
                                            <br />
                                            <br />
                                            <br />
                                            <a href="http://in.linkedin.com/pub/dr-om-prakash-vyas/6/49a/5a6" target="_blank">
                                                <img alt="" src="pics/logo_linkedin.png" /></a>
                                            <br />
                                            <br />
                                            <br />
                                            Tel : 0532-292-2218(O)<br />
                                            <br />
                                            Eamil : dropvyas@gmail.com<br />
                                            <br />
                                            <a href="http://www.csi-india.org/web/allahabad/management-committee" target="_blank">
                                                <img alt="" src="pics/csi-logo.jpg" /></a>
                                        </div>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
        <script type="text/javascript" src="js/jquery.min.js"></script>
		<script type="text/javascript" src="js/jquery.accordion.js"></script>
		<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
        <script type="text/javascript">
            $(function () {

                $('#st-accordion').accordion({
                    oneOpenedItem: true
                });

            });
        </script>
            </td>
        </tr>
        <tr>
            <td class="auto-style4">&nbsp;</td>
            <td class="auto-style3">&nbsp;</td>
            <td>&nbsp;</td>
        </tr>
    </table>

    <div id="bottom">
            <div style="height:28px; text-align:right; color: #FFFFFF;">
                Designed by: ARPIT SHAH</div>
    </div>
        </div>
</body>
</html>