Main Content

slblocksearchdb.untrainmodel

Remove the effect of a model from the suggestion engine

Description

example

slblocksearchdb.untrainmodel('model') removes the effects of a single model from the suggestion engine.

Examples

collapse all

Train the suggestion engine to use a model to improve results.

slblocksearchdb.trainfrommodel('MyModels/model.slx')

Remove the model from the suggestion engine.

slblocksearchdb.untrainmodel('MyModels/model.slx')

Input Arguments

collapse all

Model whose effects to remove from the suggestion engine, specified as the full or relative path character vector or string scalar. Include the .slx or .mdl extension.

Example: 'H:/MyModels/model.slx'

Version History

Introduced in R2018a