inst/elmNN/R/randomMatrix.R

randomMatrix <-
function(nCols,nRows,minValue,maxValue) {
  myMat<-matrix(runif(nCols*nRows,min=minValue,max=maxValue), ncol=nCols)
  myMat 
}

Try the elmNNRcpp package in your browser

Any scripts or data that you put into this service are public.

elmNNRcpp documentation built on March 18, 2022, 7:26 p.m.