[ 
https://issues.apache.org/jira/browse/SPARK-14552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alok Singh updated SPARK-14552:
-------------------------------
    Description: 
Implement the wrapper for VectorIndexer.

The inspiring idea is from dply package in R

{code}
x <- c("a", "b", "c")
revalue(x, c(a = "1", c = "2"))
{/code}


  was:
Implement the wrapper for VectorIndexer.

The inspiring idea is from dply package in R

x <- c("a", "b", "c")
revalue(x, c(a = "1", c = "2"))




> ReValue wrapper for SparkR
> --------------------------
>
>                 Key: SPARK-14552
>                 URL: https://issues.apache.org/jira/browse/SPARK-14552
>             Project: Spark
>          Issue Type: New Feature
>          Components: ML, SparkR
>            Reporter: Alok Singh
>
> Implement the wrapper for VectorIndexer.
> The inspiring idea is from dply package in R
> {code}
> x <- c("a", "b", "c")
> revalue(x, c(a = "1", c = "2"))
> {/code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to