Deedle


Index

Type that provides a simple access to creating indices represented using the built-in LinearVector type.

Static members

Static memberDescription
Index.ofKeys(keys)
Signature:keys:seq<'T> -> IIndex<'T>
Type parameters: 'T

Create an index from a sequence of keys and check if they are sorted or not

Index.ofUnorderedKeys(keys)
Signature:keys:seq<'T> -> IIndex<'T>
Type parameters: 'T

Create an index from a sequence of keys and assume they are not sorted (the resulting index is also not sorted).

Fork me on GitHub