Prediction

expect class Prediction(source)

ENTERPRISE EDITION API

The prediction model manager for registering and unregistering predictive models.

actual class Prediction : DelegatedClass<<Error class: unknown class>> (source)
actual class Prediction(source)

Constructors

Link copied to clipboard
constructor(actual: <Error class: unknown class>)
constructor()

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
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
open override fun toString(): String
Link copied to clipboard
expect fun unregisterModel(name: String)

Unregister the predictive model of the given name.

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