[mlpack-git] master: Remove unused pages. (871543f)

gitdub at mlpack.org gitdub at mlpack.org
Mon Oct 31 11:45:07 EDT 2016


Repository : https://github.com/mlpack/mlpack.org
On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/50e144705e686dce3097a19237dacf11108d4efa...871543f5c42b8d12d61dfb3f4219e2a706d77847

>---------------------------------------------------------------

commit 871543f5c42b8d12d61dfb3f4219e2a706d77847
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Oct 31 11:45:07 2016 -0400

    Remove unused pages.


>---------------------------------------------------------------

871543f5c42b8d12d61dfb3f4219e2a706d77847
 man.html       | 109 ---------------------------------------------------------
 tutorials.html |  68 -----------------------------------
 2 files changed, 177 deletions(-)

diff --git a/man.html b/man.html
deleted file mode 100644
index ac558c2..0000000
--- a/man.html
+++ /dev/null
@@ -1,109 +0,0 @@
-<html>
-<head>
-<!-- probably could use more keywords -->
-<meta name="keywords" content="mlpack, libmlpack, c++, armadillo, machine
-learning, data mining, classification, regression, tree-based methods, dual-tree
-algorithm">
-<meta name="description" content="mlpack: a scalable c++ machine learning
-library">
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<title>mlpack: a scalable c++ machine learning library</title>
-</head>
-<link rel="stylesheet" href="style.css">
-<link href='http://fonts.googleapis.com/css?family=Maven+Pro:500'
-rel='stylesheet' type='text/css'>
-<body>
-<!-- very simple table with as few words as possible -->
-<br>
-<div class="titlebar">
-   <a href="http://www.mlpack.org"><img src="mlpack.png"></a>
-</div>
-<center>
-<div class="mlnavbar">
-  <div class="navcontainer">
-   <div class="mlnavitem" name="mlnavmain"><a href="index.html">main</a></div>
-   <div class="mlnavitem" name="mlnavabout"><a href="about.html">about</a></div>
-   <div class="mlnavitem" name="mlnavdoc"><a href="docs.html">docs</a></div>
-   <div class="mlnavitem" name="mlnavhelp"><a href="help.html">get
-help</a></div>
-   <div class="mlnavitem" name="mlnavbugs"><a
-href="https://github.com/mlpack/mlpack">github</a></div>
-  </div>
-</div>
-</center>
-<div class="separator"></div>
-<center>
-<div class="mainsection smallertext">
-<center><h2><font class="whitebold">command-line program reference</font></h2></center>
-<p><font class="whitebold">mlpack</font> provides command-line executables for many
-of the algorithms it implements.  These may be used to perform many machine
-learning tasks without the overhead of writing C++, or may be used as part of a
-larger machine learning solution.</p>
-<p>Below is a list of the command-line executables <font
-class="whitebold">mlpack</font> provides, with links to the documentation for
-each executable.  This documentation may also be accessed with the <font
-class="code">--help</font> parameter or through the man pages provided with your
-distribution of <font class="whitebold">mlpack</font>.</p>
-<ul>
-<li><a href="man/allknn.html" class="manlink">allknn</a>: all <i>k</i>-nearest
-neighbor search with trees</li>
-<li><a href="man/allkfn.html" class="manlink">allkfn</a>: all <i>k</i>-furthest
-neighbor search with trees</li>
-<li><a href="man/allkrann.html" class="manlink">allkrann</a>: rank-approximate
-<i>k</i>-nearest neighbor search with trees</li>
-<li><a href="man/cf.html" class="manlink">cf</a>: generate recommendations via
-collaborative filtering</li>
-<li><a href="man/decision_stump.html" class="manlink">decision_stump</a>:
-classify with a decision stump</li>
-<li><a href="man/det.html" class="manlink">det</a>: density estimation
-trees</li>
-<li><a href="man/emst.html" class="manlink">emst</a>: calculate a Euclidean
-minimum spanning tree</li>
-<li><a href="man/fastmks.html" class="manlink">fastmks</a>: perform fast
-max-kernel search with trees</li>
-<li><a href="man/gmm.html" class="manlink">gmm</a>: train or classify with a
-Gaussian mixture model</li>
-<li><a href="man/hmm_generate.html" class="manlink">hmm_generate</a>: generate
-observations from a hidden Markov model (HMM)</li>
-<li><a href="man/hmm_loglik.html" class="manlink">hmm_loglik</a>: calculate the
-log-likelihood of some observations from an HMM</li>
-<li><a href="man/hmm_train.html" class="manlink">hmm_train</a>: train a hidden
-Markov model (HMM)</li>
-<li><a href="man/hmm_viterbi.html" class="manlink">hmm_viterbi</a>: find the
-most probable hidden states in an HMM for some observations</li>
-<li><a href="man/kernel_pca.html" class="manlink">kernel_pca</a>: perform kernel
-principal components analysis</li>
-<li><a href="man/kmeans.html" class="manlink">kmeans</a>: perform <i>k</i>-means
-clustering</li>
-<li><a href="man/lars.html" class="manlink">lars</a>: least-angle
-regression</li>
-<li><a href="man/linear_regression.html" class="manlink">linear_regression</a>:
-simple least-squares linear regression</li>
-<li><a href="man/local_coordinate_coding.html"
-class="manlink">local_coordinate_coding</a>: local coordinate
-coding</li>
-<li><a href="man/logistic_regression.html"
-class="manlink">logistic_regression</a>: train or classify with logistic
-regression</li>
-<li><a href="man/lsh.html" class="manlink">lsh</a>: approximate <i>k</i>-nearest
-neighbor search with locality-sensitive hashing</li>
-<li><a href="man/nbc.html" class="manlink">nbc</a>: train or classify with the
-naive Bayes classifier</li>
-<li><a href="man/nca.html" class="manlink">nca</a>: neighborhood components
-analysis</li>
-<li><a href="man/nmf.html" class="manlink">nmf</a>: non-negative matrix
-factorization</li>
-<li><a href="man/pca.html" class="manlink">pca</a>: principal components
-analysis</li>
-<li><a href="man/perceptron.html" class="manlink">perceptron</a>: train or
-classify with a perceptron</li>
-<li><a href="man/radical.html" class="manlink">radical</a>: RADICAL (independent
-components analysis)</li>
-<li><a href="man/range_search.html" class="manlink">range_search</a>: range
-search with trees</li>
-<li><a href="man/sparse_coding.html" class="manlink">sparse_coding</a>: sparse
-coding with dictionary learning</li>
-</ul>
-</div>
-</body>
-</html>
diff --git a/tutorials.html b/tutorials.html
deleted file mode 100644
index 2c15fce..0000000
--- a/tutorials.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<html>
-<head>
-<!-- probably could use more keywords -->
-<meta name="keywords" content="mlpack, libmlpack, c++, armadillo, machine
-learning, data mining, classification, regression, tree-based methods, dual-tree
-algorithm">
-<meta name="description" content="mlpack: a scalable c++ machine learning
-library">
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<title>mlpack: a scalable c++ machine learning library</title>
-</head>
-<link rel="stylesheet" href="style.css">
-<link href='http://fonts.googleapis.com/css?family=Maven+Pro:500'
-rel='stylesheet' type='text/css'>
-<body>
-<!-- very simple table with as few words as possible -->
-<br>
-<div class="titlebar">
-   <a href="http://www.mlpack.org"><img src="mlpack.png"></a>
-</div>
-<center>
-<div class="mlnavbar">
-  <div class="navcontainer">
-   <div class="mlnavitem" name="mlnavmain"><a href="index.html">main</a></div>
-   <div class="mlnavitem" name="mlnavabout"><a href="about.html">about</a></div>
-   <div class="mlnavitem" name="mlnavdoc"><a href="docs.html">docs</a></div>
-   <div class="mlnavitem" name="mlnavhelp"><a href="help.html">get
-help</a></div>
-   <div class="mlnavitem" name="mlnavbugs"><a
-href="https://github.com/mlpack/mlpack">github</a></div>
-  </div>
-</div>
-</center>
-<div class="separator"></div>
-<center>
-<div class="mainsection">
-<center><font class="whitebold">mlpack tutorials</font></center><br>
-General <font class="whitebold">mlpack</font> tutorials:<br>
-<ul>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=build.html">Building mlpack from source</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=iodoc.html">mlpack input and output</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=matrices.html">Matrices in mlpack</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=sample.html">Simple sample mlpack programs</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=timer.html">mlpack timers</a></li>
-</ul>
-Method-specific tutorials:<br>
-<ul>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=nstutorial.html">NeighborSearch tutorial
-(allknn / allkfn)</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=rstutorial.html">RangeSearch tutorial (range_search)</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=lrtutorial.html">LinearRegression tutorial</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=dettutorial.html">Density Estimation Trees tutorial
-(det)</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=emst_tutorial.html">Euclidean Minimum Spanning
-Trees tutorial (emst)</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=kmtutorial.html">K-Means tutorial (kmeans)</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=fmkstutorial.html">FastMKS tutorial
-(fastmks)</a></li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=amftutorial.html">AMF (alternating matrix
-factorization) tutorial (includes NMF)</li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=cftutorial.html">Collaborative filtering (cf)
-tutorial</li>
-<li><a href="docs/mlpack-2.1.0/doxygen.php?doc=akfntutorial.html">Approximate
-furthest neighbor search tutorial</li>
-</ul>
-</div>
-</body>
-</html>




More information about the mlpack-git mailing list