Make DataSetBuilder methods static
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.
Please register or sign in to comment