public class JointProbabilityState extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
firstMaxVal |
HashMap<Integer,Double> |
firstProbMap |
int |
jointMaxVal |
HashMap<Integer,Double> |
jointProbMap |
int |
secondMaxVal |
HashMap<Integer,Double> |
secondProbMap |
| Constructor and Description |
|---|
JointProbabilityState(double[] firstVector,
double[] secondVector)
Constructor for the JointProbabilityState class.
|
public final int jointMaxVal
public final int firstMaxVal
public final int secondMaxVal
public JointProbabilityState(double[] firstVector,
double[] secondVector)
firstVector - Input vector. It is discretised to the floor of each value.secondVector - Input vector. It is discretised to the floor of each value.DMelt 2.0 © DataMelt by jWork.ORG