IMLEntityPredictor class
Level: advanced
note
The functionality is relevant to Classic UI.
A utility class that helps to predict the value of a field based on a particular model (either one or several models) for a particular entity.
Methods
PredictEntityValueAndSaveResult(Guid modelId, Guid entityId)
Based on the model Id
and entity Id
, performs predictions and records the results in the resulting entity field. Works with any machine learning task: classification, scoring, numeric field prediction.
ClassifyEntityValues(List<Guid> modelIds, Guid entityId)
Based on the model (or list of several models created for the same object) Id
and entity Id
performs classification and returns the glossary, whose key is the model object, and the values are the predicted values.