Namespace Couchbase.Lite.Enterprise.Query
Classes
Prediction
A prediction manager used to register / unregister IPredictive
Interfaces
IPredictiveIndex
A predictive index used for querying with a prediction function. The predictive index is different from the normal index in that the predictive index will cache the prediction result along with creating the value index of the prediction output properties.
This interface can be created by using Predictive
IPredictiveModel
An interface allowing an application to integrate a machine learning model into the Couchbase Lite query interface