Skip to content

Commit

Permalink
Updated Downloads section
Browse files Browse the repository at this point in the history
  • Loading branch information
jkh1 committed Jun 3, 2015
1 parent 82e10e5 commit accc644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@
<li><a href="https://github.com/jkh1/Perlstuff/blob/master/modules/Algorithms/RVM.pm">Algorithms::RVM</a>: relevance vector machine for classification (requires <a href="https://github.com/jkh1/Perlstuff/blob/master/modules/Algorithms/Matrix.pm">Algorithms::Matrix</a>)</li>
<li><a href="https://github.com/jkh1/Perlstuff/blob/master/modules/Algorithms/HMM.pm">Algorithms::HMM</a>: hidden Markov model (requires <a href="https://github.com/jkh1/Perlstuff/blob/master/modules/Algorithms/Matrix.pm">Algorithms::Matrix</a>)</li>
<li><a href="https://github.com/jkh1/Perlstuff/blob/master/modules/Algorithms/TimeSeries.pm">Algorithms::TimeSeries</a>: extends Algorithms::Matrix with methods for time series (requires <a href="https://github.com/jkh1/Perlstuff/blob/master/modules/Algorithms/Matrix.pm">Algorithms::Matrix</a>)</li>
<li><a href="https://github.com/jkh1/Perlstuff/blob/master/modules/Algorithms/Kernel.pm">Algorithms::Kernel</a>: extends Algorithms::Matrix with methods to compute and manipulate kernels (requires <a href="https://github.com/jkh1/Perlstuff/blob/master/modules/Algorithms/Matrix.pm">Algorithms::Matrix</a>)</li>

<li><a href="https://github.com/jkh1/Perlstuff/blob/master/modules/HDF5">HDF5</a>: perl wrapper for the <a href="http://www.hdfgroup.org/HDF5/">hdf5 library</a></li>
<li><a href="https://github.com/jkh1/Perlstuff/blob/master/modules/CellH5">CellH5</a>: perl API to the CellH5 file format (requires <a href="https://github.com/jkh1/Perlstuff/blob/master/modules/HDF5">HDF5</a>)</li>
<li><a href="https://github.com/jkh1/Perlstuff/blob/master/modules/Labstuff">Labstuff</a>: perl objects to represent various lab items</li>
</ul>
</p>
Expand Down

0 comments on commit accc644

Please sign in to comment.