.TH "/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.2/src/mlpack/methods/kde/kde_model.hpp" 3 "Mon Aug 31 2020" "Version 3.3.2" "mlpack" \" -*- nroff -*-
.ad l
.nh
.SH NAME
/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.2/src/mlpack/methods/kde/kde_model.hpp
.SH SYNOPSIS
.br
.PP
.SS "Classes"

.in +1c
.ti -1c
.RI "class \fBAbsErrorVisitor\fP"
.br
.RI "\fBAbsErrorVisitor\fP modifies absolute error tolerance for a KDEType\&. "
.ti -1c
.RI "class \fBBandwidthVisitor\fP"
.br
.RI "\fBBandwidthVisitor\fP modifies the bandwidth of a KDEType kernel\&. "
.ti -1c
.RI "class \fBDeleteVisitor\fP"
.br
.ti -1c
.RI "class \fBDualBiKDE\fP"
.br
.RI "\fBDualBiKDE\fP computes a Kernel Density Estimation on the given KDEType\&. "
.ti -1c
.RI "class \fBDualMonoKDE\fP"
.br
.RI "\fBDualMonoKDE\fP computes a Kernel Density Estimation on the given KDEType\&. "
.ti -1c
.RI "class \fBKDEModel\fP"
.br
.ti -1c
.RI "class \fBKernelNormalizer\fP"
.br
.RI "\fBKernelNormalizer\fP holds a set of methods to normalize estimations applying in each case the appropiate kernel normalizer function\&. "
.ti -1c
.RI "class \fBMCBreakCoefVisitor\fP"
.br
.RI "\fBMCBreakCoefVisitor\fP sets the Monte Carlo break coefficient\&. "
.ti -1c
.RI "class \fBMCEntryCoefVisitor\fP"
.br
.RI "\fBMCEntryCoefVisitor\fP sets the Monte Carlo entry coefficient\&. "
.ti -1c
.RI "class \fBMCProbabilityVisitor\fP"
.br
.RI "\fBMCProbabilityVisitor\fP sets the Monte Carlo probability for a given KDEType\&. "
.ti -1c
.RI "class \fBMCSampleSizeVisitor\fP"
.br
.RI "\fBMCSampleSizeVisitor\fP sets the Monte Carlo intial sample size for a given KDEType\&. "
.ti -1c
.RI "class \fBModeVisitor\fP"
.br
.RI "\fBModeVisitor\fP exposes the Mode() method of the KDEType\&. "
.ti -1c
.RI "class \fBMonteCarloVisitor\fP"
.br
.RI "\fBMonteCarloVisitor\fP activates or deactivates Monte Carlo for a given KDEType\&. "
.ti -1c
.RI "class \fBRelErrorVisitor\fP"
.br
.RI "\fBRelErrorVisitor\fP modifies relative error tolerance for a KDEType\&. "
.ti -1c
.RI "class \fBTrainVisitor\fP"
.br
.RI "\fBTrainVisitor\fP trains a given KDEType using a reference set\&. "
.in -1c
.SS "Namespaces"

.in +1c
.ti -1c
.RI " \fBmlpack\fP"
.br
.RI "Linear algebra utility functions, generally performed on matrices or vectors\&. "
.ti -1c
.RI " \fBmlpack::kde\fP"
.br
.RI "Kernel Density Estimation\&. "
.in -1c
.SS "Typedefs"

.in +1c
.ti -1c
.RI "template<typename KernelType , template< typename TreeMetricType, typename TreeStatType, typename TreeMatType > class TreeType> using \fBKDEType\fP = KDE< KernelType, metric::EuclideanDistance, arma::mat, TreeType, TreeType< metric::EuclideanDistance, kde::KDEStat, arma::mat >::template DualTreeTraverser, TreeType< metric::EuclideanDistance, kde::KDEStat, arma::mat >::template SingleTreeTraverser >"
.br
.RI "Alias template\&. "
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "\fBBOOST_TEMPLATE_CLASS_VERSION\fP (template<>, \fBmlpack::kde::KDEModel\fP, 1)"
.br
.RI "Set the serialization version of the KDEModel class\&. "
.in -1c
.SH "Detailed Description"
.PP 

.PP
\fBAuthor:\fP
.RS 4
Roberto Hueso
.RE
.PP
Model for KDE\&. It abstracts different types of tree, kernels, etc\&.
.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 \fBkde_model\&.hpp\fP\&.
.SH "Function Documentation"
.PP 
.SS "BOOST_TEMPLATE_CLASS_VERSION (template<>, \fBmlpack::kde::KDEModel\fP, 1)"

.PP
Set the serialization version of the KDEModel class\&. 
.PP
Referenced by KDEModel::MCBreakCoefficient()\&.
.SH "Author"
.PP 
Generated automatically by Doxygen for mlpack from the source code\&.
