Package ca.nengo.math.impl.IndependentDimensionApproximator

Examples of ca.nengo.math.impl.IndependentDimensionApproximator.EncoderFactory


  }

    public static void main(String[] args) {
//      EvalPointFactory epf = new EvalPointFactory(1, 10);
//      float[][] foo = epf.genVectors(100, 3);
        EncoderFactory ef = new EncoderFactory(1);
        float[][] foo = ef.genVectors(10, 3);
        System.out.println(MU.toString(foo, 10));
    }
View Full Code Here

TOP

Related Classes of ca.nengo.math.impl.IndependentDimensionApproximator.EncoderFactory

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.