public final class VariableGeneratorOptions extends Object
| Constructor and Description | 
|---|
VariableGeneratorOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAutoDetectDiscreteLimit()
Gets the distinct value count, which when exceeded changes a variable from discrete to continuous. 
 | 
Cancellation | 
getCancellation()
Gets of sets an instance implementing  
Cancellation, used for cancellation. | 
DataProgress | 
getDataProgress()
Reports progress on the number of cases read. 
 | 
boolean | 
getDetectIntegralFloats()
Gets a value, which when true tests floating point column data to see if the data is an integral type, which would then become a candidate to be a discrete variable when VariableValueType is not specified. 
 | 
VariableGeneratorProgress | 
getProgress()
Gets of sets the instance implementing  
VariableGeneratorProgress, used for progress notifications. | 
String | 
getWeightColumn()
Gets the name of a column which contains a weight (support) for each case. 
 | 
void | 
setAutoDetectDiscreteLimit(int value)
Sets the distinct value count, which when exceeded changes a variable from discrete to continuous. 
 | 
void | 
setCancellation(Cancellation value)
Gets of sets an instance implementing  
Cancellation, used for cancellation. | 
void | 
setDataProgress(DataProgress value)
Reports progress on the number of cases read. 
 | 
void | 
setDetectIntegralFloats(boolean value)
Sets a value, which when true tests floating point column data to see if the data is an integral type, which would then become a candidate to be a discrete variable when VariableValueType is not specified. 
 | 
void | 
setProgress(VariableGeneratorProgress value)
Gets of sets the instance implementing  
VariableGeneratorProgress, used for progress notifications. | 
void | 
setWeightColumn(String value)
Sets the name of a column which contains a weight (support) for each case. 
 | 
public DataProgress getDataProgress()
public void setDataProgress(DataProgress value)
public Cancellation getCancellation()
Cancellation, used for cancellation.Cancellationpublic void setCancellation(Cancellation value)
Cancellation, used for cancellation.Cancellationpublic VariableGeneratorProgress getProgress()
VariableGeneratorProgress, used for progress notifications.public void setProgress(VariableGeneratorProgress value)
VariableGeneratorProgress, used for progress notifications.public boolean getDetectIntegralFloats()
public void setDetectIntegralFloats(boolean value)
public int getAutoDetectDiscreteLimit()
public void setAutoDetectDiscreteLimit(int value)
public String getWeightColumn()
public void setWeightColumn(String value)
Copyright © 2021. All rights reserved.