Skip to content
  • Marco Gaido's avatar
    0783876c
    [SPARK-23344][PYTHON][ML] Add distanceMeasure param to KMeans · 0783876c
    Marco Gaido authored
    ## What changes were proposed in this pull request?
    
    SPARK-22119 introduced a new parameter for KMeans, ie. `distanceMeasure`. The PR adds it also to the Python interface.
    
    ## How was this patch tested?
    
    added UTs
    
    Author: Marco Gaido <marcogaido91@gmail.com>
    
    Closes #20520 from mgaido91/SPARK-23344.
    0783876c
    [SPARK-23344][PYTHON][ML] Add distanceMeasure param to KMeans
    Marco Gaido authored
    ## What changes were proposed in this pull request?
    
    SPARK-22119 introduced a new parameter for KMeans, ie. `distanceMeasure`. The PR adds it also to the Python interface.
    
    ## How was this patch tested?
    
    added UTs
    
    Author: Marco Gaido <marcogaido91@gmail.com>
    
    Closes #20520 from mgaido91/SPARK-23344.
Loading