Package com.deafgoat.ml.prognosticator

Examples of com.deafgoat.ml.prognosticator.ConfigReader


    /**
     * This runs the training and analysis.
     */
    public static void main(final String[] pArgs) throws Exception {

        final ConfigReader config = new ConfigReader(CONFIG_FILE);

        final ARFFWriter testArffWriter = new ARFFWriter(config, TEST_CSV, TEST_ARFF);
        testArffWriter.writeARFF();

        final ARFFWriter trainingArffWriter = new ARFFWriter(config, TRAINING_CSV, TRAINING_ARFF);
View Full Code Here

TOP

Related Classes of com.deafgoat.ml.prognosticator.ConfigReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.