Skylark (Sketching Library)  0.1
Public Member Functions
logisticloss Class Reference

#include <FunctionProx.hpp>

Inheritance diagram for logisticloss:
Inheritance graph
[legend]
Collaboration diagram for logisticloss:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 logisticloss ()
virtual double evaluate (LocalDenseMatrixType &O, LocalTargetMatrixType &T)
virtual void proxoperator (LocalDenseMatrixType &X, double lambda, LocalTargetMatrixType &T, LocalDenseMatrixType &Y)

Detailed Description

Definition at line 69 of file FunctionProx.hpp.


Constructor & Destructor Documentation

Definition at line 71 of file FunctionProx.hpp.


Member Function Documentation

Implements lossfunction.

Definition at line 373 of file FunctionProx.hpp.

References m, n, and t.

void logisticloss::proxoperator ( LocalDenseMatrixType X,
double  lambda,
LocalTargetMatrixType T,
LocalDenseMatrixType Y 
) [virtual]

Implements lossfunction.

Definition at line 397 of file FunctionProx.hpp.

References m, and n.


The documentation for this class was generated from the following file: