ArmMachineLearningModelFactory.FeatureSubset 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.
The FeatureSubset.
public static Azure.ResourceManager.MachineLearning.Models.FeatureSubset FeatureSubset(System.Collections.Generic.IEnumerable<string> features = default);
static member FeatureSubset : seq<string> -> Azure.ResourceManager.MachineLearning.Models.FeatureSubset
Public Shared Function FeatureSubset (Optional features As IEnumerable(Of String) = Nothing) As FeatureSubset
Parameters
- features
- IEnumerable<String>
[Required] The list of features to include.
Returns
A new FeatureSubset instance for mocking.