Deedle


INaryTransform

Namespace: Deedle.Vectors

Represent a tranformation that is applied when combining N vectors (This follows exactly the same pattern as IBinaryTransform)

Instance members

Instance memberDescription
GetFunction()
Signature: unit -> OptionalValue<'T> list -> OptionalValue<'T>
Modifiers: abstract
Type parameters: 'T

Returns a function that combines N values stored in vectors into a new vector value

Fork me on GitHub