FeatureImportanceSettings Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeatureImportanceSettingsTypeConverter))]
public class FeatureImportanceSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureImportanceSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeatureImportanceSettingsTypeConverter))>]
type FeatureImportanceSettings = class
interface IFeatureImportanceSettings
interface IJsonSerializable
Public Class FeatureImportanceSettings
Implements IFeatureImportanceSettings
- Inheritance
-
FeatureImportanceSettings
- Attributes
- Implements
Constructors
FeatureImportanceSettings() |
Creates an new FeatureImportanceSettings instance. |
Properties
Mode |
The mode of operation for computing feature importance. |
TargetColumn |
The name of the target column within the input data asset. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeatureImportanceSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeatureImportanceSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureImportanceSettings. |
FromJsonString(String) |
Creates a new instance of FeatureImportanceSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeatureImportanceSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |