-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Add filter method to get.placement() #85
base: devel
Are you sure you want to change the base?
Conversation
merge the latest version
为什么要把 |
老师,我发现summarize_placement()调用了get.placement()是写死的,我想不到要怎么修改比较好,就先删掉了。 |
没想好,那就不要动,这不是显而易见的吗。 写死不是重点,重点是文件解析时,给出了基本的信息(这就可以是写死的一块),然后又有探索其它信息的可能性(这就是活的了)。 |
老师,是这样的,首先我在 |
data哪是可以传来传去的。所谓封装就是让人看不见。 |
不管是什么样子的,首先是要想好,想清楚。不能说,我还没想好,所以我把代码注释掉一块。 如何呈现给用户是最主要的,至于怎么实现,都是次要的,你可以propose一些东西,我觉得OK了,你搞不了,让别的学生来搞也没问题。 最重要的一点,想清楚。想清楚。想清楚。 |
好的,老师,我再想想。 |
Add filter methods for placement filtering: "all","max_lwr","max_pendant", "min_likelihood","lwr","pendant","likelihood"