

Go to the source code of this file.
Namespaces | |
| mlpack | |
strip_type.hpp | |
| mlpack::data | |
Functions to load and save matrices and models. | |
Functions | |
template < typename eT , typename RowType > | |
| void | OneHotEncoding (const RowType &labelsIn, arma::Mat< eT > &output) |
| Given a set of labels of a particular datatype, convert them to binary vector. More... | |
One hot encoding functions. The purpose of this function is to convert categorical variables to binary vectors.
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.
Definition in file one_hot_encoding.hpp.