DataViewSchema.Annotations Class

Definition

The schema annotations of one DataViewSchema.Column.

[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.ML.AnnotationsDebuggerProxy))]
public sealed class DataViewSchema.Annotations
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.ML.AnnotationsDebuggerProxy))>]
type DataViewSchema.Annotations = class
Public NotInheritable Class DataViewSchema.Annotations
Inheritance
DataViewSchema.Annotations
Attributes

Properties

Empty
Schema

The schema of the annotations row. It is different from the schema that the column belongs to.

Methods

GetGetter<TValue>(DataViewSchema+Column)

Get a getter delegate for one value of the annotations row.

GetValue<TValue>(String, TValue)

Get the value of an annotation, by annotation kind (aka column name).

ToString()

Applies to