useTrainingSet - makes an example set the current training set

USAGE

    useTrainingSet [<example-set>]

DESCRIPTION

With no argument, this returns a list of all example sets compatible with the active network. Given the name of an example set, this will make that set the training set for the active network. With the null string in place of an example set, this will set the network to have no training set.

EXAMPLES

To make "lots-o-data" the training set:

    lens> useTrainingSet lots-o-data

To give the network no training set:

    lens> useTrainingSet {}

SEE ALSO

useTestingSet, loadExamples, deleteExampleSets


Last modified: Mon Mar 1 12:23:30 EST 1999