Interface IPredictorCapabilities
Interface to predictor capabilities.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Learners
Assembly: Microsoft.ML.Probabilistic.Learners.dll
Syntax
public interface IPredictorCapabilities : ICapabilities
Properties
SupportsCustomPredictionLossFunction
Gets a value indicating whether the predictor can compute predictive point estimates from a user-defined loss function.
Declaration
bool SupportsCustomPredictionLossFunction { get; }
Property Value
Type | Description |
---|---|
Boolean |