toMatrix abstract method

Matrix toMatrix([
  1. DType dtype
])

Converts the DataFrame into Matrix.

The method may throw an error if the DataFrame contains data that cannot be converted to numeric representation

Implementation

Matrix toMatrix([DType dtype]);