public static final class Table.MarginalizeLowMemoryOptions extends Object
Table.marginalizeLowMemory(com.bayesserver.Table[]).| Constructor and Description | 
|---|
MarginalizeLowMemoryOptions()  | 
| Modifier and Type | Method and 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. 
 | 
public Cancellation getCancellation()
public void setCancellation(Cancellation value)
public PropagationMethod getPropagation()
public void setPropagation(PropagationMethod value)
Copyright © 2021. All rights reserved.