deleteExampleSets <example-set-list>
This deletes the listed example sets. If a set is reading from a pipe, the pipe will be closed.
To delete all sets:
lens> deleteExampleSets *
To delete just the training and testing sets:
lens> deleteExampleSets "[getObj trainingSet.name] [getObj testingSet.name]"