MCPcopy Create free account
hub / github.com/comaps/comaps / MakeSamples

Method MakeSamples

libs/search/search_quality/assessment_tool/context.cpp:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160vector<search::Sample> ContextList::MakeSamples(search::FeatureLoader & loader) const
161{
162 vector<search::Sample> samples;
163 for (auto const & context : m_contexts)
164 samples.push_back(context.MakeSample(loader));
165 return samples;
166}
167
168void ContextList::ApplyEdits()
169{

Callers 1

SaveAsMethod · 0.80

Calls 2

MakeSampleMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected