josecamachop / MEDA-Toolbox

Multivariate Exploratory Data Analysis Toolbox for Matlab
GNU General Public License v3.0
30 stars 19 forks source link

Change the input parameters in the bigData folder to the same approach as in the rest #79

Open josecamachop opened 1 day ago

JesusGarSan commented 1 day ago

I am going to have to do this little by little, but stuff won't work correctly until everythin si changed, so I will use this to track my progress in the version-2-Big_data branch.

I will mark with X the files that I have already updated.

Some functions don't take optional arguments, so I won't be touching those. Same thing goes for funtions in internal/. Since we don't expect users to sue those, I won't change the input parameter structure

bigData/ ├── X internal/ │ ├── X addData.m │ ├── X addIndices.m │ ├── X cfilesys.m │ ├── X checkLmodel.m │ ├── X psc.m │ ├── X readData.m │ └── X readIndices.m ├── X modelSel/ │ ├── X varLpca.m │ └── X varLpls.m ├── modelViz/ │ ├── X leveragesLpca.m │ ├── X leveragesLpls.m │ ├── X loadingsLpca.m │ ├── X loadingsLpls.m │ ├── X medaLpca.m │ ├── X medaLpls.m │ ├── X mscpAdicov.m │ ├── X mscpLpca.m │ ├── X mscpLpls.m │ ├── X omedaLpca.m │ ├── X omedaLpls.m │ ├── X scoresL.m │ ├── X scoresLpca.m │ └── X scoresLpls.m ├── X initLmodel.m ├── X Lgpca.m ├── X Lpca.m ├── X Lpls.m ├── X preprocess2Di.m ├── X selectVars.m ├── X updateEwma.m ├── X updateIterative.m └── README.txt

JesusGarSan commented 1 day ago

I am getting rid of the "Complete call" part of the help, as the example would need to include the value fo the variables.

a proper example will be given in "EXAMPLE OF USE"

JesusGarSan commented 2 hours ago

All input parameters have been updated and pushed to the version-2-Big_data branch

JesusGarSan commented 1 hour ago

updated README files and created tests folder