DecisionFactor
Named factor with weight and description from explainDecisionFactors.
Shape
interface DecisionFactor {
name: string;
weight: number;
description: string;
}
DecisionFactorNamed factor with weight and description from explainDecisionFactors.
interface DecisionFactor {
name: string;
weight: number;
description: string;
}