prediction_ratio#

prediction_ratio(true_change_points: _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], pred_change_points: _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]) float[源代码][源代码]#

预测比率是预测变化点数量与真实变化点数量的比率。

参数:
true_change_points: array_like

真实变化点的整数索引(位置)

pred_change_points: array_like

预测变化点的整数索引(位置)

返回:
prediction_ratio