You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/03/18 07:28:45 UTC

[GitHub] [commons-math] aherbert commented on issue #126: #MATH-1525 Move out "EmptyClusterStrategy" from KMeansPlusPlusClusterer

aherbert commented on issue #126: #MATH-1525 Move out "EmptyClusterStrategy" from KMeansPlusPlusClusterer
URL: https://github.com/apache/commons-math/pull/126#issuecomment-600466181
 
 
   A commit is missing. Did you force push on your branch or on a branch this is based on?
   
   However there is also this error:
   ```
   [ERROR] /home/travis/build/apache/commons-math/src/main/java/org/apache/commons/math4/ml/clustering/extractor/FarthestPointExtractor.java:[66,47] getCenter() is not public in org.apache.commons.math4.ml.clustering.CentroidCluster; cannot be accessed from outside package
   ```
   
   Given that this is true (the method is package private), this PR will always fail.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services