Click or drag to resize

DoubleBisquareWeightingFunction Constructor

Overload List
 NameDescription
Public methodDoubleBisquareWeightingFunction Constructs an instance of DoubleBisquareWeightingFunction with the default tuning factor.
Public methodDoubleBisquareWeightingFunction(Double) Constructs an instance of DoubleBisquareWeightingFunction with the given tuning factor.
Protected methodDoubleBisquareWeightingFunction(DoubleBisquareWeightingFunction) Copy constructor. Creates an instance of DoubleBisquareWeightingFunction that is a deep copy of other.
Public methodDoubleBisquareWeightingFunction(DoubleMatrix) Constructs an instance of DoubleBisquareWeightingFunction for the given matrix with the default tuning factor.
Public methodDoubleBisquareWeightingFunction(DoubleMatrix, Double) Constructs a DoubleBisquareWeightingFunction for the specified matrx and tuning factor.
Top
See Also