Uses of Class
com.bayesserver.data.discovery.VariableGeneratorOptions
-
Packages that use VariableGeneratorOptions Package Description com.bayesserver.data.discovery -
-
Uses of VariableGeneratorOptions in com.bayesserver.data.discovery
Methods in com.bayesserver.data.discovery with parameters of type VariableGeneratorOptions Modifier and Type Method Description static List<VariableInfo>
VariableGenerator. generate(DataReaderCommand readerCommand, List<VariableDefinition> variableDefinitions, VariableGeneratorOptions options)
Generates variables from a data source.
-