DatasetUtils.GenerateFloatLabelFloatFeatureVectorUlongGroupIdSamples Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Feedback
Submit and view feedback for