Feeds
提问
Invalid training data. Predictors must be a numeric array, a datastore, or a table. For networks with sequence input, predictors can also be a cell array of sequences.
cvp = cvpartition(data.Var4,"Holdout",0.3); dataTrain = data(training(cvp),:); dataValidation = data(test(cvp),:); %% Trani...
2 years 前 | 1 个回答 | 0