Examples of EnsembleTermination


Examples of ca.nengo.model.impl.EnsembleTermination

    myNodeTerminations = new Termination[10];
    for (int i = 0; i < myNodeTerminations.length; i++) {
      myNodeTerminations[i] = new LinearExponentialTermination(null, ""+i, new float[]{1}, ourTau);
    }
   
    myEnsembleTermination = new EnsembleTermination(null, "test", myNodeTerminations);
  }
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.