Class VectorGeneratorFamilyExample


  • public class VectorGeneratorFamilyExample
    extends java.lang.Object
    Example of using distribution families. Each distribution from family represents a class. Distribution family is a distribution hence such family can be used as element of high-level family where this distribution will represent one class. Such families helps to construct distributions with complex shape.
    • 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

      • VectorGeneratorFamilyExample

        public VectorGeneratorFamilyExample()
    • Method Detail

      • main

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