Package org.encog.neural.prune

Examples of org.encog.neural.prune.PruneIncremental


    this.iterations = iterations;
    this.training = training;
    this.pattern = pattern;
    this.windowSize = windowSize;
   
    this.prune = new PruneIncremental(this.training, this.pattern,
        this.iterations, this.weightTries , this.windowSize, this);
    this.prune.init();

    this.buttonStart = new JButton("Start");
    this.buttonStop = new JButton("Stop");
View Full Code Here

TOP

Related Classes of org.encog.neural.prune.PruneIncremental

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.