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:

    1. meanMatrix (Originally piMatrix)

    2. varianceMatrix (Originally meanMatrix)

    3. piMatrix (Originally varianceMatrix)