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 [email protected] or file a JIRA ticket
with INFRA.
---