Skip to content
  • Kenneth Moreland's avatar
    Make DataSetBuilder methods static · d626f731
    Kenneth Moreland authored
    This makes is slightly easier to use as you do not actually have to
    construct the DataSetBuilder object but just call its static method.
    
    The DataSetBuilderExplicitIterative methods are not static because they
    use state of the builder object to create the data.
    d626f731