Package jline.solvers.posterior
Class SolverPosterior.PosteriorTable
-
- All Implemented Interfaces:
public class SolverPosterior.PosteriorTableTable containing per-alternative posterior results.
-
-
Field Summary
Fields Modifier and Type Field Description public final List<SolverPosterior.PosteriorTableRow>rows
-
Constructor Summary
Constructors Constructor Description SolverPosterior.PosteriorTable(List<SolverPosterior.PosteriorTableRow> rows)
-
Method Summary
Modifier and Type Method Description voidprint()-
-
Constructor Detail
-
SolverPosterior.PosteriorTable
SolverPosterior.PosteriorTable(List<SolverPosterior.PosteriorTableRow> rows)
-
-
Method Detail
-
print
void print()
-
-
-
-