Question
Which data structure represents objects as rows and attributes as columns?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A data matrix
Explanation:
A data matrix is the standard tabular representation used by many algorithms.
Each row is an object and each column is a feature.
Leave a Reply