#include <node.h>
Inheritance diagram for Node:
Public Member Functions | |
Node construction functions | |
Node () | |
Node (const DataContainer &aDataContainer) | |
~Node () | |
Accessor functions | |
string | getLabel () |
void | setLabel (string aString) |
void | setKashimaPS (double aPs) |
double | getKashimaPS (bool silentError=false) |
void | setKashimaPQ (double aPq) |
double | getKashimaPQ (bool silentError=false) |
int | getRPosition () |
void | setRPosition (int aR) |
Output functions | |
string | toStringShort () |
Protected Attributes | |
string | label |
double | pq |
bool | flagHasPq |
double | ps |
bool | flagHasPs |
int | rPosition |
|
class constructor. |
|
class constructor. |
|
class destructor. |
|
returns the Stop probability of the atom ( used in the Kashima Kernel ). |
|
returns the Start probability of the atom (used in the Kashima Kernel). |
|
returns the Label of the node. |
|
helper function for the calculation of the Kashima Kernel. |
|
sets the Stop probability of the atom to aPq (used in the Kashima Kernel). |
|
sets the Start probability of the atom to aPs (used in the Kashima Kernel). |
|
sets the Label of the node. |
|
helper function for the calculation of the Kashima Kernel. |
|
gives a short (string) description of the node. Reimplemented in Atom. |
|
flag indicating wether the stop probability variable is initialized or not. |
|
flag indicating wether the start probability variable is initialized or not. |
|
Label of the node. |
|
stop probability for random walks (graph kernel). |
|
start probability for random walks (graph kernel). |
|
helper variable for the calculation of the Kashima Kernel. |