rocCurveRegistration top-level property
Implementation
final rocCurveRegistration = ChartRegistration(
type: ChartType.rocCurve,
typeString: 'rocCurve',
aliases: const ['roc'],
fromJson: ROCCurveChartConfig.fromJson,
description: 'ROC Curve for binary classifiers.',
tags: const ['ai', 'ml', 'statistical'],
);