numberFeatures | R Documentation |
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.
numberFeatures(x) numberFeatures(x)
x |
an object that describes a dataset or a model. |
the number of features
the number of features.
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.