%% %% This is file `rotating.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% rotating.dtx (with options: `package') %% Copyright (C) 1994 Sebastian Rahtz and Leonor Barroca. All %% rights reserved. Permission is granted to to customize the %% declarations in this file to serve the needs of your installation. %% However, no permission is granted to distribute a modified version of %% this file under its original name. %% \def\RInfo{1997/09/26, v2.13} %% File: rotating.dtx Copyright (C) 1995 Sebastian Rahtz and Leonor Barroca \ProvidesPackage{rotating}[\RInfo\space Rotation package] \NeedsTeXFormat{LaTeX2e} \newif\if@rot@twoside \DeclareOption{clockwise}{% this is for compatibility \AtBeginDocument{\setkeys{Grot}{units=360}}% } \DeclareOption{counterclockwise}{% \AtBeginDocument{\setkeys{Grot}{units=-360}}% } \DeclareOption{figuresleft}{% \@rot@twosidefalse \def\rot@LR{0}% } \DeclareOption{figuresright}{% \@rot@twosidefalse \def\rot@LR{-1}% } \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{graphics}} \ExecuteOptions{clockwise} \if@twoside \@rot@twosidetrue \else \@rot@twosidefalse \fi \def\rot@LR{-1} \ProcessOptions \RequirePackage{graphicx} \RequirePackage{ifthen} \def\rotdriver#1{\makeatletter\input{#1.def}\makeatother} \newcounter{r@tfl@t} \setcounter{r@tfl@t}{0} \def\sideways{% \Grot@setangle{90}% % \Grot@setangle{180}% %%%%%% sundar %%%%%% \setbox\z@\hbox\bgroup\ignorespaces} \def\endsideways{% \unskip\egroup \Grot@x\z@ \Grot@y\z@ \Grot@box } \def\turn#1{% \Grot@setangle{#1}% \setbox\z@\hbox\bgroup\ignorespaces} \def\endturn{% \unskip\egroup \Grot@x\z@ \Grot@y\z@ \Grot@box } \def\rotate#1{% \Grot@setangle{#1}% \setbox\z@\hbox\bgroup\ignorespaces} \def\endrotate{% \unskip\egroup \Grot@x\z@ \Grot@y\z@ \wd0\z@\dp0\z@\ht0\z@ \Grot@box } \def\turnbox#1#2{% \Grot@setangle{#1}% \setbox\z@\hbox{{#2}}% \Grot@x\z@\Grot@y\z@ \wd0\z@\dp0\z@\ht0\z@ \Grot@box } \newsavebox\rot@float@box \def\@rotfloat#1{% \@ifnextchar[% {\@xrotfloat{#1}}% {\edef\@tempa{\noexpand\@xrotfloat{#1}[\csname fps@#1\endcsname]}\@tempa}% } \def\@xrotfloat#1[#2]{% \@float{#1}[#2]% \begin{lrbox}\rot@float@box \begin{minipage}\textheight } \def\end@rotfloat{% \end{minipage}\end{lrbox}% \global\addtocounter{r@tfl@t}{1}% \rot@label{RF\ther@tfl@t}% \message{Adding sideways figure on }% \def\R@@page{\pageref{RF\ther@tfl@t}}% \wd\rot@float@box\z@ \ht\rot@float@box\z@ \dp\rot@float@box\z@ \vbox to \textheight{% \setkeys{Grot}{units=360}% \if@rot@twoside \def\R@@page{\pageref{RF\ther@tfl@t}}% \else \let\R@@page\rot@LR \fi \ifthenelse{\isodd{\R@@page}}{% \message{right hand page}% \vfill \centerline{\rotatebox{90}{\box\rot@float@box}}% }{% \message{left hand page}% % \centerline{\rotatebox{-90}{\box\rot@float@box}}% \vfill %%%% Sundar %%% \centerline{\rotatebox{90}{\box\rot@float@box}}% %%% SS %% }% }% \end@float } \def\sidewaysfigure{\@rotfloat{figure}} \let\endsidewaysfigure\end@rotfloat \def\sidewaystable{\@rotfloat{table}} \let\endsidewaystable\end@rotfloat \def\@rotdblfloat{% \if@twocolumn\let\reserved@a\@rotdbflt\else\let\reserved@a\@rotfloat\fi \reserved@a} \def\@rotdbflt#1{\@ifnextchar[{\@rotxdblfloat{#1}}{\@rotxdblfloat{#1}[tp]}} \def\@rotxdblfloat#1[#2]{% \hsize\textwidth\linewidth\textwidth \@float{#1}[#2]% \begin{lrbox}\rot@float@box \begin{minipage}\textheight } \def\end@rotdblfloat{% \end{minipage}\end{lrbox}% \global\addtocounter{r@tfl@t}{1}% \rot@label{RF\ther@tfl@t}% \message{Adding sideways figure on }% \def\R@@page{\pageref{RF\ther@tfl@t}}% \@tempdima\ht\rot@float@box \advance\@tempdima by \dp\rot@float@box \typeout{BOX wd: \the\wd\rot@float@box, ht: \the\ht\rot@float@box, dp: \the\dp\rot@float@box: so shift by .5 of \the\@tempdima}% \wd\rot@float@box\z@ \ht\rot@float@box\z@ \dp\rot@float@box\z@ \vbox to \textheight{% \setkeys{Grot}{units=360}% \if@rot@twoside \def\R@@page{\pageref{RF\ther@tfl@t}}% \else \let\R@@page\rot@LR \fi \ifthenelse{\isodd{\R@@page}}{% \message{right hand page}% \vfill \hbox to\textwidth{\hfill\rotatebox{90}{\box\rot@float@box}\hfill}% }{% \message{left hand page}% \hbox to \textwidth{\hfill\rotatebox{-90}{\box\rot@float@box}\hfill}% \vfill }% }% \end@dblfloat } \newenvironment{sidewaystable*} {\@rotdblfloat{table}} {\end@rotdblfloat} \newenvironment{sidewaysfigure*} {\@rotdblfloat{figure}} {\end@rotdblfloat} \long\def \r@protected@write#1#2#3{% \begingroup \let\therpage\relax #2% \let\protect\@unexpandable@protect \edef\reserved@a{\write#1{#3}}% \reserved@a \endgroup \if@nobreak\ifvmode\nobreak\fi\fi } \def\therpage{\arabic{page}} \def\rot@label#1{\@bsphack \r@protected@write\@auxout{}% {\string\newlabel{#1}{{\@currentlabel}{\therpage}}}% \@esphack} \def\rotcaption{\refstepcounter\@captype\@dblarg{\@rotcaption\@captype}} \long\def\@rotcaption#1[#2]#3{% \addcontentsline{\csname ext@#1\endcsname}{#1}{% \protect\numberline{\csname the#1\endcsname}{\ignorespaces #2}}% \par \begingroup \@parboxrestore \normalsize \@makerotcaption{\csname fnum@#1\endcsname}{#3}% \endgroup} \long\def\@makerotcaption#1#2{% \setbox\@tempboxa\hbox{#1: #2}% \ifdim \wd\@tempboxa > .8\vsize \rotatebox{90}{% \begin{minipage}{.8\textheight}#1: #2\end{minipage}% }\par \else% \rotatebox{90}{\box\@tempboxa}% \fi \hspace{12pt}% } \endinput %% %% End of file `rotating.sty'. Content-type: texplain; NAME=zaki-chap.bbl Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=zaki-chap.bbl \begin{thebibliography}{10} \bibitem{adriaans-book96} Pieter Adriaans and Dolf Zantinge. \newblock {\em Data Mining}. \newblock Addison Wesley Longman, Harlow, England, 1996. \bibitem{agrawal-vldb94} R.~Agrawal and R.~Srikant. \newblock Fast algorithms for mining association rules. \newblock In {\em Proceedings of 20th International Conference on Very Large Data Bases}, pages 487--499, 1994. \bibitem{agsr95} R.~Agrawal and R.~Srikant. \newblock Mining sequential patterns. \newblock In {\em Proceedings of International Conference on Data Engineering}, pages 3--14, 1995. \bibitem{aha-kibler-91} D.~W. Aha, D.~Kibler, and M.~K. Albert. \newblock Instance-based learning algorithms. \newblock {\em Machine Learning}, 6:37--66, 1991. \bibitem{baldi-book99} Pierre Baldi and Soren Brunak. \newblock {\em Bioinformatics: {The} Machine Learning Approach}. \newblock MIT Press, Cambridge, MA, 1999. \bibitem{max-miner} Roberto~J. Bayardo. \newblock Efficiently mining long patterns from databases. \newblock In {\em Proceedings of ACM SIGMOD International Conference on Management of Data}, pages 85--93, 1998. \bibitem{BrFR98} P.~S. Bradley, U.~M. Fayyad, and C.~A. Reina. \newblock Scaling {EM} (expectation-maximization) clustering to large databases. \newblock Technical Report MSR-TR-98-35, Microsoft Research, November 1998. \bibitem{breiman-cart84} L.~Breiman, L.~Friedman, R.~Olshen, and C.~Stone. \newblock {\em Classification and Regression Trees}. \newblock Wadsworth and Brooks, 1984. \bibitem{burges-svm} C.J.C. Burges. \newblock A tutorial on support vector machines for pattern recognition. \newblock {\em Data Mining and Knowledge Discovery}, 2(2):121--167, 1998. \bibitem{bystroff-jmb98} C.~Bystroff and D.~Baker. \newblock Prediction of local structure in proteins using a library of sequence-structure motifs. \newblock {\em Journal of Molecular Biology}, 281(3):565--577, 1998. \bibitem{hmmstr} C.~Bystroff, V.~Thorsson, and D.~Baker. \newblock {HMMSTR: A} hidden {Markov} model for local sequence-structure correlations in proteins. \newblock {\em Journal of Molecular Biology}, 301(1):173--190, 2000. \bibitem{caria-book2000} Mario Caria. \newblock {\em Measurement Analysis: An Introduction to the Statistical Analysis of Laboratory Data in Physics, Chemistry, and the Life Sciences}. \newblock Imperial College Press, London, 2000. \bibitem{chauvin-book95} Y.~Chauvin and D.~Rumelhart. \newblock {\em Backpropagation: Theory, Architectures, and Applications}. \newblock Lawrence Erlbaum, Hillsdale, NJ, 1995. \bibitem{CoverH67} T.M. Cover and P.E. Hart. \newblock Nearest neighbour pattern classification. \newblock {\em IEEE Transactions on Information Theory}, 13:21--27, 1967. \bibitem{nello-ai02} Nello Cristianini and Bernhard Scholkopf. \newblock Support vector machines and kernel methods: The new generation of learning machines. \newblock {\em AI Magazine}, pages 31--41, Fall 2002. \bibitem{DeLR77} A.~P. Dempster, N.~M. Laird, and D.~B. Rubin. \newblock Maximum likelihood from incomplete data via the {EM} algorithm. \newblock {\em Journal of the Royal Statistical Society, Series B}, 39:1--38, 1977. \bibitem{dong-li-kdd99} Guozhu Dong and Jinyan Li. \newblock Efficient mining of emerging patterns: Discovering trends and differences. \newblock In {\em Proceedings of 5th ACM SIGKDD International Conference on Knowledge Discovery \& Data Mining}, pages 15--18, San Diego, August 1999. \bibitem{caep-99} Guozhu Dong, Xiuzhen Zhang, Limsoon Wong, and Jinyan Li. \newblock {CAEP}: {Classification} by aggregating emerging patterns. \newblock In {\em Proceedings of 2nd International Conference on Discovery Science}, pages 30--42, Tokyo, Japan, December 1999. \bibitem{duda-73} R.~Duda and P.~Hart. \newblock {\em Pattern Classification and Scene Analysis}. \newblock Wiley, New York, 1973. \bibitem{fariselli-99} P.~Fariselli and R.~Casadio. \newblock A neural network nased predictor of residue contacts in proteins. \newblock {\em Protein Engineering}, 12(1):15--21, 1999. \bibitem{fayyad-irani93} U.~Fayyad and K.~Irani. \newblock Multi-interval discretization of continuous-valued attributes for classification learning. \newblock In {\em Proceedings of 13th International Joint Conference on Artificial Intelligence}, pages 1022--1029, 1993. \bibitem{fisher-criterion} R.~A. Fisher. \newblock The use of multiple measurements in taxonomic problems. \newblock {\em Annals of Eugenics}, 7:179--188, 1936. \bibitem{gini-index} Corrado Gini. \newblock Measurement of inequality of incomes. \newblock {\em The Economic Journal}, 31:124--126, 1921. \bibitem{golub-science99} T.R. Golub, D.K. Slonim, P.~Tamayo, C.~Huard, M.~Gaasenbeek, J.P. Misirov, H.~Coller, M.L. Loh, J.R. Downing, M.A. Caligiuri, C.D. Bloomfield, and E.S. Lander. \newblock Molecular classification of cancer: {Class} discovery and class prediction by gene expression monitoring. \newblock {\em Science}, 286(15):531--537, 1999. \bibitem{grossman-bk01} Robert~L. Grossman, Chandrika Kamath, Philip Kegelmeyer, Vipin Kumar, and Raju~R. Namburu. \newblock {\em Data Mining for Scientific and Engineering Applications}. \newblock Kluwer, Dordrecht, Netherlands, 2001. \bibitem{cfs-98} M.A. Hall. \newblock {\em Correlation-based feature selection machine learning}. \newblock PhD thesis, Department of Computer Science, University of Waikato, New Zealand, 1998. \bibitem{han-book00} Jiawei Han and Micheline Kamber. \newblock {\em Data Mining: Concepts and Techniques}. \newblock Morgan Kaufmann, San Francisco, CA, 2000. \bibitem{han-baker-pnas96} K.~Han and D.~Baker. \newblock Global properties of the mapping between local amino acid sequence and local structure in proteins. \newblock {\em Proc. Natl. Acad. Sci. USA}, 93(12):5814--5818, 1996. \bibitem{hobohm-94} U.~Hobohm and C.~Sander. \newblock Enlarged representative set of protein structures. \newblock {\em Protein Science}, 3(3):522--524, 1994. \bibitem{brusic-98} M.~C. Honeyman, V.~Brusic, N.~Stone, and L.~C. Harrison. \newblock Neural network-based prediction of candidate {T-cell} epitopes. \newblock {\em Nature Biotechnology}, 16(10):966--969, 1998. \bibitem{jensen-book96} F.~V. Jensen. \newblock {\em An Introduction to Bayesian Networks}. \newblock Springer-Verlag, New York, 1996. \bibitem{PCA86} I.~T. Jolliffe. \newblock {\em Principal Component Analysis}. \newblock Springer Verlag, Berlin, 1986. \bibitem{KaRO90} L.~Kaufman and P.~J. Rousseeuw. \newblock {\em Finding Groups in Data: An Introduction to Cluster Analysis}. \newblock John Wiley and Sons, New York, 1990. \bibitem{Klem+94} M.~Klemettinen, H.~Mannila, P.~Ronkainen, H.~Toivonen, and A.~Verkamo. \newblock Finding interesting rules from large sets of discovered association rules. \newblock In {\em Proceedings of 3rd International Conference on Information and Knowledge Management}, pages 401--408, Gaithersburg, Maryland, 1994. ACM Press. \bibitem{Koho82} T.~Kohonen. \newblock Self-organized formation of topologically correct feature maps. \newblock {\em Biological Cybernetics}, 43:59--69, 1982. \bibitem{deep-00} Jinyan Li, Guozhu Dong, and Kotagiri Ramamohanarao. \newblock {DeEPs}: {Instance}-based classification using emerging patterns. \newblock In {\em Proceedings of 4th European Conference on Principles and Practice of Knowledge Discovery in Databases}, pages 191--200, Lyon, France, 2000. \bibitem{jinyan-ecml02} Jinyan Li and Limsoon Wong. \newblock Geography of differences between two classes of data. \newblock In {\em Proceedings 6th European Conference on Principles of Data Mining and Knowledge Discovery}, pages 325--337, Helsinki, Finland, August 2002. \bibitem{liu-hsu-96} Bing Liu and Wynne Hsu. \newblock Post-analysis of learned rules. \newblock In {\em Proceedings of AAAI}, pages 828--834, 1996. \bibitem{x2-95} H.~Liu and R.~Setiono. \newblock Chi2: {Feature} selection and discretization of numeric attributes. \newblock In {\em Proceedings of IEEE 7th International Conference on Tools with Artificial Intelligence}, pages 338--391, 1995. \bibitem{MacQ67} J.~MacQueen. \newblock Some methods for classification and analysis of multivariate observations. \newblock {\em Proceedings of 5th Berkeley Symposium on Mathematical Statistics and Probability}, 1:281--297, 1967. \bibitem{olmea-97} O.~Olmea and A.~Valencia. \newblock Improving contact predictions by the combination of correlated mutations and other sources of sequence information. \newblock {\em Folding \& Design}, 2:S25--S32, June 1997. \bibitem{NetStart-97} Anders~Gorm Pedersen and Henrik Nielsen. \newblock Neural network prediction of translation initiation sites in eukaryotes: {Perspectives} for {EST} and genome analysis. \newblock {\em Intelligent Systems for Molecular Biology}, 5:226--233, 1997. \bibitem{quinlan86a} J.~R. Quinlan. \newblock Induction of decision trees. \newblock {\em Machine Learning}, 1:81--106, 1986. \bibitem{c4.5} J.~R. Quinlan. \newblock {\em C4.5: Program for Machine Learning}. \newblock Morgan Kaufmann, 1993. \bibitem{backpropagation} D.~E. Rumelhart, G.~E. Hinton, and R.~J. Williams. \newblock Learning representations by back-propagating errors. \newblock {\em Nature}, 323:533--536, 1986. \bibitem{RuZi85} D.~E. Rumelhart and D.~Zipser. \newblock Feature discovery by competitive learning. \newblock {\em Cognitive Science}, 9:75--112, 1985. \bibitem{sandy-bk89} R.~Sandy. \newblock {\em Statistics for Business and Economics}. \newblock McGrawHill, 1989. \bibitem{slad-00} C.~Schoenbach, P.~Kowalski-Saunders, and V.~Brusic. \newblock Data warehousing in molecular biology. \newblock {\em Briefings in Bioinformatics}, 1:190--198, 2000. \bibitem{silberschatz-96} A.~Silberschatz and A.~Tuzhilin. \newblock What makes patterns interesting in knowledge discovery systems. \newblock {\em IEEE Transactions on Knowledge and Data Engineering}, 8(6):970--974, 1996. \bibitem{thomas-casari-96} D.~Thomas, G.~Casari, and C.~Sander. \newblock The prediction of protein contacts from multiple sequenc alignments. \newblock {\em Protein Engineering}, 9(11):941--948, 1996. \bibitem{toivonen95} H.~Toivonen, M.~Klemettinen, P.~Ronkainen, K.~Hatonen, and H.~Mannila. \newblock Pruning and grouping discovered association rules. \newblock In {\em Proceedings of ECML-95 Workshop on Statistics, Machine Learning, and Discovery in Databases}, pages 47--52, 1995. \bibitem{troyanskaya-cabios01} O.~Troyanskaya, M.~Cantor, G.~Sherlock, P.~Brown, T.~Hastie, R.~Tibshirani, D.~Botstein, and R.~B. Altman. \newblock Missing value estimation methods for {DNA} microarrays. \newblock {\em Bioinformatics}, 17:520--525, 2001. \bibitem{vapnik-95} Vladimir~N. Vapnik. \newblock {\em The Nature of Statistical Learning Theory}. \newblock Springer, 1995. \bibitem{limsoon-kddchap02} Limsoon Wong. \newblock Datamining: {Discovering} information from bio-data. \newblock In Tao Jiang, Ying Xu, and Michael Zhang, editors, {\em Current Topics in Computational Biology}, chapter~13, pages 317--342. MIT Press, Cambridge, MA, 2002. \bibitem{zakich9-01} Mohammed~J. Zaki and Chris Bystroff. \newblock Mining residue contacts in proteins. \newblock In R.~L. Grossman et~al., editors, {\em Data Mining for Scientific and Engineering Applications}, chapter~9, pages 141--164. Kluwer, Dordrecht, Netherlands, 2001. \bibitem{zhao-kim-pnas00} C.~Zhao and S.-H. Kim. \newblock Environment-dependent residue contact energies for proteins. \newblock {\em Proc. Natl. Acad. Sci.}, 97(6):2550--2555, 2000. \end{thebibliography} --Boundary_(ID_lEaui0vUbnXDFaTZRm62Ng) Content-type: texplain; NAME=no-wordchapter.cls Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=no-wordchapter.cls This message contains data in an unrecognized format, texplain, which is being decoded and written to the file named "/tmp/no-wordchapter.cls". If you do not want this data, you probably should delete that file. Wrote file /tmp/no-wordchapter.cls