count_error#
- count_error(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
预测变化点的整数索引(位置)
- 返回:
- count_error