29 references to Bag
Microsoft.ML.IntegrationTests (1)
IntrospectiveTraining.cs (1)
340
maximumNumberOfInverts: -1, outputKind: OneHotEncodingEstimator.OutputKind.
Bag
));
Microsoft.ML.Tests (21)
OnnxConversionTest.cs (1)
792
var pipeline = mlContext.Transforms.Categorical.OneHotEncoding("F2", "F2", Transforms.OneHotEncodingEstimator.OutputKind.
Bag
)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
597
.Append(mlContext.Transforms.Categorical.OneHotEncoding("CategoricalBag", "CategoricalFeatures", OneHotEncodingEstimator.OutputKind.
Bag
))
Transformers\CategoricalHashTests.cs (10)
53
new OneHotHashEncodingEstimator.ColumnOptions("CatA", "A", OneHotEncodingEstimator.OutputKind.
Bag
),
57
new OneHotHashEncodingEstimator.ColumnOptions("CatVA", "B", OneHotEncodingEstimator.OutputKind.
Bag
),
61
new OneHotHashEncodingEstimator.ColumnOptions("CatVVA", "C", OneHotEncodingEstimator.OutputKind.
Bag
),
92
.Append(ML.Transforms.Categorical.OneHotHashEncoding("C", "VectorString", outputKind: OneHotEncodingEstimator.OutputKind.
Bag
))
95
.Append(ML.Transforms.Categorical.OneHotHashEncoding("F", "VarVectorString", outputKind: OneHotEncodingEstimator.OutputKind.
Bag
))
97
.Append(ML.Transforms.Categorical.OneHotHashEncoding("G", "SingleVectorString", outputKind: OneHotEncodingEstimator.OutputKind.
Bag
));
121
new OneHotHashEncodingEstimator.ColumnOptions("CatA", "A", OneHotEncodingEstimator.OutputKind.
Bag
, maximumNumberOfInverts: -1),
122
new OneHotHashEncodingEstimator.ColumnOptions("CatB", "B", OneHotEncodingEstimator.OutputKind.
Bag
, maximumNumberOfInverts: -1),
123
new OneHotHashEncodingEstimator.ColumnOptions("CatC", "C", OneHotEncodingEstimator.OutputKind.
Bag
, maximumNumberOfInverts: -1),
124
new OneHotHashEncodingEstimator.ColumnOptions("CatD", "D", OneHotEncodingEstimator.OutputKind.
Bag
, maximumNumberOfInverts: -1),
Transformers\CategoricalTests.cs (9)
72
new OneHotEncodingEstimator.ColumnOptions("CatA", "A", OneHotEncodingEstimator.OutputKind.
Bag
),
76
new OneHotEncodingEstimator.ColumnOptions("CatVA", "B", OneHotEncodingEstimator.OutputKind.
Bag
),
80
new OneHotEncodingEstimator.ColumnOptions("CatVVA", "C", OneHotEncodingEstimator.OutputKind.
Bag
),
137
var ci = new OneHotEncodingEstimator.ColumnOptions("CatA", "A", OneHotEncodingEstimator.OutputKind.
Bag
);
167
.Append(ML.Transforms.Categorical.OneHotEncoding("C", "VectorString", outputKind: OneHotEncodingEstimator.OutputKind.
Bag
))
194
new OneHotEncodingEstimator.ColumnOptions("CatA", "A", OneHotEncodingEstimator.OutputKind.
Bag
),
195
new OneHotEncodingEstimator.ColumnOptions("CatB", "B", OneHotEncodingEstimator.OutputKind.
Bag
),
196
new OneHotEncodingEstimator.ColumnOptions("CatC", "C", OneHotEncodingEstimator.OutputKind.
Bag
),
197
new OneHotEncodingEstimator.ColumnOptions("CatD", "D", OneHotEncodingEstimator.OutputKind.
Bag
),
Microsoft.ML.Transforms (7)
CategoricalCatalog.cs (4)
25
/// <see cref="OneHotEncodingEstimator.OutputKind.
Bag
"/>, <see cref="OneHotEncodingEstimator.OutputKind.Indicator"/>, and <see cref="OneHotEncodingEstimator.OutputKind.Binary"/>.
61
/// <see cref="OneHotEncodingEstimator.OutputKind.
Bag
"/>, <see cref="OneHotEncodingEstimator.OutputKind.Indicator"/>, and <see cref="OneHotEncodingEstimator.OutputKind.Binary"/>.
120
/// <see cref="OneHotEncodingEstimator.OutputKind.
Bag
"/>, <see cref="OneHotEncodingEstimator.OutputKind.Indicator"/>, and <see cref="OneHotEncodingEstimator.OutputKind.Binary"/>.
159
/// <see cref="OneHotEncodingEstimator.OutputKind.
Bag
"/>, <see cref="OneHotEncodingEstimator.OutputKind.Indicator"/>, and <see cref="OneHotEncodingEstimator.OutputKind.Binary"/>.
OneHotEncoding.cs (1)
301
case OutputKind.
Bag
:
OneHotHashEncoding.cs (2)
260
public const OneHotEncodingEstimator.OutputKind OutputKind = OneHotEncodingEstimator.OutputKind.
Bag
;
351
case OneHotEncodingEstimator.OutputKind.
Bag
: