LR_funcVal_evalDS: Access the function value of logistic loss

LR_funcVal_evalDSR Documentation

Access the function value of logistic loss

Description

Calculate the function value of logistic loss of a given point

Usage

LR_funcVal_evalDS(w, x, y)

Arguments

w

The current estimate of coefficient vector

x

The design matrix

y

The binary label vector (1,-1 vector)

Details

w was received from the client to apply on the server data pairs x, y and calculate the logistic loss value.

Value

The logistic loss value

Author(s)

Han Cao


transbioZI/dsMTLBase documentation built on Jan. 20, 2025, 8:18 p.m.