DatasetUtils.GenerateFloatLabelFloatFeatureVectorUlongGroupIdSamples Method

Definition

public static System.Collections.Generic.IEnumerable<Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample> GenerateFloatLabelFloatFeatureVectorUlongGroupIdSamples (int exampleCount, double naRate = 0, ulong minGroupId = 1, ulong maxGroupId = 5);
static member GenerateFloatLabelFloatFeatureVectorUlongGroupIdSamples : int * double * uint64 * uint64 -> seq<Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample>
Public Shared Function GenerateFloatLabelFloatFeatureVectorUlongGroupIdSamples (exampleCount As Integer, Optional naRate As Double = 0, Optional minGroupId As ULong = 1, Optional maxGroupId As ULong = 5) As IEnumerable(Of DatasetUtils.FloatLabelFloatFeatureVectorUlongGroupIdSample)

Parameters

exampleCount
Int32
naRate
Double
minGroupId
UInt64
maxGroupId
UInt64

Returns

IEnumerable<FloatLabelFloatFeatureVectorUlongGroupIdSample>

Applies to