DataView

E700879

DataView is ML.NET’s core, schema-aware tabular data abstraction used to efficiently represent and process datasets for machine learning pipelines.

All labels observed (1)

Label Occurrences
DataView canonical 1

How this entity was disambiguated

Statements (41)

Predicate Object
instanceOf ML.NET component ⓘ
data representation API ⓘ
schema-aware data structure ⓘ
tabular data abstraction ⓘ
canBeCreatedFrom binary files ⓘ
in-memory collections ⓘ
relational data sources ⓘ
text files ⓘ
definedIn Microsoft.ML namespace ⓘ
linked to: ML.NET
designedFor .NET developers ⓘ
high-performance data processing ⓘ
machine learning workloads ⓘ
enables end-to-end ML.NET pipelines ⓘ
exposes columns via getters ⓘ
rows via cursors ⓘ
schema ⓘ
hasConceptualSuccessor IDataView ⓘ
hasProperty column-oriented ⓘ
cursor-based iteration ⓘ
immutable ⓘ
lazy evaluation ⓘ
schema-aware ⓘ
streaming data access ⓘ
tabular ⓘ
implementedIn .NET ⓘ
optimizedFor composability of transforms ⓘ
memory efficiency ⓘ
scalability ⓘ
partOf ML.NET ⓘ
supports data transformations ⓘ
efficient data access ⓘ
large datasets ⓘ
pipeline composition ⓘ
schema inspection ⓘ
type-safe column access ⓘ
usedBy ML.NET evaluators ⓘ
linked to: ML.NET

ML.NET trainers ⓘ
ML.NET transformers ⓘ
linked to: ML.NET
usedFor machine learning pipelines ⓘ
processing datasets in ML.NET ⓘ
representing datasets in ML.NET ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

ML.NET → hasComponent → DataView ⓘ