Description Usage Arguments Value Examples
Given an object that describes a dataset or a model involving features, this function returns the number of features
Given an object that describes a dataset or a model, it returns the number of features.
1 2 3 | numberFeatures(x)
numberFeatures(x)
|
x |
an object that describes a dataset or a model. |
the number of features
the number of features.
1 2 3 4 | a <- newmodel(n=5, J=10)
numberFeatures(a)
a <- newmodel(n=5, J=10)
numberFeatures(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.