pub type ChunkData<'a> = (usize, &'a Array2<Float>, &'a Array1<Float>);
Type alias for chunk data returned by iterator