Closed frederikziebell closed 4 years ago
Hi Frederik, thanks for the heads up. We realised that numFactors = ceiling(nsamples/2) was to large, so we changed it, but apparently we forgot to modify the documentation accordingly.
P.S. We will release MOFA v2 in the next couple of days. Make sure to check the improved implementation :)
Hi Britta and Ricard,
I'm running MOFA 1.2.0. The documentation says the default value of
numFactors
ingetDefaultModelOptions()
is 25, but the source code saysnumFactors = ceiling(nsamples/2)
. I also looked in the source of the current master branch and there it saysnumFactors = 10
although the documentation still says 25.Best wishes, Frederik