xColCoordinates property
Returns the "x" (column coodinate) values where the matrix was computed, divided by the number of columns (i.e. normalized to 0.0 ... 1.0).
Implementation
Float64List get xColCoordinates => _xColCoord;
Returns the "x" (column coodinate) values where the matrix was computed, divided by the number of columns (i.e. normalized to 0.0 ... 1.0).
Float64List get xColCoordinates => _xColCoord;