|
SNAP Library 2.1, User Reference
2013-09-25 10:47:25
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 > |
| TLogRegPredict::TLogRegPredict | ( | const TFltV & | _bb | ) | [inline] |
| TLogRegPredict::TLogRegPredict | ( | TSIn & | SIn | ) | [inline] |
| void TLogRegPredict::GetCfy | ( | const TVec< TFltV > & | X, |
| TFltV & | OutV, | ||
| const TFltV & | NewTheta | ||
| ) | [static] |
| double TLogRegPredict::GetCfy | ( | const TFltV & | AttrV, |
| const TFltV & | NewTheta | ||
| ) | [static] |
| double TLogRegPredict::GetCfy | ( | const TFltV & | AttrV | ) | [inline] |
| void TLogRegPredict::GetCfy | ( | const TVec< TFltV > & | X, |
| TFltV & | OutV | ||
| ) | [inline] |
| void TLogRegPredict::GetTheta | ( | TFltV & | _Theta | ) | [inline] |
| static PLogRegPredict TLogRegPredict::Load | ( | TSIn & | SIn | ) | [inline, static] |
Definition at line 179 of file agm.h.
{ return new TLogRegPredict(SIn); };
| void TLogRegPredict::PrintTheta | ( | ) | [inline] |
| void TLogRegPredict::Save | ( | TSOut & | SOut | ) | const [inline] |
friend class TPt< TLogRegPredict > [friend] |
TCRef TLogRegPredict::CRef [private] |
TFltV TLogRegPredict::Theta [private] |