Click or drag to resize

RegressionFactorScores Constructor

Overload List
 NameDescription
Public methodRegressionFactorScores Constructs a
C#
RegressionFactorScores
instance with a default value of 1e-10 for the correlation tolerance.
Public methodRegressionFactorScores(Double) Constructs a
C#
RegressionFactorScores
instance with the given correlation tolerance. Values in the correlation matrix with magnitude less than this value will considered zero by the regression algorithm.
Top
See Also