Skip to content
Snippets Groups Projects
  • actuaryzhang's avatar
    050c20cc
    [SPARK-19386][SPARKR][FOLLOWUP] fix error in vignettes · 050c20cc
    actuaryzhang authored
    ## What changes were proposed in this pull request?
    
    Current version has error in vignettes:
    ```
    model <- spark.bisectingKmeans(df, Sepal_Length ~ Sepal_Width, k = 4)
    summary(kmeansModel)
    ```
    
    `kmeansModel` does not exist...
    
    felixcheung wangmiao1981
    
    Author: actuaryzhang <actuaryzhang10@gmail.com>
    
    Closes #16799 from actuaryzhang/sparkRVignettes.
    050c20cc
    History
    [SPARK-19386][SPARKR][FOLLOWUP] fix error in vignettes
    actuaryzhang authored
    ## What changes were proposed in this pull request?
    
    Current version has error in vignettes:
    ```
    model <- spark.bisectingKmeans(df, Sepal_Length ~ Sepal_Width, k = 4)
    summary(kmeansModel)
    ```
    
    `kmeansModel` does not exist...
    
    felixcheung wangmiao1981
    
    Author: actuaryzhang <actuaryzhang10@gmail.com>
    
    Closes #16799 from actuaryzhang/sparkRVignettes.