InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) findLinearColumns will also return a vector of column positions can be removed to eliminate the linear dependencies(b) findLinearCombos will return a list that enumerates dependencies(c) the function findLinearRows can be used to generate a complete set of row variables from one factor(d) none of the mentionedThis question was posed to me in an interview for job.Question is from caret in division Machine Learning of Data Science |
|
Answer» Correct option is (b) findLinearCombos will return a list that ENUMERATES DEPENDENCIES |
|