Click or drag to resize
Accord.NET (logo)

LogisticRegressionFromWeights Method

Overload List
  NameDescription
Public methodStatic memberFromWeights(Double)
Constructs a new LogisticRegression from an array of weights (linear coefficients). The first weight is interpreted as the intercept value.
Public methodStatic memberFromWeights(Double, Double)
Constructs a new LogisticRegression from an array of weights (linear coefficients). The first weight is interpreted as the intercept value.
Top
See Also