modnlp.dstruct
public class Probabilities extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
c |
double |
ntc |
double |
ntnc |
double |
t |
double |
tc |
double |
tnc |
Constructor and Description |
---|
Probabilities(double pT,
double pC,
double pTAndC,
double pTAnd_C,
double p_TAndC,
double p_TAnd_C) |
Modifier and Type | Method and Description |
---|---|
double |
getPTgiven_C() |
double |
getPTgivenC() |
java.lang.String |
toString() |