Feeds
提问
Cross-validation using linear discriminant analysis
The following code performs 10-fold cross-validation using linear discriminant analysis: load fisheriris indices...
9 years 前 | 0 个回答 | 0
0
个回答提问
Train Linear SVM Model
I have a dataset with 50 predictor variables and two class labels (disease/normal). When I run this code, I get the error me...
9 years 前 | 1 个回答 | 0
1
个回答提问
Automate splitting arrays to input into table
I have an array that contains a total of 56 numbers. I need to take the first 14 numbers, the next 14 numbers, etc. and create ...
9 years 前 | 2 个回答 | 0
2
个回答提问
Process file sets and store output in table rows
I have a total of 100 files. I need to calculate the mean of each column in every set of 5 files (1-5, 6-10, etc.) and store th...
9 years 前 | 1 个回答 | 0