LiteCore
Couchbase Lite cross-platform core implementation
|
Go to the source code of this file.
Data Structures | |
struct | C4PredictiveModel |
Configuration struct for registering a predictive model. More... | |
Functions | |
CBL_CORE_API void | c4pred_registerModel (const char *name, C4PredictiveModel) |
Registers a predictive model, under a name. | |
CBL_CORE_API bool | c4pred_unregisterModel (const char *name) |
Unregisters whatever model was last registered with this name. | |