xColCoordinates property

Float64List xColCoordinates

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;