Skip to content

No documentation about what the data types represent #9184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Nepomuceno opened this issue Nov 22, 2018 — with docs.microsoft.com · 4 comments
Closed

No documentation about what the data types represent #9184

Nepomuceno opened this issue Nov 22, 2018 — with docs.microsoft.com · 4 comments
Assignees

Comments

Copy link

How can I choose the data type with no information about what each one of those represent? What is UG what is R4?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@Mcgrady2009
Copy link

https://github.com/dotnet/docs/issues/9278
you can see this url

@mairaw
Copy link
Contributor

mairaw commented Dec 17, 2018

Thanks for your feedback @Nepomuceno.
@sfilipi @JRAlexander the duplicate item of this issue had quite a few thumbs-up. Is that something you can add /// comments for?

@mairaw mairaw added this to the Backlog milestone Dec 17, 2018
Copy link

A small info:
U means unsigned => in c# U1:byte, U2:ushort, U4:uint, U8:ulong UG or U16:Microsoft.ML.Data.RowId
I means signed Integer => in c# I1:sbyte, I2:short, I4:int, I8: long
R means real numbers => in c# R4 or Num:float, R8:double
TX, TXT, Text => in c# string or ReadOnlyMemory
BL,Bool => in c# bool
TS,TimeSpan => in c# TimeSpan
DT => in c# DateTime
DZ => in c# DateTimeOffset

@mairaw
Copy link
Contributor

mairaw commented Sep 4, 2019

Closing this one since issue opened by @sfilipi also got closed.

API docs is now at https://docs.microsoft.com/en-us/dotnet/api/microsoft.ml.data.datakind?view=ml-dotnet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants