setDimension

public MultiValuedTrace setDimension(Array<Array<Comparable<? extends Object>>> dimData, int index)

Given some Comparable data, it performs some checks and prepares it to be later added as the index dimension of the n-dimensional signal.

Return

the MultiValuedSignal itself, so that the method can be chained.

Parameters

dimData

data to be set as the provided dimension

index

ith dimension of the n-dimensional signal.

See also

to learn more about the minimum data requirements