Click or drag to resize

DoubleFairWeightingFunction Constructor

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