Examples of nextTimeStep()


Examples of model.MARK_II.TemporalPooler.nextTimeStep()

            temporalPooler.getLearningAlgorithmStatistics().updateModelLearningMetrics(temporalPooler.getRegion());
            totalNumberOfSequenceSegments += temporalPooler.getLearningAlgorithmStatistics()
                    .getTotalNumberOfSequenceSegmentsInCurrentTimeStep();
            totalNumberOfLearningNeurons += temporalPooler
                    .getNumberOfCurrentLearningNeurons();
            temporalPooler.nextTimeStep();
        }

        // --------------------compute SPandTP score----------------------------

        double SPandTPScore = -(totalNumberOfSequenceSegments + totalNumberOfLearningNeurons)
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.