BinaryOptimizationMethod

Description

The BinaryOptimizationMethod enumeration is used to determine optimization method in the binary regression.

It is used by the following property:

Available Values

  Value Brief description
0 QuadraticHillClimbing. Quadratic hill-climbing.
1 NewtonRaphson. Newton-Raphson method.
2 Powell. Powell method.

See also:

Stat Assembly Enumerations