Convenience accessor: list of raw vectors (List<double>).
List<double>
List<List<double>> get vectors => [for (final e in data) e.vector];