View source: R/LR_simulateDifferencesDS.R
LR_simulateDifferencesDS | R Documentation |
Calculate the gradient and function value of logistic loss of a given point based on the removal of one data point from the original data. Used for sensitivity analyses required for the implementation of differential privacy.
LR_simulateDifferencesDS(w, x, y)
w |
The current estimate of coefficient vector |
x |
The design matrix |
y |
The label vector |
The current estimate of w was sent to target server and applied on x,y.
The gradient and function value of logistic loss based on the removal of one data point from the original data
Roman Schefzik
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.