.TH "/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.0/src/mlpack/core/math/shuffle_data.hpp" 3 "Mon Aug 31 2020" "Version 3.1.1" "mlpack" \" -*- nroff -*-
.ad l
.nh
.SH NAME
/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.0/src/mlpack/core/math/shuffle_data.hpp
.SH SYNOPSIS
.br
.PP
.SS "Namespaces"

.in +1c
.ti -1c
.RI " \fBmlpack\fP"
.br
.RI "strip_type\&.hpp "
.ti -1c
.RI " \fBmlpack::math\fP"
.br
.RI "Miscellaneous math routines\&. "
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "template<typename MatType , typename LabelsType > void \fBShuffleData\fP (const MatType &inputPoints, const LabelsType &inputLabels, MatType &outputPoints, LabelsType &outputLabels, const \fBstd::enable_if_t\fP<!arma::is_SpMat< MatType >::value > *=0, const \fBstd::enable_if_t\fP<!arma::is_Cube< MatType >::value > *=0)"
.br
.RI "Shuffle a dataset and associated labels (or responses)\&. "
.ti -1c
.RI "template<typename MatType , typename LabelsType > void \fBShuffleData\fP (const MatType &inputPoints, const LabelsType &inputLabels, MatType &outputPoints, LabelsType &outputLabels, const \fBstd::enable_if_t\fP< arma::is_SpMat< MatType >::value > *=0, const \fBstd::enable_if_t\fP<!arma::is_Cube< MatType >::value > *=0)"
.br
.RI "Shuffle a sparse dataset and associated labels (or responses)\&. "
.ti -1c
.RI "template<typename MatType , typename LabelsType > void \fBShuffleData\fP (const MatType &inputPoints, const LabelsType &inputLabels, MatType &outputPoints, LabelsType &outputLabels, const \fBstd::enable_if_t\fP<!arma::is_SpMat< MatType >::value > *=0, const \fBstd::enable_if_t\fP< arma::is_Cube< MatType >::value > *=0, const \fBstd::enable_if_t\fP< arma::is_Cube< LabelsType >::value > *=0)"
.br
.RI "Shuffle a cube-shaped dataset and associated labels (or responses) which are also cube-shaped\&. "
.ti -1c
.RI "template<typename MatType , typename LabelsType , typename WeightsType > void \fBShuffleData\fP (const MatType &inputPoints, const LabelsType &inputLabels, const WeightsType &inputWeights, MatType &outputPoints, LabelsType &outputLabels, WeightsType &outputWeights, const \fBstd::enable_if_t\fP<!arma::is_SpMat< MatType >::value > *=0, const \fBstd::enable_if_t\fP<!arma::is_Cube< MatType >::value > *=0)"
.br
.RI "Shuffle a dataset and associated labels (or responses) and weights\&. "
.ti -1c
.RI "template<typename MatType , typename LabelsType , typename WeightsType > void \fBShuffleData\fP (const MatType &inputPoints, const LabelsType &inputLabels, const WeightsType &inputWeights, MatType &outputPoints, LabelsType &outputLabels, WeightsType &outputWeights, const \fBstd::enable_if_t\fP< arma::is_SpMat< MatType >::value > *=0, const \fBstd::enable_if_t\fP<!arma::is_Cube< MatType >::value > *=0)"
.br
.RI "Shuffle a sparse dataset and associated labels (or responses) and weights\&. "
.in -1c
.SH "Detailed Description"
.PP 

.PP
\fBAuthor:\fP
.RS 4
Ryan Curtin
.RE
.PP
Given data points and labels, shuffle their ordering\&.
.PP
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\&. 
.PP
Definition in file \fBshuffle_data\&.hpp\fP\&.
.SH "Author"
.PP 
Generated automatically by Doxygen for mlpack from the source code\&.
