Description Usage Arguments Details Value Author(s) References Examples
The filter.RegressionTreeFilter
function implements the feature selection RegressionTreeFilter to a set of physical measures.
1 | filter.RegressionTreeFilter(X,nbreVarX_,...)
|
X |
A matrix where each row is a physical measure. |
nbreVarX_ |
The number of variables which represents each physical measure after the reduction by the RegressionTreeFilter. |
... |
Currently ignored. |
The filter.RegressionTreeFilter
function is the feature selection RegressionTreeFilter. It returns an object which can be used with the predict
function to convert a set of physical measures to another one with less variables.
The filter.RegressionTreeFilter
function returns an object which can be used with the predict
function to reduce each physical measure. This side channel can be the same or an other one than contained in X.
The value of this function is an object of class filter.RegressionTreeFilter
, which is a list with the following components:
nbreVarX |
number of variable to get after the projection in the new basis. |
Liran Lerman llerman@ulb.ac.be & Gianluca Bontempi gbonte@ulb.ac.be@ulb.ac.be & Olivier Markowitch olivier.markowitch@ulb.ac.be
Pierre Geurts. 2001. Pattern Extraction for Time Series Classification. In Proceedings of the 5th European Conference on Principles of Data Mining and Knowledge Discovery (PKDD '01), Luc De Raedt and Arno Siebes (Eds.). Springer-Verlag, London, UK, 115-127.
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.