Skip to content

R ports of examples from Google's Differential Privacy repository.

Notifications You must be signed in to change notification settings

cmhh/differential-privacy-r-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an R port of the examples found in examples/java of Google's Differential Privacy repository. Note this is a work in progress, and only 1 of 4 available examples have been added so far.

There are four examples all up, each in their own R scripts as follows:

  • R/count_visits_per_hour.R
  • R/count_visits_per_day.R (to do)
  • R/sum_revenue_per_hour.R (to do)
  • R/sum_revenue_per_day.R (to do)

Note that the fat jar java/differentialprivacy.jar was created using sbt and the assembly plugin.

About

R ports of examples from Google's Differential Privacy repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages