Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Alphas.IInsightScoreFunction Interface Reference

Abstraction in charge of scoring insights More...

Inheritance diagram for QuantConnect.Algorithm.Framework.Alphas.IInsightScoreFunction:
[legend]

Public Member Functions

void Score (InsightManager insightManager, DateTime utcTime)
 Method to evaluate and score insights for each time step More...
 

Detailed Description

Abstraction in charge of scoring insights

Definition at line 24 of file IInsightScoreFunction.cs.

Member Function Documentation

◆ Score()

void QuantConnect.Algorithm.Framework.Alphas.IInsightScoreFunction.Score ( InsightManager  insightManager,
DateTime  utcTime 
)

Method to evaluate and score insights for each time step

Implemented in QuantConnect.Algorithm.Framework.Alphas.InsightScoreFunctionPythonWrapper.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: