mlpack
3.4.2
mlpack-3.4.2
src
mlpack
methods
ann
init_rules
init_rules_traits.hpp
Go to the documentation of this file.
1
13
#ifndef MLPACK_METHODS_ANN_INIT_RULES_INIT_RULES_TRAITS_HPP
14
#define MLPACK_METHODS_ANN_INIT_RULES_INIT_RULES_TRAITS_HPP
15
16
namespace
mlpack
{
17
namespace
ann {
18
27
template
<
typename
InitRuleType>
28
class
InitTraits
29
{
30
public
:
34
static
const
bool
UseLayer
=
true
;
35
};
36
37
}
// namespace ann
38
}
// namespace mlpack
39
40
#endif
mlpack::ann::InitTraits::UseLayer
static const bool UseLayer
This is true if the initialization method is used for a single layer.
Definition:
init_rules_traits.hpp:34
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition:
add_to_cli11.hpp:21
mlpack::ann::InitTraits
This is a template class that can provide information about various initialization methods.
Definition:
init_rules_traits.hpp:29
Generated by
1.8.20