SimulationObject.feature_data_as_dict¶
SimulationObject.feature_data_as_dict() -> Dict[List[float]]
Returns feature_data in a Dict format.
Parameters¶
None
Return type¶
Dict[String, List[float]]
Return value¶
A dictionary representation of SimulationObject.feature_data
.