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:

    1. meanMatrix (Originally piMatrix)

    2. varianceMatrix (Originally meanMatrix)

    3. piMatrix (Originally varianceMatrix)