Analyzers Refactoring: analyzer result became a structured object instead of a dictionary for all Analyzers
The following Quality Metrics Options are added:
- conf_interval_n_sigmas (the width of confidence intervals ): int = DEFAULT_CONF_INTERVAL_SIZE
- classification_treshold (the threshold for true labels): float = DEFAULT_CLASSIFICATION_TRESHOLD
- cut_quantile (cut the data by right, left and two-sided quantiles): Union[None, Tuple[str, float], Dict[str, Tuple[str, float]]] = None