Mol(Math Object Library) fot .Net
データ行列。統計対象データの入れ物です。データ量が大きいときは順にデータを満たしながら複数回に分けて処理を実行(分割処理)できます。
複数回に分けて処理を実行する場合はデータ行列の各要素を書き換えるか、新しいデータ行列を作成して DataMatrix に設定します。
各行がレコードですので新しいデータ行列を作成する場合、行数は変更可能ですが列数を変更することはできません。
※重み(Weight)を定義している場合は、重みの変更も必要です。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public MatrixDenseGeneralDouble DataMatrix { get; set; } |
Visual Basic |
---|
Public Property DataMatrix As MatrixDenseGeneralDouble
Get
Set |
Visual C++ |
---|
public:
property MatrixDenseGeneralDouble^ DataMatrix {
MatrixDenseGeneralDouble^ get ();
void set (MatrixDenseGeneralDouble^ value);
} |
|
---|
member DataMatrix : MatrixDenseGeneralDouble with get, set
|
Property Value
タイプ:
MatrixDenseGeneralDouble参照