Version 0.1¶
Changelog¶
Adds number of existing fuzzy rough set algorithms.
New algorithms¶
neighbours.FRFSneighbours.FRONECneighbours.FROVOCOneighbours.FRPS
API changes¶
neighbours.FRNNClassifierreplaced byneighbours.FRNN.Classifiers give confidence scores; absolute class predictions can be obtained with utility functions.
Classifiers follow construct/query pattern; scikit-learn fit/predict pattern can be obtained with utility class.
neighbours.owa_operatorsmoved toutils.owa_operators.utils.OWAOperatorno longer initialised with fixed k, has to be passed to method calls instead.utils.OWAOperatormethod calls and functions inutils.np_utilsnow accept fractional and None k.