public class NNSSLAlgorithm extends PrototypeGenerationAlgorithm<NNSSLGenerator>
inputFiles, inputFilesPath, Itest, outputFiles, outputFilesPath, parameters, parametersName, TEST, testFileName, train, TRAINING, trainingFileName, TRS| Constructor and Description |
|---|
NNSSLAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
protected NNSSLGenerator |
buildNewPrototypeGenerator(PrototypeSet train,
PrototypeSet unlabeled,
PrototypeSet test,
Parameters params)
Builds a new NNSSLGenerator.
|
static void |
main(java.lang.String[] args)
Main method.
|
assertArguments, execute, printParameters, readParametersFile, readPrototypeSet, readPrototypeSet, writeOutputprotected NNSSLGenerator buildNewPrototypeGenerator(PrototypeSet train, PrototypeSet unlabeled, PrototypeSet test, Parameters params)
buildNewPrototypeGenerator in class PrototypeGenerationAlgorithm<NNSSLGenerator>unlabeled - Unlabeled data set.test - Test data set.params - Parameters of the algorithm of reduction.train - Training data set that will be used for the generator object.public static void main(java.lang.String[] args)
args - Console arguments of the method.