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