deleteExampleSets - deletes a list of example sets

USAGE

    deleteExampleSets <example-set-list>

DESCRIPTION

This deletes the listed example sets. If a set is reading from a pipe, the pipe will be closed.

EXAMPLES

To delete all sets:

    lens> deleteExampleSets *

To delete just the training and testing sets:

    lens> deleteExampleSets "[getObj trainingSet.name] [getObj testingSet.name]"

SEE ALSO

loadExamples


Last modified: Mon Mar 1 12:28:02 EST 1999