Hint: |
Please note that the size of the training data should not be changed by directly setting TrnDataX.NrOfRows or TrnDataX.NrOfColumns. This would only change the X block (the descriptors) of the training data but not the TrnDataY, nor the required internal auxiliary variables. Use the method ResizeTrnData instead.
The same is true for implicit size changes of the X block by means of ImportCSVFile, Clone, InsertColumn, or similar routines. If you load the X block from an external file, you have to adjust the size of the connected variables by calling ResizeTrnData after loading the X block.
|