j143 commented on a change in pull request #967:
URL: https://github.com/apache/systemml/pull/967#discussion_r436893298



##########
File path: p-212
##########
@@ -0,0 +1,30 @@
+## `imputeByFD` -Function
+Data imputation using functional dependencies is a probabilistic technique to 
fill the missing data inside a data frame.
+
+### Usage
+```r
+data_imputeFD = function(Data[String] x, Integer imputeData, Integer y, Double 
threshold)
+  return(Data[String] imputedData_X)

Review comment:
       Also, we need to make changes in .md file. See other PR for more info.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to