![JAR search and dependency download from the Maven repository](/logo.png)
IncrementalAnytimeExactBeliefPropagation.TupleOfData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aic-expresso Show documentation
Show all versions of aic-expresso Show documentation
SRI International's AIC Symbolic Manipulation and Evaluation Library (for Java 1.8+)
The newest version!
package IncrementalAnytimeExactBeliefPropagation;
public class TupleOfData{
int id = -1;
String typeOfComputationUsed = ""; // SGDPLL or Bounded S-BP
String graphicalModelName = "";
int parameter[] = new int[5];
int iteration = -1;
double minAndMaxProbabilityofQueryequalsTrue = -1;
double maxAndMaxProbabilityofQueryequalsTrue = -1;
double IntervalLength = -1;
int numberOfExtremePoints = -1;
boolean allExplored = true;
double time = -1;
double totalTime = 0;
public TupleOfData() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy