Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created November 7, 2019 14:23
Show Gist options
  • Save mdfarragher/df878ffd34b57a923bfd4b717e0031b0 to your computer and use it in GitHub Desktop.
Save mdfarragher/df878ffd34b57a923bfd4b717e0031b0 to your computer and use it in GitHub Desktop.
var vectors = from r in preview.RowView
from v in r.Values where v.Key == "Location"
select ((VBuffer<Single>)v.Value).DenseValues();
display(vectors);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment