You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2019/09/09 17:56:59 UTC

[GitHub] [madlib] fmcquillan99 removed a comment on issue #433: Kmeans: Add automatic optimal cluster estimation

fmcquillan99 removed a comment on issue #433: Kmeans: Add automatic optimal cluster estimation
URL: https://github.com/apache/madlib/pull/433#issuecomment-529053283
 
 
   ```
   madlib=# SELECT * FROM madlib.kmeanspp_auto(
   madlib(# 'km_sample',
   madlib(# 'k_auto1'
   madlib(# 'points', 
   madlib(# ARRAY[1,2,3],
   madlib(# 'madlib.squared_dist_norm2',
   madlib(# 'madlib.avg', 
   madlib(# 20, 
   madlib(# 0.001,
   madlib(# 1.0,
   madlib(# 'elbow'
   madlib(# );
   ERROR:  function madlib.kmeanspp_auto(unknown, unknown, integer[], unknown, unknown, integer, numeric, numeric, unknown) does not exist
   LINE 1: SELECT * FROM madlib.kmeanspp_auto(
                         ^
   HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
   ```

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