|
SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
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().

|
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 |
Definition at line 212 of file agm.h.
References GetCfy().
Referenced by GetCfy().


Definition at line 214 of file agm.h.
References GetCfy().
Referenced by GetCfy().


|
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().

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

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