#include <FastInputPreprocessor.h>
Definition at line 45 of file FastInputPreprocessor.h.
◆ FastInputVectorPreprocessor()
lwt::atlas::FastInputVectorPreprocessor::FastInputVectorPreprocessor |
( |
const std::vector< Input > & |
inputs, |
|
|
const std::vector< std::string > & |
order |
|
) |
| |
◆ operator()()
MatrixXd lwt::atlas::FastInputVectorPreprocessor::operator() |
( |
const MatrixXd & |
in | ) |
const |
Definition at line 94 of file FastInputPreprocessor.cxx.
95 using namespace Eigen;
96 size_t n_cols = in.cols();
100 if (
static_cast<int>(
index) >= in.rows()) {
101 throw NNEvaluationException(
105 inmat.row(in_num) = in.row(
index);
◆ m_indices
std::vector<size_t> lwt::atlas::FastInputVectorPreprocessor::m_indices |
|
private |
◆ m_offsets
VectorXd lwt::atlas::FastInputVectorPreprocessor::m_offsets |
|
private |
◆ m_scales
VectorXd lwt::atlas::FastInputVectorPreprocessor::m_scales |
|
private |
The documentation for this class was generated from the following files: