Table of Contents

Interface IFeatureImportance<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Interface for models that can provide feature importance scores.

public interface IFeatureImportance<T>

Type Parameters

T

The numeric type used for feature importance scores.

Methods

GetFeatureImportance()

Gets the feature importance scores.

Dictionary<string, T> GetFeatureImportance()

Returns

Dictionary<string, T>