Remove the effect of a model from the suggestion engine
slblocksearchdb.untrainmodel('model')
example
slblocksearchdb.untrainmodel('model') removes the effects of a single model from the suggestion engine.
model
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')
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.
.slx
.mdl
Example: 'H:/MyModels/model.slx'
'H:/MyModels/model.slx'
slblocksearchdb.trainfrommodel | slblocksearchdb.trainfrommodelsindir | slblocksearchdb.untrainall | slblocksearchdb.untrainmodelsindir
slblocksearchdb.trainfrommodel
slblocksearchdb.trainfrommodelsindir
slblocksearchdb.untrainall
slblocksearchdb.untrainmodelsindir