Feat C++ API
A feature engineering automation tool
|
Go to the source code of this file.
Namespaces | |
FT | |
main Feat namespace | |
FT::Util | |
namespace containing various utility functions used in Feat | |
Functions | |
void | FT::Util::ThrowRuntimeError (string err, const char *file, int line) |
prints error and throws an exception More... | |
void | FT::Util::ThrowInvalidArgument (string err, const char *file, int line) |
void | FT::Util::ThrowLengthError (string err, const char *file, int line) |
void | FT::Util::Warn (string err, const char *file, int line) |
prints error to stderr and returns More... | |
void | FT::Util::my_handler (int s) |
handle signals (ctr-c etc.) More... | |