mlpack
master
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mlpack
core
util
cli_deleter.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_CORE_UTIL_CLI_DELETER_HPP
13
#define MLPACK_CORE_UTIL_CLI_DELETER_HPP
14
15
namespace
mlpack
{
16
namespace
util {
17
25
class
CLIDeleter
26
{
27
public
:
28
CLIDeleter
();
29
~CLIDeleter
();
30
};
31
32
}
// namespace util
33
}
// namespace mlpack
34
35
#endif
mlpack::util::CLIDeleter::CLIDeleter
CLIDeleter()
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition:
binarize.hpp:18
mlpack::util::CLIDeleter
Extremely simple class whose only job is to delete the existing CLI object at the end of execution...
Definition:
cli_deleter.hpp:25
mlpack::util::CLIDeleter::~CLIDeleter
~CLIDeleter()
Generated by
1.8.11