9 references to Instance
Microsoft.Data.Analysis (2)
IDataView.Extension.cs (1)
71
else if (type == DateTimeDataViewType.
Instance
)
PrimitiveDataFrameColumn.cs (1)
811
return DateTimeDataViewType.
Instance
;
Microsoft.ML.Core (2)
Data\ColumnTypeExtensions.cs (2)
104
return DateTimeDataViewType.
Instance
;
121
return DateTimeDataViewType.
Instance
;
Microsoft.ML.Core.Tests (3)
UnitTests\ColumnTypes.cs (1)
29
TextDataViewType.Instance, BooleanDataViewType.Instance, DateTimeDataViewType.
Instance
, DateTimeOffsetDataViewType.Instance, TimeSpanDataViewType.Instance };
UnitTests\DataTypes.cs (2)
236
DateTimeDataViewType.
Instance
, DateTimeDataViewType.
Instance
, out identity);
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
576
: base(factory, DateTimeDataViewType.
Instance
)
Microsoft.ML.DataView (1)
DataViewType.cs (1)
363
/// Note this can have only one possible value, accessible by the singleton static property <see cref="
Instance
"/>.