Beta Version 2.10.0
Added
-
These models are added under the “Models” section:
-
FuzzyCMeans
-
NearestCentroid
-
PassiveAgressiveRegressor
-
PassiveAgressiveClassifier
-
OneClassPassiveAggressiveClassifier
-
Changes
-
ExpectationMaximization now stores the matrices in this order for the ModelParameters under the “Models” section:
-
meanMatrix (Originally piMatrix)
-
varianceMatrix (Originally meanMatrix)
-
piMatrix (Originally varianceMatrix)
-