public class MixtGaussAlgorithm extends PrototypeGenerationAlgorithm<MixtGaussGenerator>
inputFiles, inputFilesPath, outputFiles, outputFilesPath, parameters, parametersName, TEST, testFileName, TRAINING, trainingFileName, VALIDATION| Constructor and Description |
|---|
MixtGaussAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
protected MixtGaussGenerator |
buildNewPrototypeGenerator(PrototypeSet train,
Parameters params)
Builds a new MixtGaussGenerator.
|
static void |
main(java.lang.String[] args)
Main method.
|
assertArguments, distance, evaluate, execute, printParameters, readParametersFile, readPrototypeSet, writeOutputprotected MixtGaussGenerator buildNewPrototypeGenerator(PrototypeSet train, Parameters params)
buildNewPrototypeGenerator in class PrototypeGenerationAlgorithm<MixtGaussGenerator>train - Training data set.params - Parameters of the method.public static void main(java.lang.String[] args)
args - Console arguments of the method.