Class AbstractErrorDataSet<D extends AbstractErrorDataSet<D>>

    • Constructor Detail

      • AbstractErrorDataSet

        protected AbstractErrorDataSet​(java.lang.String name,
                                       int dimension,
                                       DataSetError.ErrorType... errorTypes)
        Creates a new instance of AbstractDataSet.
        Parameters:
        name - of the DataSet
        dimension - dimension of data set
        errorTypes - for possible enum options see DataSetError.ErrorType
        Throws:
        java.lang.IllegalArgumentException - if name is null