I have a dataset consisting of 21 columns and 2376 rows,
I would like to use c = cvpartition(n,'KFold',k)
function in matlab to partition them, but n accept just vector, not matrix, what should I do?
I have a dataset consisting of 21 columns and 2376 rows,
I would like to use c = cvpartition(n,'KFold',k)
function in matlab to partition them, but n accept just vector, not matrix, what should I do?
Comments
Post a Comment