MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / Sampler

Method Sampler

src/include/modules/sampler.hpp:79–79  ·  view source on GitHub ↗

\brief Constructor \param in_features the input features \param config the configuration

Source from the content-addressed store, hash-verified

77 /// \param in_features the input features
78 /// \param config the configuration
79 Sampler() = default;
80 Sampler(int in_features, sampler_config& config);
81 void set_seed(uint64_t seed);
82

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected