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

To explain: For each linear combination, it will incrementally REMOVE columns from the matrix and test to SEE if the dependencies have been resolved.



Discussion

No Comment Found

Related InterviewSolutions