|
Couchbase Lite C++
Couchbase Lite C++ API
|
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. | |