.TH "/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/bindings/python/import_decl.hpp" 3 "Sun Aug 30 2020" "Version 3.1.1" "mlpack" \" -*- nroff -*-
.ad l
.nh
.SH NAME
/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/bindings/python/import_decl.hpp
.SH SYNOPSIS
.br
.PP
.SS "Namespaces"

.in +1c
.ti -1c
.RI " \fBmlpack\fP"
.br
.RI "strip_type\&.hpp "
.ti -1c
.RI " \fBmlpack::bindings\fP"
.br
.ti -1c
.RI " \fBmlpack::bindings::python\fP"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "template<typename T > void \fBImportDecl\fP (const util::ParamData &d, const size_t indent, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0, const typename boost::enable_if< data::HasSerialize< T >>::type *=0)"
.br
.RI "For a serializable type, print a cppclass definition\&. "
.ti -1c
.RI "template<typename T > void \fBImportDecl\fP (const util::ParamData &, const size_t, const typename boost::disable_if< arma::is_arma_type< T >>::type *=0, const typename boost::disable_if< data::HasSerialize< T >>::type *=0)"
.br
.RI "For a non-serializable type, print nothing\&. "
.ti -1c
.RI "template<typename T > void \fBImportDecl\fP (const util::ParamData &, const size_t, const typename boost::enable_if< arma::is_arma_type< T >>::type *=0)"
.br
.RI "For a matrix type, print nothing\&. "
.ti -1c
.RI "template<typename T > void \fBImportDecl\fP (const util::ParamData &d, const void *indent, void *)"
.br
.RI "Print the cppclass definition for a serializable model; print nothing for a non-serializable type\&. "
.in -1c
.SH "Detailed Description"
.PP 

.PP
\fBAuthor:\fP
.RS 4
Ryan Curtin
.RE
.PP
For a serializable model, print the class import\&.
.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 \fBimport_decl\&.hpp\fP\&.
.SH "Author"
.PP 
Generated automatically by Doxygen for mlpack from the source code\&.
