\documentclass[12pt]{report} \topmargin=0in \headheight=0in \headsep=0in \oddsidemargin=0in \evensidemargin=0in \textwidth=6.5in \textheight=9in \usepackage{setspace} \usepackage{graphicx} \usepackage{algorithmic,cite,footmisc,multirow,url} \usepackage{color} \usepackage{pslatex} \usepackage{fullpage} \usepackage{listings} \usepackage{float} \usepackage{epsfig} \usepackage{amsmath, amsthm, amssymb} \newcommand{\nbc}{~Na\"{i}ve Bayes~} \newcommand{\bi}{\begin{itemize}} \newcommand{\ei}{\end{itemize}} \newcommand{\be}{\begin{enumerate}} \newcommand{\ee}{\end{enumerate}} \newcommand{\bd}{\begin{description}} \newcommand{\ed}{\end{description}} \newcommand{\hyp}[1]{Hypothesis~\ref{hyp:#1}} \newcommand{\app}[1]{Appendix~\ref{a:#1}} \newcommand{\fig}[1]{Figure~\ref{fig:#1}} \newcommand{\table}[1]{Table~\ref{tb:#1}} \newcommand{\eq}[1]{Equation~\ref{eq:#1}} \newcommand{\sect}[1]{Section~\ref{#1}} \newcommand{\chap}[1]{Chapter~\ref{#1}} \newcommand{\dbsp}{\linespread{1.5} \rm} \newcommand{\ssp}{\linespread{1.0} \rm} \newcommand{\att}{~AT\&T~} \definecolor{listinggray}{gray}{0.9} \singlespacing \begin{document} \thispagestyle{empty} \title{The Which} \author{\normalsize Zachery A. Milton \\ \\ \normalsize Thesis submitted to the \\ \normalsize College of Engineering and Mineral Resources \\ \normalsize at West Virginia University \\ \normalsize in partial fulfillment of the requirements \\ \normalsize for the degree of \\ \\ \normalsize Master of Science \\ \normalsize in \\ \normalsize Computer Science \\ \\ \normalsize Tim Menzies, Ph.D., Chair \\ \normalsize Arun Ross, Ph.D. \\ \normalsize Katerina Goseva-Popstojanova, Ph.D. \\ \\ \normalsize Lane Department of Computer Science and Electrical Engineering \\ \\ \normalsize Morgantown, West Virginia \\ \normalsize 2008 \\ \\ \normalsize Keywords: Data Mining, Contrast Set Learning, Software Defect Detetection, (???) \\ \\ \normalsize Copyright \copyright~2008 Zachery A. Milton } \date{} \maketitle \begin{abstract} \begin{center} The Which\vspace{1.5ex} \\ Zachery A. Milton \end{center} \input{abstract} \end{abstract} \chapter*{Dedication} \renewcommand{\thepage}{\roman{page}} \setcounter{page}{3} \begin{center} \textit{To My Family} \\ \end{center} \chapter*{Acknowledgments} Acknowledgments \singlespacing \tableofcontents \listoffigures \listoftables \pagebreak \doublespacing \chapter{Introduction} \setcounter{page}{1} \pagenumbering{arabic} \label{introduction} \input{introduction} \chapter{Related Work} \label{related} \input{related} \chapter{Which} \label{which} \input{which} \chapter{Experiments} \label{experiments} \input{experiments} \chapter{Conclusion} \label{conclusion} \input{conclusion} \pagebreak \bibliographystyle{plain} \bibliography{thesis} \end{document}