|
Sequential Data Sequential data type is an unstructured format consisting of a stream of continuous data. This type of data would include things like Stock
prices (by day) or a stream of numbers such as 1,2,3,4,5,6,...100,101,102,...300,301,302. Usage of this data type is the normal case and has been simplified in every way possible. When using
this data type your sample sets (used for training ) will be generated for you. |
|