Add filter method to get.placement()#85
Open
mjchen1996 wants to merge 8 commits intoYuLab-SMU:develfrom
Open
Conversation
merge the latest version
Member
|
为什么要把 |
Author
老师,我发现summarize_placement()调用了get.placement()是写死的,我想不到要怎么修改比较好,就先删掉了。 |
Member
|
没想好,那就不要动,这不是显而易见的吗。 写死不是重点,重点是文件解析时,给出了基本的信息(这就可以是写死的一块),然后又有探索其它信息的可能性(这就是活的了)。 |
Author
老师,是这样的,首先我在 |
Member
|
data哪是可以传来传去的。所谓封装就是让人看不见。 |
Member
不管是什么样子的,首先是要想好,想清楚。不能说,我还没想好,所以我把代码注释掉一块。 如何呈现给用户是最主要的,至于怎么实现,都是次要的,你可以propose一些东西,我觉得OK了,你搞不了,让别的学生来搞也没问题。 最重要的一点,想清楚。想清楚。想清楚。 |
Author
|
好的,老师,我再想想。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add filter methods for placement filtering: "all","max_lwr","max_pendant", "min_likelihood","lwr","pendant","likelihood"