Ask a Librarian

Threre are lots of ways to contact a librarian. Choose what works best for you.

HOURS TODAY

10:00 am - 3:00 pm

Reference Desk

CONTACT US BY PHONE

(802) 656-2022

Voice

(802) 503-1703

Text

MAKE AN APPOINTMENT OR EMAIL A QUESTION

Schedule an Appointment

Meet with a librarian or subject specialist for in-depth help.

Email a Librarian

Submit a question for reply by e-mail.

WANT TO TALK TO SOMEONE RIGHT AWAY?

Library Hours for Thursday, April 18th

All of the hours for today can be found below. We look forward to seeing you in the library.
HOURS TODAY
8:00 am - 12:00 am
MAIN LIBRARY

SEE ALL LIBRARY HOURS
WITHIN HOWE LIBRARY

MapsM-Th by appointment, email govdocs@uvm.edu

Media Services8:00 am - 7:00 pm

Reference Desk10:00 am - 3:00 pm

OTHER DEPARTMENTS

Special Collections10:00 am - 6:00 pm

Dana Health Sciences Library7:30 am - 11:00 pm

 

CATQuest

Search the UVM Libraries' collections

UVM Theses and Dissertations

Browse by Department
Format:
Print
Author:
He, Yu
Dept./Program:
Computer Science
Year:
2006
Degree:
MS
Abstract:
This thesis studies a problem about mining frequent patterns with wildcards. Existing frequent pattern mining algorithms with gaps (or wildcards) allow users to find patterns with user-specified gap constraints, while it is often nontrivial to have users specify such gap constraints, and the change of any gap values will often result in the repeat of the whole algorithm. It is thus desirable to develop a solution to "automatically" and "efficiently" find frequent patterns so as to assist users in discovering interesting patterns, as well as gaining insight into the gap constraints. In this thesis, we study a frequent pattern mining problem to meet this need. Given a sequence T and a support threshold min_sup, our aim is to find all patterns with wildcards whose support is no less than min_sup. We have discovered and proved an ordering property for the proposed problem; and we have designed an algorithm called PMW2 (P̲attern M̲ining W̲ith W̲ildcards) for solving this problem with the ordering property. In the framework of PMW2, several heuristic methods are designed to estimate the maximum support of a candidate pattern, and the experiments show that our one-way scan heuristic performs best on the average for approximating the maximum support of a given pattern with about 90 percent accuracy.