Beta Version 2.9.0

Changes

  • MeanShift now accepts table of matrices instead of a single matrix under the “Models” section.

  • ExpectationMaximization now have “mode” and “distanceFunction” parameters in its constructor under the “Models” section.

Fixes

  • Fixed some bugs and optimized these models under the “Models” section:

    • AgglomerativeHierarchical

    • ExpectationMaximization

    • KMeans

    • KMedoids

    • MeanShift

Removed

  • Removed redundant codes from these models under the “Models” section:

    • AgglomerativeHierarchical

    • ExpectationMaximization

    • KMeans

    • KMedoids

    • MeanShift

    • GaussianNaiveBayes

    • MultinomialNaiveBayes

    • BernoulliNaiveBayes

    • ComplementNaiveBayes

    • CategoricalNaiveBayes