TrainingExamples: Array;
TrainingExamples: System.Array;
The TrainingExamples property determines the source classification of objects.
The property is outdated, use IDataMining.Dependent.
Input array indexing must start from zero.
This series must be an array of non-negative integers that represent categories. If TrainingExamples[i] = -1, this means that the i-th observation is missing: that is, it has not been clustered and should be classified as a member of one of the known classes with the help of the back-propagation network.
To get the collection of attributes for classification, use the ISmBackPropagation.Explanatories property.
See also: