You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,7 @@
2
2
3
3
uncertaintyIndicators.py provides several functions to analyse the variability among an ensemble of voxets. It allows the computation of local measures of uncertainty (cardinality and entropy) and of global dissimilarity measures (e.g. based on multiple-point statistical analysis or wavelet decomposition among other possibilities).
4
4
5
-
Examples on how to use the functions are provided in a series of python notebooks. A pre-requisites to run the nbk-*.ipynb is to unzip models.zip in the working folder and then run example.ipynb to load an snsemble of voxets.
5
+
Examples on how to use the functions are provided in a series of python notebooks.
6
+
A pre-requisites to run the nbk-*.ipynb is to unzip models.zip in the working folder and then run example.ipynb to load an ensemble of voxets.
7
+
8
+
In order to compare the various indicator via the viewing nbk-all-indicators-comparison.ipynb notebook, a prerequisite is to run the cardinality and entropy notebooks (other pre-computed indicators are saved in the pickledata folder, but the indicators can be computed by running the appropriate notebook).
0 commit comments