Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_COUNT |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_EMPTY_VALUE |
"-" |
public static final char |
DEFAULT_ESCAPE_CHAR |
34 |
public static final java.lang.String |
DEFAULT_LINE_END |
"\n" |
public static final char |
DEFAULT_QUOTE_CHAR |
34 |
public static final char |
DEFAULT_SEPARATOR |
44 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
BAD_OBSERVATION_WARNING |
"Observation of a non-probabilistic vertex has a significant negative impact on inference algorithms\' ability to find probable states. Please connect your non-probabilistic vertex to a probabilistic vertex and then observe that vertex. (e.g. connect the non-probabilistic double vertex to a Gaussian vertex as the mu and then observe the Gaussian)" |