All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maths.functions.generators.IRandomGenerator Maven / Gradle / Ivy

The newest version!
package maths.functions.generators;

import datastructs.I2DDataSet;
import datastructs.IVector;

import java.util.List;

/**
 * General interface to model
 */
public interface IRandomGenerator {

    >>  List> generate(DataSetTp dataSet, int n);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy