to_formula_attrs

hybrid_learning.experimentation.fuzzy_exp.fuzzy_exp_eval.to_formula_attrs(formula)[source]

Extract key properties from the formula string. Format: { ‘implies’: Literal[‘R’,’S’], ‘CloseBy’: Literal[‘CoveredBy’, ‘downscaled’], ‘calibrated’: bool, ‘denoised’: bool, ‘Boolean’: bool }

Parameters

formula (str) –

Return type

str