you can also use the search box to find your file/function
Internal Libs
InfraMed
- MedPidRepository - the main object to fetch data from our repositories. Most times we only use the the basic interface of MedRepository which this class inherited
MedAlgo
- MedPredictor - basic predictor interface. you may see all derived classes and models in the link.
to see all options for json file please reffer to MedPredictorTypes
MedProcessTools
- MedModel - medial pipeline model for running all process. Pipeline objects:
- MedSamples - an object that stores our samples - with patient id, prediction time, label and more..
- MedFeatures - an object that stores our matrix for all samples in MedSamples
MedStats
- MedBootstrapResult - the main object to run bootstrap on our data adn store the results, it contains the MedBootstrap as configuration for the bootstrap
- bootstrap.h - the internal bootstrap infrastracture for more general use
MedUtils
MedTime
- MedTime.h - A library to convert between time units
Medial Helper Functions
MedFeat
- MedOutcome - example object, need more documentation
Logger
Extrenal Libs
- LightGBM
- XGBoost
- VowpalWabbit - Yahoo Research library for machine learning (mainly for texts), also kernel svm's and more..
- Eigen
General Comments
- TODO List
- This mainpage can be found in $MR_ROOT/Libs/InternalOrig/medial_utilities/medial_utilities/mainpage.md