def get_box_plot_html(self, base_file_name: str) -> str:
return self.boxplot_html_for_data("mean score", base_file_name + "_program" + html_escape_property(self.name),
self.get_statistical_property_scores(rel_mean_func))
评论列表
文章目录