DissimilarityIndex.inspect

adrio.acs5.DissimilarityIndex.inspect()

Produce an inspection of the ADRIO’s data for the current context.

This method is abstract. When implementing an ADRIO, override this method to provide data fetching and processing logic. Use self methods and properties to access the simulation context or defer processing to another function.

NOTE: if you are implementing this method, make sure to call validate_context first and _validate_result last.

Returns

InspectResult[ResultT, ValueT]

The data inspection results for the ADRIO’s current context.