Main Content

slblocksearchdb.trainfrommodel

Train suggestion engine to improve quick insert results based on one model

Description

example

slblocksearchdb.trainfrommodel(model)improves quick insert search results based on a single model.

Examples

collapse all

Train the suggestion engine to use a model to improve results. Assume'MyModels'is in the current folder. This code uses a relative path.

slblocksearchdb.trainfrommodel(“MyModels / model.slx”)

Input Arguments

collapse all

Model to train the suggestion engine, specified as a character vector or string scalar of the full model path or relative path. Include the.slxor.mdlextension

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

Version History

Introduced in R2018a