DataMap

constructor(arraySize: Int, map: MutableMap<String, DoubleArray> = mutableMapOf())

Parameters

arraySize

the size of the arrays to be added to the map. The array must have at least one element.

map

an optional map. If empty, then added arrays must have length arraySize. If not empty, then its arrays must have size arraySize.