Package | Description |
---|---|
weka.datagenerators.classifiers.classification |
Modifier and Type | Field and Description |
---|---|
protected BayesNetGenerator |
BayesNet.m_Generator
the bayesian net generator, that produces the actual data
|
Modifier and Type | Method and Description |
---|---|
protected BayesNetGenerator |
BayesNet.getGenerator()
returns the actual datagenerator
|
Modifier and Type | Method and Description |
---|---|
protected void |
BayesNet.setGeneratorOption(BayesNetGenerator generator,
String option,
String value)
sets a specific option/value of the generator (option must be w/o
then '-')
|
protected void |
BayesNet.setGeneratorOptions(BayesNetGenerator generator,
Vector options)
sets the given options of the BayesNetGenerator
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.