Update src/mlpack/bindings/cli/print_type_doc_impl.hpp
Co-authored-by: Anush Kini <33577829+Abilityguy@users.noreply.github.com>
This commit is contained in:
co-authored by
Anush Kini
parent
7bb314b004
commit
64d6402fa0
@@ -100,8 +100,7 @@ std::string PrintTypeDoc(
|
||||
"corresponds to one dimension (this is the typical storage format for "
|
||||
"on-disk data). CSV files will be checked for a header; if no header "
|
||||
"is found, the first row will be loaded as a data point. All values of"
|
||||
" the matrix will be loaded as double-" "precision floating point "
|
||||
"data.";
|
||||
" the matrix will be loaded as double-precision floating point data.";
|
||||
}
|
||||
else if (std::is_same<T, arma::Mat<size_t>>::value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user