Given a DataSet, convert (on-the-fly) targets using a conversion table.
Given a DataSet, convert (on-the-fly) targets using a conversion table.The targets of the given DataSet should be 0,1,2... for the class 0, class 1, class 2, and so on. Note that is must START AT 0.
After a setExample(), the inputs of this DataSet will be the same as the provided one. The targets will be class_labels->frames[i], where i is contained in the targets of the provided DataSet.
Alphabetic index HTML hierarchy of classes or Java