Mol(Math Object Library) fot .Net
相関行列を格納する実対称行列(デフォルトはnull)です。 計算する必要が無い場合は null を設定します。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public MatrixDenseSymmetricDouble CorrelationMatrix { get; set; }
Visual Basic
Public Property CorrelationMatrix As MatrixDenseSymmetricDouble
	Get
	Set
Visual C++
public:
property MatrixDenseSymmetricDouble^ CorrelationMatrix {
	MatrixDenseSymmetricDouble^ get ();
	void set (MatrixDenseSymmetricDouble^ value);
}
member CorrelationMatrix : MatrixDenseSymmetricDouble with get, set

Property Value

タイプ: MatrixDenseSymmetricDouble

参照