1 instantiation of BinaryLabelFloatFeatureVectorFloatWeightSample
Microsoft.ML.SamplesUtils (1)
SamplesDatasetUtils.cs (1)
251
var sample = new
BinaryLabelFloatFeatureVectorFloatWeightSample
()
7 references to BinaryLabelFloatFeatureVectorFloatWeightSample
Microsoft.ML.SamplesUtils (5)
SamplesDatasetUtils.cs (5)
224
/// Class used to capture prediction of <see cref="
BinaryLabelFloatFeatureVectorFloatWeightSample
"/> when
235
/// Class used to capture prediction of <see cref="
BinaryLabelFloatFeatureVectorFloatWeightSample
"/> when
244
public static IEnumerable<
BinaryLabelFloatFeatureVectorFloatWeightSample
> GenerateBinaryLabelFloatFeatureVectorFloatWeightSamples(int exampleCount)
247
var data = new List<
BinaryLabelFloatFeatureVectorFloatWeightSample
>();
251
var
sample = new BinaryLabelFloatFeatureVectorFloatWeightSample()
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (2)
50
label: nameof(SamplesUtils.DatasetUtils.
BinaryLabelFloatFeatureVectorFloatWeightSample
.Label),
51
feature: nameof(SamplesUtils.DatasetUtils.
BinaryLabelFloatFeatureVectorFloatWeightSample
.Features));