Deedle


VectorListTransform

Namespace: Deedle.Vectors

A transformation on vector(s) can specified as binary or as N-ary. A binary transformation can be applied to N elements using List.reduce, but allows optimizations.

Union Cases

Union CaseDescription
Binary(IBinaryTransform)
Signature: IBinaryTransform
Nary(INaryTransform)
Signature: INaryTransform
Fork me on GitHub