You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by uce <gi...@git.apache.org> on 2017/02/26 17:21:04 UTC

[GitHub] flink issue #3404: [FLINK-5597] [docs] Improve the LocalClusteringCoefficien...

Github user uce commented on the issue:

    https://github.com/apache/flink/pull/3404
  
    Changes read well. +1 to merge.
    
    Small note on JavaDocs and usage of `<br>` tags: I think the common way is to use `<p>` when the paragraph starts.
    
    ```java
    /**
     * Hyperlink-Induced Topic Search computes two interdependent scores for every
     * vertex in a directed graph. A good "hub" links to good "authorities" and
     * good "authorities" are linked from good "hubs".
     * 
     * <p>This algorithm can be configured to terminate either by a limit on the number
     * of iterations, a convergence threshold, or both.
     * 
     * <p>http://www.cs.cornell.edu/home/kleinber/auth.pdf
     *
     * @param <K> graph ID type
     * @param <VV> vertex value type
     * @param <EV> edge value type
     */
    public class HITS<K, VV, EV> {}
    ```
    
    Of course, we don't have a code style ;-). Just wanted to mention it, I don't think that this needs changes with this PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---