Description Usage Arguments Details Value Author(s) Examples
The filter.NULL
function applies the feature selection NULL to a set of physical measures. In other words, it returns all this data.
1 |
... |
Currently ignored. |
The filter.NULL
function is the feature selection NULL. It returns an object which can be used with the predict
function to convert a set of physical measures to another one. But in this particular case, it returns all the data without reduction.
The filter.NULL
function returns an object which can be used with the predict
function to reduce each physical measure. This data can be the same or an other one than contained in X.
The value of this function is an object of class filter.NULL
, which is a list without element.
Liran Lerman llerman@ulb.ac.be & Gianluca Bontempi gbonte@ulb.ac.be@ulb.ac.be & Olivier Markowitch olivier.markowitch@ulb.ac.be
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.