#include <FastInputPreprocessor.h>
Definition at line 32 of file FastInputPreprocessor.h.
◆ FastInputPreprocessor()
lwt::atlas::FastInputPreprocessor::FastInputPreprocessor |
( |
const std::vector< Input > & |
inputs, |
|
|
const std::vector< std::string > & |
order |
|
) |
| |
◆ operator()()
VectorXd lwt::atlas::FastInputPreprocessor::operator() |
( |
const VectorXd & |
in | ) |
const |
Definition at line 58 of file FastInputPreprocessor.cxx.
60 size_t input_number = 0;
62 if (
static_cast<int>(
index) >= in.rows()) {
63 throw NNEvaluationException(
67 invec(input_number) = in(
index);
◆ m_indices
std::vector<size_t> lwt::atlas::FastInputPreprocessor::m_indices |
|
private |
◆ m_offsets
VectorXd lwt::atlas::FastInputPreprocessor::m_offsets |
|
private |
◆ m_scales
VectorXd lwt::atlas::FastInputPreprocessor::m_scales |
|
private |
The documentation for this class was generated from the following files: