Changeset 1556
- Timestamp:
- Oct 9, 2008, 11:00:05 PM (15 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doxygen.config.in
r1487 r1556 47 47 # if some version control system is used. 48 48 49 #PROJECT_NUMBER = @PACKAGE_VERSION@49 PROJECT_NUMBER = @PACKAGE_VERSION@ 50 50 51 51 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) -
trunk/doc/first_page.doxygen.in
r1487 r1556 4 4 /* 5 5 Copyright (C) 2003, 2004 Jari Häkkinen 6 Copyright (C) 2005, 2006, 2007 Jari Häkkinen, Peter Johansson 7 Copyright (C) 2008 Peter Johansson 6 Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 8 7 9 8 This file is part of the yat library, http://dev.thep.lu.se/yat … … 24 23 25 24 /** 26 @mainpage @PACKAGE_STRING@25 @mainpage @PACKAGE@ 27 26 28 This is the documentation for the yat library. 27 \latexonly \textbf{Release @PACKAGE_VERSION@} \vspace{2ex} 28 \endlatexonly 29 29 30 The library is divided into several <a 31 href="namespaces.html">namespaces</a>. On the top there are links 32 to the documentation of the <a 33 href="annotated.html">classes</a>. You will find the non-member 34 operators and functions through the <a 35 href="namespacemembers.html">Namespace Members</a> link above. 36 37 <b>Future development</b><br> 38 We use trac as issue tracking system. Through the <a 39 href="http://dev.thep.lu.se/yat/">trac environment</a> you can 40 report bugs and suggest enhancements. Forthcoming releases are 41 scheduled in the <a 42 href="http://dev.thep.lu.se/yat/roadmap">roadmap</a> of the 43 project. Future development can be monitored through the list of <a 44 href="http://dev.thep.lu.se/yat/query">known issues</a>. 30 <p> This is the reference documentation for the yat C++ 31 library. </p> 45 32 46 33 34 <h2>Library highlights</h2> 35 36 <p> 37 <ul> 38 39 <li><a href="http://www.gnu.org/software/gsl/">Gnu Scientific 40 Library, GSL</a> connectivity - The internal implementation of the 41 package is designed for GSL use.</li> 42 43 <li>Supervised classifier classes including support vector machines.</li> 44 45 <li>Statistics classes.</li> 46 47 <li>Missing values - Most functionality come in two versions: one 48 optimized for speed and one weighted version allowing missing 49 values.</li> 50 51 <li>Random number generation - sampling from several different 52 distributions.</li> 53 54 </ul> 55 </p> 56 57 \htmlonly <p> The library is divided into several <a 58 href="namespaces.html">namespaces</a>. On the top there are tabs to 59 the documentation of the <a href="annotated.html">classes</a>. You 60 will find the non-member operators and functions through the <a 61 href="namespacemembers.html">namespace members</a> tab above. </p> 62 \endhtmlonly 63 64 65 <h2>Future development</h2> 66 67 <p> The yat project uses trac as issue tracking system. You can 68 report bugs and suggest enhancements through the <a 69 href="http://dev.thep.lu.se/yat/">yat web site</a> . Forthcoming 70 releases are scheduled in the <a 71 href="http://dev.thep.lu.se/yat/roadmap">yat road map</a>. Future 72 development can be monitored through the list of <a 73 href="http://dev.thep.lu.se/yat/query">known issues</a>. </p> 74 75 76 <h2>Download</h2> 77 78 <p> You can <a 79 href="http://dev.thep.lu.se/yat/wiki/DownloadPage">download yat</a> at 80 the project web site. </p> 81 82 83 <h2>License</h2> 84 85 <p> The yat library is an open source project and available for 86 free under the <a href="http://www.gnu.org/copyleft/gpl.html"> GNU 87 General Public License version 3</a>. </p> 47 88 48 89 */
Note: See TracChangeset
for help on using the changeset viewer.