public DoubleMatrix Sample(
int sampleSize
)Public Function Sample (
sampleSize As Integer
) As DoubleMatrixpublic:
DoubleMatrix^ Sample(
int sampleSize
)member Sample :
sampleSize : int -> DoubleMatrix The returned matrix has one column and a number of rows equal to sampleSize.
| ArgumentOutOfRangeException | sampleSize is not positive. |