public final class ClusterCountOptions extends Object
ClusterCount.| Constructor and Description | 
|---|
ClusterCountOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getEnsureTestWithoutCluster()
Gets a value which indicates whether a test must be included which excludes the cluster variable altogether. 
 | 
InferenceFactory | 
getInferenceFactory()
Gets the factory which is used to create inference engines during the cluster count tests. 
 | 
int | 
getPartitions()
Gets the number of cross validation partitions to use. 
 | 
int | 
getRunsPerConfiguration()
Gets of sets the number of times training is re-run for each network structure tested. 
 | 
void | 
setEnsureTestWithoutCluster(boolean value)
Sets a value which indicates whether a test must be included which excludes the cluster variable altogether. 
 | 
void | 
setInferenceFactory(InferenceFactory value)
Sets the factory which is used to create inference engines during the cluster count tests. 
 | 
void | 
setPartitions(int value)
Sets the number of cross validation partitions to use. 
 | 
void | 
setRunsPerConfiguration(int value)
Gets of sets the number of times training is re-run for each network structure tested. 
 | 
public int getRunsPerConfiguration()
public void setRunsPerConfiguration(int value)
public int getPartitions()
public void setPartitions(int value)
public InferenceFactory getInferenceFactory()
public void setInferenceFactory(InferenceFactory value)
public boolean getEnsureTestWithoutCluster()
public void setEnsureTestWithoutCluster(boolean value)
Copyright © 2021. All rights reserved.