public final class AutoInsightOptions extends Object
| Constructor and Description | 
|---|
AutoInsightOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
InferenceFactory | 
getInferenceFactory()
Gets the inference factory used for link strength calculations. 
 | 
AutoInsightJSDivergence | 
getJSDivergence()
Gets a value which determines the type of Jensen Shannon divergence calculations to perform, if any. 
 | 
AutoInsightKLDivergence | 
getKLDivergence()
Gets a value which determines the type of KL divergence calculations to perform, if any. 
 | 
AutoInsightSamplingOptions | 
getSampling()
Options affecting sampling, when approximate inference is required. 
 | 
void | 
setInferenceFactory(InferenceFactory value)
Sets the inference factory used for link strength calculations. 
 | 
void | 
setJSDivergence(AutoInsightJSDivergence value)
Sets a value which determines the type of Jensen Shannon divergence calculations to perform, if any. 
 | 
void | 
setKLDivergence(AutoInsightKLDivergence value)
Sets a value which determines the type of KL divergence calculations to perform, if any. 
 | 
public InferenceFactory getInferenceFactory()
public void setInferenceFactory(InferenceFactory value)
public AutoInsightSamplingOptions getSampling()
public AutoInsightKLDivergence getKLDivergence()
public void setKLDivergence(AutoInsightKLDivergence value)
public AutoInsightJSDivergence getJSDivergence()
public void setJSDivergence(AutoInsightJSDivergence value)
Copyright © 2021. All rights reserved.