Frame Type
Frame to matrix conversion
Static members
| Static member |
Description
|
Full Usage:
Frame.ofMatrix rowKeys colKeys m
Parameters:
'R seq
colKeys : 'C seq
m : Matrix<'T>
Returns: Frame<'R, 'C>
Type parameters: 'R, 'C, 'T (requires equality and equality and (new : unit -> 'T) and struct and :> System.IEquatable<'T> and :> System.IFormattable and :> System.ValueType) |
|
|
Deedle