Beta Version 2.16.0

Added

  • Added these models the “Models” section:

    • LocalOutlierFactor

    • LocalOutlierProbability

    • PoissonLinearRegression

    • OrderingPointsToIdentifyClusteringStructure

    • SupportVectorMachineGradientVariant

    • SupportVectorRegressionGradientVariant

  • Added these functions to ConfusionMatrixCreator under the “Others” section:

    • createCountMatrix()

    • printCountMatrix()

    • calculateStatistic()

    • printStatistics()

    • printMacroStatistics()

## Changes

  • Renamed getStandardNormalCumulativeDistributionFunction() function to calculateStandardNormalCumulativeDistributionValue() for ZTableFunction under the “Cores” section.

  • Renamed getStandardNormalInverseCumulativeDistributionFunction() function to calculateStandardNormalInverseCumulativeDistributionValue() for ZTableFunction under the “Cores” section.

Fixes

  • Fixed a bug in getStandardNormalCumulativeDistributionFunction() function for ZTableFunction under the “Cores” section.