component_names#
- property VectorFloatHistogramFunction.component_names#
A name for each component of the resulting vector.
Can be strings representing an indices (i.e “0”, “1”, “2”, etc.) or can be a descriptive string (i.e. “Mg”, “Va”, “O”, etc.). If the sampled quantity is an unrolled matrix, indices for column-major ordering are typical (i.e. “0,0”, “1,0”, …, “m-1,n-1”).
- Type:
list[str]