Exemple #1
0
 public EyeData(int numberOfSamples, int dimensions)
 {
     data = MovingAverage.InitializeArray(numberOfSamples, dimensions);
 }