Release Version 2.10
Models
-
These models are added:
-
FuzzyCMeans
-
NearestCentroid
-
PassiveAgressiveRegressor
-
PassiveAgressiveClassifier
-
OneClassPassiveAggressiveClassifier
-
-
ExpectationMaximization now stores the matrices in this order for the ModelParameters:
-
meanMatrix (Originally piMatrix)
-
varianceMatrix (Originally meanMatrix)
-
piMatrix (Originally varianceMatrix)
-