- GaussianGenerator - Class in weka.classifiers.meta.generators
-
An artificial data generator that uses a single
Gaussian distribution.
If a mixture of Gaussians is required, use the EM Generator.
- GaussianGenerator() - Constructor for class weka.classifiers.meta.generators.GaussianGenerator
-
- generate() - Method in class weka.classifiers.meta.generators.DiscreteGenerator
-
Generates a value that falls under this distribution.
- generate() - Method in class weka.classifiers.meta.generators.DiscreteUniformGenerator
-
Generates a value that falls under this distribution.
- generate() - Method in class weka.classifiers.meta.generators.EMGenerator
-
Generates a value that falls under this distribution.
- generate() - Method in class weka.classifiers.meta.generators.GaussianGenerator
-
Generates a value that falls under this distribution.
- generate() - Method in class weka.classifiers.meta.generators.Generator
-
Generates a value that falls under this distribution.
- generate() - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Generates a value that falls under this distribution.
- generate() - Method in class weka.classifiers.meta.generators.NominalGenerator
-
Generates an index of a nominal attribute as artificial data.
- generate() - Method in class weka.classifiers.meta.generators.UniformDataGenerator
-
Generates a value that falls under this distribution.
- Generator - Class in weka.classifiers.meta.generators
-
An artificial data generator.
- Generator() - Constructor for class weka.classifiers.meta.generators.Generator
-
- getCapabilities() - Method in class weka.classifiers.meta.generators.DiscreteGenerator
-
Returns the Capabilities of this object
- getCapabilities() - Method in class weka.classifiers.meta.generators.DiscreteUniformGenerator
-
Returns the Capabilities of this object
- getCapabilities() - Method in class weka.classifiers.meta.generators.EMGenerator
-
Returns the Capabilities of this object
- getCapabilities() - Method in class weka.classifiers.meta.OneClassClassifier
-
Returns default capabilities of the base classifier.
- getDebug() - Method in class weka.classifiers.meta.generators.Generator
-
Get whether debugging is turned on.
- getDensityOnly() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets whether only the density estimate should be used by the classifier.
- getDistance() - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Gets the difference between the main distribution and each of the models.
- getDistanceAbsolute() - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Gets whether the difference will be an absolute value, or something that is
used as a multiplier to the standard deviation.
- getLogProbabilityOf(double) - Method in class weka.classifiers.meta.generators.DiscreteGenerator
-
Gets the (natural) log of the probability of a given value.
- getLogProbabilityOf(double) - Method in class weka.classifiers.meta.generators.DiscreteUniformGenerator
-
Gets the (natural) log of the probability of a given value.
- getLogProbabilityOf(double) - Method in class weka.classifiers.meta.generators.EMGenerator
-
Gets the (natural) log of the probability of a given value.
- getLogProbabilityOf(double) - Method in class weka.classifiers.meta.generators.GaussianGenerator
-
Gets the (natural) log of the probability of a given value.
- getLogProbabilityOf(double) - Method in class weka.classifiers.meta.generators.Generator
-
Gets the (natural) log of the probability of a given value.
- getLogProbabilityOf(double) - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Gets the (natural) log of the probability of a given value.
- getLogProbabilityOf(double) - Method in class weka.classifiers.meta.generators.NominalGenerator
-
Gets the (natural) log of the probability of a given value.
- getLogProbabilityOf(double) - Method in class weka.classifiers.meta.generators.UniformDataGenerator
-
Gets the (natural) log of the probability of a given value.
- getLowerRange() - Method in class weka.classifiers.meta.generators.RandomizableRangedGenerator
-
Gets the lower range of the generator.
- getMean() - Method in class weka.classifiers.meta.generators.RandomizableDistributionGenerator
-
Gets the current mean of the underlying Gaussian distribution.
- getNominalGenerator() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets the generator that will be used by default to generate nominal outlier
data.
- getNumericGenerator() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets thegenerator that will be used by default to generate numeric outlier
data.
- getNumRepeats() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets the number of repeats for (internal) cross validation.
- getOptions() - Method in class weka.classifiers.meta.generators.Generator
-
Gets the current settings of the Classifier.
- getOptions() - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Gets the current settings of the generator.
- getOptions() - Method in class weka.classifiers.meta.generators.RandomizableDistributionGenerator
-
Gets the current settings of the generator.
- getOptions() - Method in class weka.classifiers.meta.generators.RandomizableGenerator
-
Gets the current settings of the generator.
- getOptions() - Method in class weka.classifiers.meta.generators.RandomizableRangedGenerator
-
Gets the current settings of the Classifier.
- getOptions() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets the current settings of the Classifier.
- getPercentageHeldout() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets the percentage of data that will be heldout in each iteration of cross
validation.
- getProbability(double, double, double) - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Gets the probability that a value falls under a given Gaussian
distribution.
- getProbabilityOf(double) - Method in class weka.classifiers.meta.generators.DiscreteGenerator
-
Gets the probability that a value falls under
this distribution.
- getProbabilityOf(double) - Method in class weka.classifiers.meta.generators.DiscreteUniformGenerator
-
Gets the probability that a value falls under
this distribution.
- getProbabilityOf(double) - Method in class weka.classifiers.meta.generators.EMGenerator
-
Gets the probability that a value falls under
this distribution.
- getProbabilityOf(double) - Method in class weka.classifiers.meta.generators.GaussianGenerator
-
Gets the probability that a value falls under this distribution.
- getProbabilityOf(double) - Method in class weka.classifiers.meta.generators.Generator
-
Gets the probability that a value falls under this distribution.
- getProbabilityOf(double) - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Gets the probability that a value falls under this distribution.
- getProbabilityOf(double) - Method in class weka.classifiers.meta.generators.NominalGenerator
-
Gets the probability of a given attribute value (provided as an index).
- getProbabilityOf(double) - Method in class weka.classifiers.meta.generators.UniformDataGenerator
-
Gets the probability that a value falls under this distribution.
- getProportionGenerated() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets the proportion of data that will be generated compared to the target
class label.
- getRevision() - Method in class weka.classifiers.meta.OneClassClassifier
-
Returns the revision string.
- getSeed() - Method in class weka.classifiers.meta.generators.RandomizableGenerator
-
Gets the current random number generator seed.
- getStandardDeviation() - Method in class weka.classifiers.meta.generators.RandomizableDistributionGenerator
-
Gets the current standard deviation of the underlying distribution.
- getTargetClassLabel() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets the target class label - the class label to perform one class
classification on.
- getTargetRejectionRate() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets the target rejection rate - the proportion of target class samples
that will be rejected in order to build a threshold.
- getTechnicalInformation() - Method in class weka.classifiers.meta.OneClassClassifier
-
Returns an instance of a TechnicalInformation object, containing detailed
information about the technical background of this class, e.g., paper
reference or book this class is based on.
- getUpperRange() - Method in class weka.classifiers.meta.generators.RandomizableRangedGenerator
-
Gets the upper range of the generator.
- getUseInstanceWeights() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets whether instance weighting will be performed.
- getUseLaplaceCorrection() - Method in class weka.classifiers.meta.OneClassClassifier
-
Gets whether a laplace correction should be used.
- globalInfo() - Method in class weka.classifiers.meta.generators.DiscreteGenerator
-
Returns a string describing this class' ability.
- globalInfo() - Method in class weka.classifiers.meta.generators.DiscreteUniformGenerator
-
Returns a string describing this class' ability.
- globalInfo() - Method in class weka.classifiers.meta.generators.EMGenerator
-
Returns a string describing this class' ability.
- globalInfo() - Method in class weka.classifiers.meta.generators.GaussianGenerator
-
Returns a string describing this class' ability.
- globalInfo() - Method in class weka.classifiers.meta.generators.Generator
-
Returns a string describing this class' ability.
- globalInfo() - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Returns a string describing this class' ability.
- globalInfo() - Method in class weka.classifiers.meta.generators.NominalGenerator
-
Returns a string describing this class' ability.
- globalInfo() - Method in class weka.classifiers.meta.generators.UniformDataGenerator
-
Returns a string describing this class' ability.
- globalInfo() - Method in class weka.classifiers.meta.OneClassClassifier
-
Returns a string describing this classes ability.
- seedTipText() - Method in class weka.classifiers.meta.generators.RandomizableGenerator
-
Returns the tip text for this property.
- setDebug(boolean) - Method in class weka.classifiers.meta.generators.Generator
-
Set debugging mode.
- setDensityOnly(boolean) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets whether the density estimate will be used by itself.
- setDistance(double) - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Sets the difference between the main distribution and the models.
- setDistanceAbsolute(boolean) - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Sets the difference to be absolute (or not).
- setLowerRange(double) - Method in class weka.classifiers.meta.generators.RandomizableRangedGenerator
-
Sets the lower range.
- setLowerRange(double) - Method in interface weka.classifiers.meta.generators.Ranged
-
Sets the lower range.
- setMean(double) - Method in interface weka.classifiers.meta.generators.Mean
-
Sets the mean of the Gaussian distribution to a new
mean.
- setMean(double) - Method in class weka.classifiers.meta.generators.RandomizableDistributionGenerator
-
Sets the mean of the Gaussian distribution to a new mean.
- setNominalGenerator(NominalAttributeGenerator) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets the generator that will be used by default to generate nominal outlier
data.
- setNumericGenerator(NumericAttributeGenerator) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets the generator that will be used by default to generate numeric outlier
data.
- setNumRepeats(int) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets the number of repeats for (internal) cross validation to a new value.
- setOptions(String[]) - Method in class weka.classifiers.meta.generators.Generator
-
Parses a given list of options.
- setOptions(String[]) - Method in class weka.classifiers.meta.generators.MixedGaussianGenerator
-
Parses a given list of options.
- setOptions(String[]) - Method in class weka.classifiers.meta.generators.RandomizableDistributionGenerator
-
Parses a given list of options.
- setOptions(String[]) - Method in class weka.classifiers.meta.generators.RandomizableGenerator
-
Parses a given list of options.
- setOptions(String[]) - Method in class weka.classifiers.meta.generators.RandomizableRangedGenerator
-
Parses a given list of options.
- setOptions(String[]) - Method in class weka.classifiers.meta.OneClassClassifier
-
Parses a given list of options.
- setPercentageHeldout(double) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets the percentage heldout in each CV fold.
- setProportionGenerated(double) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets the proportion of generated data to a new value.
- setSeed(long) - Method in class weka.classifiers.meta.generators.RandomizableGenerator
-
Sets the seed to the random number generator.
- setStandardDeviation(double) - Method in interface weka.classifiers.meta.generators.Mean
-
Sets the standard deviation of the Gaussian distribution
to a new value.
- setStandardDeviation(double) - Method in class weka.classifiers.meta.generators.RandomizableDistributionGenerator
-
Sets the standard deviation of the distribution to a new value.
- setTargetClassLabel(String) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets the target class label to a new value.
- setTargetRejectionRate(double) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets the target rejection rate.
- setUpperRange(double) - Method in class weka.classifiers.meta.generators.RandomizableRangedGenerator
-
Sets the upper range.
- setUpperRange(double) - Method in interface weka.classifiers.meta.generators.Ranged
-
Sets the upper range.
- setUseInstanceWeights(boolean) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets whether to perform weighting on instances based on their prevalence in
the data.
- setUseLaplaceCorrection(boolean) - Method in class weka.classifiers.meta.OneClassClassifier
-
Sets whether a laplace correction should be used.
- standardDeviationTipText() - Method in class weka.classifiers.meta.generators.RandomizableDistributionGenerator
-
Returns the tip text for this property.