LiteCore
Couchbase Lite cross-platform core implementation
Loading...
Searching...
No Matches
c4PredictiveQuery.h File Reference
#include "c4Base.h"
#include "fleece/FLBase.h"

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.