Prediction

actual object Prediction(source)
expect object Prediction(source)

ENTERPRISE EDITION API

The prediction model manager for registering and unregistering predictive models.

actual object Prediction(source)
actual object Prediction(source)

Functions

Link copied to clipboard
actual fun registerModel(name: String, model: PredictiveModel)
expect fun registerModel(name: String, model: PredictiveModel)

Register a predictive model by the given name.

actual fun registerModel(name: String, model: PredictiveModel)
actual fun registerModel(name: String, model: PredictiveModel)
Link copied to clipboard
actual fun unregisterModel(name: String)
expect fun unregisterModel(name: String)

Unregister the predictive model of the given name.

actual fun unregisterModel(name: String)
actual fun unregisterModel(name: String)