Open bblodfon opened 1 year ago
So that someone can't change the result afterwards, e.g.
efs = eFS$new() efs$run() efs$n_features = 10 # then save the object and the result doesn't correspond to the n_features used during run()
probably have a way to change these values as I do in tests (more privately though)
So that someone can't change the result afterwards, e.g.
probably have a way to change these values as I do in tests (more privately though)