Description Usage Arguments Details Value Author(s) Examples
The filter.MAX
function returns the maximum values of a physical measure.
1 | filter.MAX(nbreVarX_,...)
|
nbreVarX_ |
The number of variables which represents each physical measures after the reduction. |
... |
Currently ignored. |
The filter.MAX
function is the feature selection MAX. It converts a set of physical measures to another one with less components.
The filter.MAX
function returns an object which can be used with the predict
function to reduce each physical measure. This physical measure can be the same or another one than contained in X.
The value of this function is an object of class filter.MAX
, which is a list with the following components:
nbreVarX |
number of component to get after the reduction of a physical measure. |
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.