Click or drag to resize

DoubleFairWeightingFunction(DoubleMatrix) Constructor

Constructs an instance of DoubleFairWeightingFunction for the given matrix with the default tuning factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleFairWeightingFunction(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix

[Missing <param name="A"/> documentation for "M:CenterSpace.NMath.Core.DoubleFairWeightingFunction.#ctor(CenterSpace.NMath.Core.DoubleMatrix)"]

See Also