Hi,

 

I would like to know why the QC IDE raise an eception when try to create a matrix of one using Matrix.Ones(1, 1)

The IDE says: 'Matrix' does not contain a definition for 'Ones'

I have an equivalent problem with the matrix Dot() product:

176 | 18:56:31:

Build Error: File: /Statistics.cs Line:94 Column:40 - 'double[*,*]' does not contain a definition for 'Dot' and no extension method 'Dot' accepting a first argument of type 'double[*,*]' could be found (are you missing a using directive or an assembly r

How do we know the version of Accord avialable and also what are the libraries and extensions available (Accord.Math, Accord.Statistics, ...)

 

Thank you for your help,

Julien

 

Author