ImageDataViewType Class

Definition

public sealed class ImageDataViewType : Microsoft.ML.Data.StructuredDataViewType
type ImageDataViewType = class
    inherit StructuredDataViewType
Public NotInheritable Class ImageDataViewType
Inherits StructuredDataViewType
Inheritance

Constructors

Name Description
ImageDataViewType()
ImageDataViewType(Int32, Int32)

Fields

Name Description
Height
Width

Properties

Name Description
RawType

The raw Type for this DataViewType. Note that this is the raw representation type and not the complete information content of the DataViewType.

(Inherited from DataViewType)

Methods

Name Description
Equals(DataViewType)
Equals(Object)
GetHashCode()
ToString()

Applies to