fix memory leaks on EMGLLF, test OK for EMGrank
[valse.git] / man / indicesSelection.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/indicesSelection.R
3 \name{indicesSelection}
4 \alias{indicesSelection}
5 \title{Construct the set of relevant indices -> ED: je crois que cette fonction n'est pas utile}
6 \usage{
7 indicesSelection(phi, thresh = 1e-06)
8 }
9 \arguments{
10 \item{phi}{regression matrix, of size p*m}
11
12 \item{thresh}{threshold to say a cofficient is equal to zero}
13 }
14 \value{
15 a list with A, a matrix with relevant indices (size = p*m) and B, a
16 matrix with irrelevant indices (size = p*m)
17 }
18 \description{
19 Construct the set of relevant indices -> ED: je crois que cette fonction n'est pas utile
20 }
21