|
SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <agm.h>

Public Member Functions | |
| TLogRegPredict (const TFltV &_bb) | |
| TLogRegPredict (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| UndefDefaultCopyAssign (TLogRegPredict) | |
| double | GetCfy (const TFltV &AttrV) |
| void | GetTheta (TFltV &_Theta) |
| void | GetCfy (const TVec< TFltV > &X, TFltV &OutV) |
| void | PrintTheta () |
Static Public Member Functions | |
| static PLogRegPredict | Load (TSIn &SIn) |
| static void | GetCfy (const TVec< TFltV > &X, TFltV &OutV, const TFltV &NewTheta) |
| static double | GetCfy (const TFltV &AttrV, const TFltV &NewTheta) |
Private Attributes | |
| TCRef | CRef |
| TFltV | Theta |
Friends | |
| class | TPt< TLogRegPredict > |
|
inline |
|
inline |
Definition at line 203 of file agm.h.
References TVec< TVal, TSizeTy >::Load(), and Theta.

|
static |
Definition at line 933 of file agm.cpp.
References TVec< TVal, TSizeTy >::Gen(), and TVec< TVal, TSizeTy >::Len().
Referenced by TLogRegFit::Gradient(), TLogRegFit::Hessian(), and TLogRegFit::Likelihood().


Definition at line 922 of file agm.cpp.
References TVec< TVal, TSizeTy >::Last(), and TVec< TVal, TSizeTy >::Len().

|
inline |
|
inline |
|
inlinestatic |
Definition at line 204 of file agm.h.
References TLogRegPredict().

|
inline |
Definition at line 215 of file agm.h.
References TVec< TVal, TSizeTy >::Len(), and Theta.

|
inline |
Definition at line 205 of file agm.h.
References TVec< TVal, TSizeTy >::Save(), and Theta.

| TLogRegPredict::UndefDefaultCopyAssign | ( | TLogRegPredict | ) |
|
friend |
|
private |
Definition at line 198 of file agm.h.
Referenced by GetCfy(), GetTheta(), PrintTheta(), Save(), and TLogRegPredict().