Class ParametricVectorGeneratorExample


  • public class ParametricVectorGeneratorExample
    extends java.lang.Object
    Examples of using ParametricVectorGenerator for generating two dimensional data. ParametricVectorGenerator allows to create surfaces in N-dimensional spaces where each dimension depends on one parameter 't'. In such generator just one random producer is used, it defines a set of values for parameter 't'.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Run example.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParametricVectorGeneratorExample

        public ParametricVectorGeneratorExample()
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
                         throws java.io.IOException
        Run example.
        Parameters:
        args - Args.
        Throws:
        java.io.IOException