Uses of Interface
com.datarobot.prediction.ExplanationParams.FeatureImpact
-
Packages that use ExplanationParams.FeatureImpact Package Description com.datarobot.prediction Package with all DataRobot predictors interfaces, data structures and predictors factories. -
-
Uses of ExplanationParams.FeatureImpact in com.datarobot.prediction
Methods in com.datarobot.prediction that return types with arguments of type ExplanationParams.FeatureImpact Modifier and Type Method Description Map<String,ExplanationParams.FeatureImpact<?>>
ExplanationParams. getFeatureImpact()
Getter for feature impact.Method parameters in com.datarobot.prediction with type arguments of type ExplanationParams.FeatureImpact Modifier and Type Method Description ExplanationParams
ExplanationParams. withFeatureImpact(Map<String,ExplanationParams.FeatureImpact<?>> featureImpact)
Setter for the feature impact.
-