orthogonal_matching_pursuit
Compute the coefficients of a polynomial expansion using orthogonal matching pursuit (OMP)
Specification
Alias: omp
Arguments: None
Child Keywords:
Required/Optional |
Description of Group |
Dakota Keyword |
Dakota Keyword Description |
---|---|---|---|
Optional |
The noise tolerance used when performing cross validation in the presence of noise or truncation errors. |
Description
Compute the coefficients of a polynomial expansion using orthogonal matching pursuit (OMP). Orthogonal matching pursuit (OMP) is a greedy algorithm that is usefult when solving underdetermined linear systems.