IDreamDataNormal

Parent Previous Next

///////////////////////////////////////////////////////////////////////////////////////////////////

// Interface IDreamDataNormal


[

 object,

 uuid(B5A5CAA7-922E-414F-A1B8-4076BF85C879),

 local,

 helpstring("IDreamDataNormal - interface to normal data"),

 pointer_default(unique)

]

interface IDreamDataNormal : IUnknown

{

 [helpstring("Add new MuItem")]

 HRESULT AddMeanItem([in] double mu);


 [helpstring("Set diagonal value for covariance matrix")]

 HRESULT SetCovarianceDiagonalValue([in] double diagonalValue);


 [helpstring("Set diagonal values for covariance matrix")]

 HRESULT SetCovarianceDiagonalVector([in] int nCount, [in] const double* pValues);

};