Beta Version 2.15.0

Added

  • Added these models under the “Models” section:

    • Markov

    • DynamicBayesianNetwork

    • ConditionalRandomField

    • KalmanFilter

    • ExtendedKalmanFilter

    • UnscentedKalmanFilter

    • UnscentedKalmanFilterDataPredictVariant

    • BisectingCluster

  • Added “maximumNumberOfData” parameter for KNearestNeighboursRegressor’s and KNearestNeighboursClassifier’s constructors under the “Models” section.

Changes

  • Improved KMeans calculation in terms of computational speed, storage requirement and reliability under the “Models” section.

  • Improved ModelSafeguardWrapper error handling under the “Others” section.