Package com.bayesserver
Class Table.MarginalizeLowMemoryOptions
- java.lang.Object
-
- com.bayesserver.Table.MarginalizeLowMemoryOptions
-
- Enclosing class:
- Table
public static final class Table.MarginalizeLowMemoryOptions extends Object
Options controllingTable.marginalizeLowMemory(com.bayesserver.Table[])
.
-
-
Constructor Summary
Constructors Constructor Description MarginalizeLowMemoryOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Cancellation
getCancellation()
Used to cancel a long running operation.PropagationMethod
getPropagation()
Gets the propagation method to use during marginalization.int
hashCode()
void
setCancellation(Cancellation value)
Used to cancel a long running operation.void
setPropagation(PropagationMethod value)
Sets the propagation method to use during marginalization.
-
-
-
Method Detail
-
getCancellation
public Cancellation getCancellation()
Used to cancel a long running operation.
-
setCancellation
public void setCancellation(Cancellation value)
Used to cancel a long running operation.
-
getPropagation
public PropagationMethod getPropagation()
Gets the propagation method to use during marginalization.
-
setPropagation
public void setPropagation(PropagationMethod value)
Sets the propagation method to use during marginalization.
-
-