Correct RANSAC operation parameters
Created by: Dreamlone
A bug that appeared when running on medical data has been fixed.
Data feature: there are more features in dataset than objects.
When initializing ransac_lin_reg, hyperparameter min_samples was defined by integer value. Now it is a real number (from 0.1 to 0.9, default value is 0.4).