Uses of Class
com.bayesserver.Table.MarginalizeLowMemoryOptions
-
Packages that use Table.MarginalizeLowMemoryOptions Package Description com.bayesserver -
-
Uses of Table.MarginalizeLowMemoryOptions in com.bayesserver
Methods in com.bayesserver with parameters of type Table.MarginalizeLowMemoryOptions Modifier and Type Method Description void
Table. marginalizeLowMemory(Table[] tables, Table.MarginalizeLowMemoryOptions options)
Marginalizes (sums) the combined [tables], without requiring the memory for the combined distribution.
-