Couchbase Lite C++
Couchbase Lite C++ API
Loading...
Searching...
No Matches
Prediction.hh File Reference
#include "cbl++/Base.hh"
#include "cbl/CBLPrediction.h"
#include <string_view>

Go to the source code of this file.

Classes

class  cbl::Prediction
 Registers/unregisters predictive models by name. More...

Namespaces

namespace  cbl

Typedefs

using cbl::PredictiveModel = std::function<fleece::MutableDict(fleece::Dict)>
 A predictive model callable that integrates a machine learning model into queries, invoked via the query's PREDICTION() function.