Stan
2.10.0
probability, sampling & optimization
Main Page
Namespaces
Classes
Files
File List
File Members
src
stan
services
arguments
arg_variational_meanfield.hpp
Go to the documentation of this file.
1
#ifndef STAN_SERVICES_ARGUMENTS_VARIATIONAL_MEANFIELD_HPP
2
#define STAN_SERVICES_ARGUMENTS_VARIATIONAL_MEANFIELD_HPP
3
4
#include <
stan/services/arguments/categorical_argument.hpp
>
5
6
namespace
stan
{
7
8
namespace
services {
9
10
class
arg_variational_meanfield
:
public
categorical_argument
{
11
public
:
12
arg_variational_meanfield
() {
13
_name
=
"meanfield"
;
14
_description
=
"mean-field approximation"
;
15
}
16
};
17
}
// services
18
}
// stan
19
20
#endif
21
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
categorical_argument.hpp
stan::services::argument::_description
std::string _description
Definition:
argument.hpp:84
stan::services::categorical_argument
Definition:
categorical_argument.hpp:11
stan::services::argument::_name
std::string _name
Definition:
argument.hpp:83
stan::services::arg_variational_meanfield
Definition:
arg_variational_meanfield.hpp:10
stan::services::arg_variational_meanfield::arg_variational_meanfield
arg_variational_meanfield()
Definition:
arg_variational_meanfield.hpp:12
[
Stan Home Page
]
© 2011–2016, Stan Development Team.