Class ParametricVectorGeneratorExample
- java.lang.Object
-
- org.apache.ignite.examples.ml.util.generators.ParametricVectorGeneratorExample
-
public class ParametricVectorGeneratorExample extends java.lang.ObjectExamples of usingParametricVectorGeneratorfor generating two dimensional data.ParametricVectorGeneratorallows 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'.
-
-
Constructor Summary
Constructors Constructor Description ParametricVectorGeneratorExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)Run example.
-