You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
replace getRaw... functions with get...WithColor functions
VoidFMExplanation, RedundancyAnalysisExplanation, and CompactExplanation:
will have two functions - one for raw descriptive explanation and one for explanation with color
Bring the source code of RawExplanation into AutomatedAnalysisExplanation
it means that AutomatedAnalysisExplanation will have two public functions: (1) getDescriptiveExplanation - returns a raw descriptive explanation for each type of Analysis, (2) getDescriptiveExplanations - returns raw descriptive explanations for a list of analyses, (3) getDescriptiveExplanationWithColor - returns formatted descriptive explanation for each type of Analysis, (4) getDescriptiveExplanationsWithColor - returns formatted descriptive explanation for a list of analyses.
(May be this is not good)Migrate the structure of DiagnosisTree into CECore. In this case, the below class should have an additional function whose output is a DiagnosisTree (or something like that).
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: