Constructor ClassificationResult
ClassificationResult(T, Double)
Constructor
the class T
assigned by a IClassifier<T>
score the score for the assignedClass
as a
Declaration
public ClassificationResult(T assignedClass, double score)
Parameters
Type | Name | Description |
---|---|---|
T | assignedClass | |
System.Double | score |