LoadOutputParameterVisitor restores the output parameter using the given parameter set.
More...
|
| template<typename T > |
| std::enable_if< !HasModelCheck< T, std::vector< LayerTypes > &(T::*)()>::value, void >::type | OutputParameter (T *layer) const |
| | Restore the output parameter for a module which doesn't implement the Model() function. More...
|
| |
| template<typename T > |
| std::enable_if< HasModelCheck< T, std::vector< LayerTypes > &(T::*)()>::value, void >::type | OutputParameter (T *layer) const |
| | Restore the output parameter for a module which implements the Model() function. More...
|
| |
LoadOutputParameterVisitor restores the output parameter using the given parameter set.
Definition at line 29 of file load_output_parameter_visitor.hpp.
| mlpack::ann::LoadOutputParameterVisitor::LoadOutputParameterVisitor |
( |
std::vector< arma::mat > && |
parameter | ) |
|
Restore the output parameter given a parameter set.
template<typename LayerType >
| void mlpack::ann::LoadOutputParameterVisitor::operator() |
( |
LayerType * |
layer | ) |
const |
Restore the output parameter.
template<typename T >
| std::enable_if< !HasModelCheck<T, std::vector<LayerTypes>&(T::*)()>::value, void>::type mlpack::ann::LoadOutputParameterVisitor::OutputParameter |
( |
T * |
layer | ) |
const |
|
private |
Restore the output parameter for a module which doesn't implement the Model() function.
template<typename T >
| std::enable_if< HasModelCheck<T, std::vector<LayerTypes>&(T::*)()>::value, void>::type mlpack::ann::LoadOutputParameterVisitor::OutputParameter |
( |
T * |
layer | ) |
const |
|
private |
Restore the output parameter for a module which implements the Model() function.
| std::vector<arma::mat>&& mlpack::ann::LoadOutputParameterVisitor::parameter |
|
private |
The documentation for this class was generated from the following file: