defineData | R Documentation |
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
.
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.