Skip to content
Snippets Groups Projects
Commit 4a199a1d authored by DIANE's avatar DIANE
Browse files

yml file update

parent 699cac07
No related branches found
No related tags found
No related merge requests found
...@@ -25,13 +25,38 @@ nav: ...@@ -25,13 +25,38 @@ nav:
- Predictive modeling: 'GETTING STARTED/ModelCreation.md' - Predictive modeling: 'GETTING STARTED/ModelCreation.md'
- Prediction making: 'GETTING STARTED/PredictionMaking.md' - Prediction making: 'GETTING STARTED/PredictionMaking.md'
- Reporting and results downloading: 'GETTING STARTED/Reporting.md' - Reporting and results downloading: 'GETTING STARTED/Reporting.md'
- RESOURCES: - RESOURCES:
- Frameworks and algorithms: 'RESOURCES/Frameworks and algorithms.md' - Frameworks and algorithms: 'RESOURCES/Frameworks and algorithms.md'
- SOURCE CODE: - SOURCE CODE:
- data visualization: 'RESOURCES/ModelCreation.md' - User files parsing:
- samples selection: 'RESOURCES/ModelCreation.md' - JCAMP-DX files: 'RESOURCES/Jcamp_parse.md'
- calibration development: 'RESOURCES/ModelCreation.md' - CSV files: 'RESOURCES/Csv_parse.md'
- prediction: 'RESOURCES/ModelCreation.md' - Data visualization: 'RESOURCES/Data_visualization.md'
- Dimensionality reduction and clustering:
- Dimensionality reduction: 'RESOURCES/DimensionalityReduction.md'
- Clustering analysis: 'RESOURCES/Clustering.md'
- Representative subset selection: 'RESOURCES/SubsetSel.md'
- Spectral signal preprocessing:
- Spectral normalization: 'RESOURCES/Normalize.md'
- Spectral normalization and derivations: 'RESOURCES/Signal_preprocess.md'
- Formatted string: 'RESOURCES/Signal_preprocess_str.md'
- Calibration model development:
- Base class: 'RESOURCES/BaseRegClass.md'
- PLSR: 'RESOURCES/Plsr.md'
- TpeIpls: 'RESOURCES/TpeIpls.md'
- LW-PLS : 'RESOURCES/LW-PLS.md'
- Models evaluation: 'RESOURCES/ModelEvaluation.md'
- Other methods and classes:
- Standardization: 'RESOURCES/standardize.md'
- CV: 'RESOURCES/CV.md'
- fmt: 'RESOURCES/fmt.md'
- HandleItems: 'RESOURCES/HandleItems.md'
- st_var: 'RESOURCES/st_var.md'
- list_files: 'RESOURCES/list_files.md'
- meta_st: 'RESOURCES/meta_st.md'
- data_split: 'RESOURCES/data_split.md'
- REFERENCES: 'RESOURCES/References.md' - REFERENCES: 'RESOURCES/References.md'
- CITATION: 'GETTING STARTED/CitationPermission.md' - CITATION: 'GETTING STARTED/CitationPermission.md'
- SUPPORT: 'Support.md' - SUPPORT: 'Support.md'
...@@ -41,6 +66,7 @@ nav: ...@@ -41,6 +66,7 @@ nav:
theme: theme:
name: material name: material
highlightjs: true
features: features:
- navigation.tabs - navigation.tabs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment