First commit of the f# source code.
[master-thesis.git] / Parasitemia / Parasitemia / Config.fs
1 module Config
2
3 type Config = {
4 doGSigma1: float
5 doGSigma2: float
6 doGLowFreqPercentageReduction: float
7
8 scale: float
9 }