VectorTypeAttribute クラス
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メンバーを a として VectorDataViewTypeマークし、主に結果の配列の次元を設定できるようにします。
C#
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class VectorTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type VectorTypeAttribute = class
inherit Attribute
Public NotInheritable Class VectorTypeAttribute
Inherits Attribute
- 継承
-
VectorTypeAttribute
- 属性
Vector |
サイズが不明な 1 次元配列としてメンバーをマークします。 |
Vector |
指定したサイズの 1 次元配列としてメンバーをマークします。 |
Vector |
配列の予想される次元でメンバーをマークします。 この属性は 1 次元配列に追加されることが想定されており、多次元配列には追加しないでください。 内部的には、ML.NET では、このコンストラクターの "ディメンション" パラメーターとして提供される図形情報を使用して、多次元配列として使用します。 |
製品 | バージョン |
---|---|
ML.NET | 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0 |