We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
若输出来的根因:有的根因的predict大于real,有的根因的predict小于real,也就是有事件的正向根因、负向根因。 那么怎样区分正向根因、负向根因? 个人想法:是否可以根据根因real的和与根因predict的和进行比较,来区分正向根因(predict的和小于real的和)、负向根因(predict的和大于real的和)呢?
The text was updated successfully, but these errors were encountered:
Squeeze中不区分
Sorry, something went wrong.
好的,谢谢
No branches or pull requests
若输出来的根因:有的根因的predict大于real,有的根因的predict小于real,也就是有事件的正向根因、负向根因。
那么怎样区分正向根因、负向根因?
个人想法:是否可以根据根因real的和与根因predict的和进行比较,来区分正向根因(predict的和小于real的和)、负向根因(predict的和大于real的和)呢?
The text was updated successfully, but these errors were encountered: