ClassificationResult

ClassificationResult class

Classifition results.

public class ClassificationResult

Constructors

Name Description
ClassificationResult() The default constructor.

Properties

Name Description
Name { get; set; } Gets or sets the name of the class.
Probability { get; set; } Gets or sets the probability of class.

See Also