19 references to Key
Microsoft.ML.Samples (2)
Dynamic\Transforms\Categorical\OneHotEncoding.cs (1)
50
OneHotEncodingEstimator.OutputKind.
Key
);
Dynamic\Transforms\Categorical\OneHotHashEncoding.cs (1)
49
OneHotEncodingEstimator.OutputKind.
Key
, 3);
Microsoft.ML.Tests (11)
Transformers\CategoricalHashTests.cs (5)
56
new OneHotHashEncodingEstimator.ColumnOptions("CatD", "A", OneHotEncodingEstimator.OutputKind.
Key
),
60
new OneHotHashEncodingEstimator.ColumnOptions("CatVD", "B", OneHotEncodingEstimator.OutputKind.
Key
),
64
new OneHotHashEncodingEstimator.ColumnOptions("CatVVD", "C", OneHotEncodingEstimator.OutputKind.
Key
),
127
new OneHotHashEncodingEstimator.ColumnOptions("CatG", "A", OneHotEncodingEstimator.OutputKind.
Key
, maximumNumberOfInverts: -1),
128
new OneHotHashEncodingEstimator.ColumnOptions("CatH", "B", OneHotEncodingEstimator.OutputKind.
Key
, maximumNumberOfInverts: -1),
Transformers\CategoricalTests.cs (5)
75
new OneHotEncodingEstimator.ColumnOptions("CatD", "A", OneHotEncodingEstimator.OutputKind.
Key
),
79
new OneHotEncodingEstimator.ColumnOptions("CatVD", "B", OneHotEncodingEstimator.OutputKind.
Key
),
83
new OneHotEncodingEstimator.ColumnOptions("CatVVD", "C", OneHotEncodingEstimator.OutputKind.
Key
),
200
new OneHotEncodingEstimator.ColumnOptions("CatG", "G", OneHotEncodingEstimator.OutputKind.
Key
),
201
new OneHotEncodingEstimator.ColumnOptions("CatH", "H", OneHotEncodingEstimator.OutputKind.
Key
),
Transformers\ConvertTests.cs (1)
340
new OneHotEncodingEstimator.ColumnOptions("CatB", "B", OneHotEncodingEstimator.OutputKind.
Key
)
Microsoft.ML.Transforms (6)
CategoricalCatalog.cs (4)
26
/// If <paramref name="outputKind"/> is <see cref="OneHotEncodingEstimator.OutputKind.
Key
"/>, this column's data type will be a key in the case of a scalar input column
62
/// If <paramref name="outputKind"/> is <see cref="OneHotEncodingEstimator.OutputKind.
Key
"/>, the output columns' data type will be a key in the case of scalar input column
121
/// If <paramref name="outputKind"/> is <see cref="OneHotEncodingEstimator.OutputKind.
Key
"/>, this column's data type will be a key in the case of a scalar input column
160
/// If <paramref name="outputKind"/> is <see cref="OneHotEncodingEstimator.OutputKind.
Key
"/>, the output columns' data type will be a key in the case of scalar input column
OneHotEncoding.cs (1)
293
case OutputKind.
Key
:
OneHotHashEncoding.cs (1)
341
case OneHotEncodingEstimator.OutputKind.
Key
: