Main Content

slblocksearchdb.untrainall

Remove the effects of all added models from the suggestion engine

Description

example

slblocksearchdb.untrainall removes the models added to the suggestion engine to improve quick insert results. Use this function when you want to return the database to the default state.

Examples

collapse all

Add some models to the suggestion engine.

slblocksearchdb.trainfrommodelsindir('MyModels')
slblocksearchdb.trainfrommodel('C:/users/TrainingModels/mymodel.slx')

Remove all added models from the suggestion engine.

slblocksearchdb.untrainall

Version History

Introduced in R2018a