Interface IFeatureImportance<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Interface for models that can provide feature importance scores.
public interface IFeatureImportance<T>
Type Parameters
TThe numeric type used for feature importance scores.
Methods
GetFeatureImportance()
Gets the feature importance scores.
Dictionary<string, T> GetFeatureImportance()
Returns
- Dictionary<string, T>