Description Arguments Value See Also Examples
Defines your dataset, if either it is implicit or explicit.
| data | the dataset, class  | 
| sparseMatrix | class  | 
| binary | class  | 
| minimum | class  | 
| maximum | class  | 
| intScale | object of class  | 
| positiveThreshold | class  | 
Returns an object of class "dataSet".
See Also as dataSet-class.
| 1 2 3 4 5 | data(mlLatest100k)
a <- defineData(mlLatest100k)
b <- defineData(mlLatest100k,binary = TRUE ,positiveThreshold = 3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.