You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Alok Singh (JIRA)" <ji...@apache.org> on 2016/04/12 04:46:26 UTC

[jira] [Updated] (SPARK-14552) ReValue wrapper for SparkR

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

In R in the dply package one can do the following 


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



  was:
Implement the wrapper for VectorIndexer.

In R in the dply package one can do the following 

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.
> In R in the dply package one can do the following 
> x <- c("a", "b", "c")
> revalue(x, c(a = "1", c = "2"))



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

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