[mlpack-git] master: Update documentation. (a4d2dc2)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Sep 11 07:53:08 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/a4d2dc275f6bdc74898386405decc91f072b2465...a33bc45442b3ce8830ea1a3e930c89d05c6dc9c6

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

commit a4d2dc275f6bdc74898386405decc91f072b2465
Author: ryan <ryan at ratml.org>
Date:   Tue Sep 8 10:21:44 2015 -0400

    Update documentation.


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

a4d2dc275f6bdc74898386405decc91f072b2465
 src/mlpack/core/data/load.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/core/data/load.hpp b/src/mlpack/core/data/load.hpp
index 2c0e44b..a0bf91d 100644
--- a/src/mlpack/core/data/load.hpp
+++ b/src/mlpack/core/data/load.hpp
@@ -26,6 +26,7 @@ namespace data /** Functions to load and save matrices and models. */ {
  * The supported types of files are the same as found in Armadillo:
  *
  *  - CSV (csv_ascii), denoted by .csv, or optionally .txt
+ *  - TSV (raw_ascii), denoted by .tsv, .csv, or .txt
  *  - ASCII (raw_ascii), denoted by .txt
  *  - Armadillo ASCII (arma_ascii), also denoted by .txt
  *  - PGM (pgm_binary), denoted by .pgm



More information about the mlpack-git mailing list