artedison / Edison_Lab_Shared_Metabolomics_UGA

Official Edison Lab toolboxes and scripts for analyzing metabolomics data.
13 stars 4 forks source link

Problem in multi-class classification in plsCV.m and plsPV.m (moved from private one) #4

Open mikeaalv opened 4 years ago

mikeaalv commented 4 years ago

It seems the two plsda function in toolbox doesn't support dummy variable for multi-class classification problem.

plsCV.m plsPV.m

So for the currently, try not to use these two functions for you are doing classification and have more than 2 different classes.

original issue