ClassifierEvaluator<TInstanceSource, TInstance, TLabelSource, TLabel>
ClassifierEvaluator(IClassifierEvaluatorMapping<TInstanceSource, TInstance, TLabelSource, TLabel>)
AreaUnderRocCurve(TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>)
AreaUnderRocCurve(TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>)
AreaUnderRocCurve(TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>)
AreaUnderRocCurve(TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>)
AreaUnderRocCurve(TLabel, TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>)
AreaUnderRocCurve(TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>, IDictionary<TLabel, IDictionary<TLabel, Double>>)
AreaUnderRocCurve(TLabel, TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>)
AreaUnderRocCurve(TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>, IDictionary<TLabel, IDictionary<TLabel, Double>>)
CalibrationCurve(TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>)
CalibrationCurve(TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>)
CalibrationCurve(TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>, Int32, Int32)
CalibrationCurve(TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>, Int32, Int32)
ConfusionMatrix(TInstanceSource, IEnumerable<TLabel>)
ConfusionMatrix(TInstanceSource, TLabelSource, IEnumerable<TLabel>)
Evaluate<TPrediction>(TInstanceSource, IEnumerable<TPrediction>, Func<TLabel, TPrediction, Double>)
Evaluate<TPrediction>(TInstanceSource, TLabelSource, IEnumerable<TPrediction>, Func<TLabel, TPrediction, Double>)
EvaluateOneVersusAnother<TResult>(TLabel, TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>, Func<IEnumerable<Int32>, IDictionary<Int32, Double>, TResult>)
EvaluateOneVersusAnother<TResult>(TLabel, TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>, Func<IEnumerable<Int32>, IDictionary<Int32, Double>, TResult>)
EvaluateOneVersusRest<TResult>(TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>, Func<IEnumerable<Int32>, IDictionary<Int32, Double>, TResult>)
EvaluateOneVersusRest<TResult>(TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>, Func<IEnumerable<Int32>, IDictionary<Int32, Double>, TResult>)
PrecisionRecallCurve(TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>)
PrecisionRecallCurve(TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>)
PrecisionRecallCurve(TLabel, TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>)
PrecisionRecallCurve(TLabel, TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>)
ReceiverOperatingCharacteristicCurve(TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>)
ReceiverOperatingCharacteristicCurve(TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>)
ReceiverOperatingCharacteristicCurve(TLabel, TLabel, TInstanceSource, IEnumerable<IDictionary<TLabel, Double>>)
ReceiverOperatingCharacteristicCurve(TLabel, TLabel, TInstanceSource, TLabelSource, IEnumerable<IDictionary<TLabel, Double>>)
netcoreapp3.0
namespace Microsoft.ML.Probabilistic.Learners
{
public class ClassifierEvaluator<TInstanceSource, TInstance, TLabelSource, TLabel>
{
public double AreaUnderRocCurve(TInstanceSource instanceSource, IEnumerable<IDictionary<TLabel, double>> predictions);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netcoreapp3.0 | |
Assembly | Microsoft.ML.Probabilistic.Learners.Classifier , Version=0.4.2403.801, PublicKeyToken=e4813102a62778da |
Referencing | Your project needs a package reference to |
Package | Microsoft.ML.Probabilistic.Learners (0.4.2403.801) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API