Package jline.solvers.nc.handlers
Class Solver_nc_jointaggrKt
-
- All Implemented Interfaces:
public final class Solver_nc_jointaggrKt
-
-
Method Summary
Modifier and Type Method Description final static SolverNC.SolverNCJointReturn
solver_nc_jointaggr(NetworkStruct sn, SolverOptions options)
Computes aggregated joint probabilities for the NC solver. -
-
Method Detail
-
solver_nc_jointaggr
final static SolverNC.SolverNCJointReturn solver_nc_jointaggr(NetworkStruct sn, SolverOptions options)
Computes aggregated joint probabilities for the NC solver. This is a port of the MATLAB solver_nc_jointaggr.m function.
- Parameters:
sn
- Network structureoptions
- Solver options- Returns:
SolverNCJointReturn containing joint probability and normalization constant
-
-
-
-