public final class ClusteringStructuralLearningOptions extends Object implements StructuralLearningOptions
com.bayesserver.learning.structure.clustering.ClusteringStructuralLearning class.| Constructor and Description | 
|---|
ClusteringStructuralLearningOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
Cancellation | 
getCancellation()
Gets of sets the instance implementing  
Cancellation, used for cancellation. | 
String | 
getClusterVariableName()
Gets the name of the cluster/latent node/variable created when more than 1 hidden state is detected. 
 | 
InferenceFactory | 
getInferenceFactory()
Gets the inference factory used during scoring. 
 | 
LinkConstraintCollection | 
getLinkConstraints()
Gets any link constraints to use during structural learning. 
 | 
Integer | 
getMaximumClusterCount()
Gets the maximum number of clusters generated. 
 | 
Integer | 
getMaximumIterations()
Gets the maximum number of iterations used by parameter learning to score each configuration. 
 | 
Integer | 
getPartitions()
Gets the number of cross validation partitions to use when scoring each cluster count. 
 | 
StructuralLearningProgress | 
getProgress()
Gets of sets the instance implementing  
StructuralLearningProgress, used for progress notifications. | 
Integer | 
getRunsPerConfiguration()
Gets the number of times training is re-run for each network structure tested. 
 | 
boolean | 
getTestSingleCluster()
Gets a value which determines whether a test is performed for a single cluster (i.e. 
 | 
void | 
setCancellation(Cancellation value)
Gets of sets the instance implementing  
Cancellation, used for cancellation. | 
void | 
setClusterVariableName(String value)
Sets the name of the cluster/latent node/variable created when more than 1 hidden state is detected. 
 | 
void | 
setInferenceFactory(InferenceFactory value)
Sets the inference factory used during scoring. 
 | 
void | 
setMaximumClusterCount(Integer value)
Sets the maximum number of clusters generated. 
 | 
void | 
setMaximumIterations(Integer value)
Sets the maximum number of iterations used by parameter learning to score each configuration. 
 | 
void | 
setPartitions(Integer value)
Sets the number of cross validation partitions to use when scoring each cluster count. 
 | 
void | 
setProgress(StructuralLearningProgress value)
Gets of sets the instance implementing  
StructuralLearningProgress, used for progress notifications. | 
void | 
setRunsPerConfiguration(Integer value)
Sets the number of times training is re-run for each network structure tested. 
 | 
void | 
setTestSingleCluster(boolean value)
Sets a value which determines whether a test is performed for a single cluster (i.e. 
 | 
public InferenceFactory getInferenceFactory()
public void setInferenceFactory(InferenceFactory value)
public Integer getRunsPerConfiguration()
public void setRunsPerConfiguration(Integer value)
public String getClusterVariableName()
public void setClusterVariableName(String value)
public Integer getPartitions()
public void setPartitions(Integer value)
public Integer getMaximumIterations()
public void setMaximumIterations(Integer value)
public StructuralLearningProgress getProgress()
StructuralLearningProgress, used for progress notifications.getProgress in interface StructuralLearningOptionspublic void setProgress(StructuralLearningProgress value)
StructuralLearningProgress, used for progress notifications.setProgress in interface StructuralLearningOptionspublic Cancellation getCancellation()
Cancellation, used for cancellation.getCancellation in interface StructuralLearningOptionsCancellationpublic void setCancellation(Cancellation value)
Cancellation, used for cancellation.setCancellation in interface StructuralLearningOptionsCancellationpublic LinkConstraintCollection getLinkConstraints()
getLinkConstraints in interface StructuralLearningOptionspublic Integer getMaximumClusterCount()
public void setMaximumClusterCount(Integer value)
public boolean getTestSingleCluster()
public void setTestSingleCluster(boolean value)
Copyright © 2021. All rights reserved.