Skip to content
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

MWE.xsl 47-54 For the MWE metric, how to calculate the topics is not implemented. #234

Closed
uurl opened this issue May 18, 2018 · 6 comments
Closed

Comments

@uurl
Copy link
Contributor

uurl commented May 18, 2018

To calculate the Maximal Weighted Entropy (MWE) the "topic" is needed. Currently this process is not implemented.

To calculate the topics: a method contains words excluding programming language keywords, stop words and punctuation. So, to calculate the MWE metric each "variable's name" is a topic.

A High Cohesive Class has two characteristics:

  • High Occupancy (Oi): the main topic is present in all the methods.
  • High Distribution (Di): all the methods are related to the same topic.

For more information on how to calculate the MWE metric, check the PDF [lyu09] in the papers.

@0crat
Copy link
Collaborator

0crat commented May 18, 2018

@yegor256/z please, pay attention to this issue

@yegor256
Copy link
Member

@uurl we have a puzzle for that, right?

@uurl
Copy link
Contributor Author

uurl commented May 19, 2018

@yegor256 the puzzle #144 talked about it, but currently it doesn't specify how calculate the topics

@yegor256
Copy link
Member

@uurl this is a problem related to the puzzle. No need to create a new ticket for it. While you (or someone else) will be solving the puzzle, the problem will appear and it will lead to new puzzles.

@0crat
Copy link
Collaborator

0crat commented May 19, 2018

The job is not in WBS, won't close the order

@uurl
Copy link
Contributor Author

uurl commented May 19, 2018

@yegor256 Ok, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants