DatasetUtils.GenerateFloatLabelFloatFeatureVectorSamples 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.FloatLabelFloatFeatureVectorSample> GenerateFloatLabelFloatFeatureVectorSamples (int exampleCount, double naRate = 0);
static member GenerateFloatLabelFloatFeatureVectorSamples : int * double -> seq<Microsoft.ML.SamplesUtils.DatasetUtils.FloatLabelFloatFeatureVectorSample>
Public Shared Function GenerateFloatLabelFloatFeatureVectorSamples (exampleCount As Integer, Optional naRate As Double = 0) As IEnumerable(Of DatasetUtils.FloatLabelFloatFeatureVectorSample)
Parameters
- exampleCount
- Int32
- naRate
- Double
Returns
Applies to
Feedback
Submit and view feedback for