This function implements the sigmoid map function from data X to labels y
used for logistic regression in the form required by
EmpiricalRiskMinimizationDP.CMS.
Usage
mapXy.sigmoid(X, coeff)
Value
Matrix of values of the sigmoid function corresponding to each row of
X.