You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by myui <gi...@git.apache.org> on 2017/07/05 08:55:48 UTC

[GitHub] incubator-hivemall pull request #92: [HIVEMALL-5-pre] Java code formatter

Github user myui commented on a diff in the pull request:

    https://github.com/apache/incubator-hivemall/pull/92#discussion_r125588390
  
    --- Diff: core/src/main/java/hivemall/anomaly/SingularSpectrumTransform.java ---
    @@ -165,8 +165,8 @@ private double computeScoreSVD(@Nonnull final RealMatrix H, @Nonnull final RealM
         /**
          * Implicit Krylov Approximation (IKA) based naive scoring.
          *
    -     * Number of iterations for the Power method and QR method is fixed to 1 for efficiency. This
    -     * may cause failure (i.e. meaningless scores) depending on datasets and initial values.
    +     * Number of iterations for the Power method and QR method is fixed to 1 for efficiency. This may cause failure (i.e. meaningless scores)
    --- End diff --
    
    Better to set Javadoc comment formatting off for the time being.


---
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.
---