SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 > |
|
static |
Definition at line 933 of file agm.cpp.
|
inline |
Definition at line 212 of file agm.h.
Definition at line 214 of file agm.h.
|
inlinestatic |
|
inline |
TLogRegPredict::UndefDefaultCopyAssign | ( | TLogRegPredict | ) |
|
friend |