Datasets

<< Click to Display Table of Contents >>

Navigation:  Using SMILE >

Datasets

Data used by SMILE for learning and network validation are stored in objects of the DSL_dataset class. A data set is a table-like structure. Its columns are called variables and rows are called records.

The contents of a data set can be loaded from a text file. Alternatively, your program can initialize columns in a data set and then add records containing actual data.