ClassificationResponse
ClassificationResponse class
分类响应。
public class ClassificationResponse
构造函数
姓名 | 描述 |
---|---|
ClassificationResponse() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
BestClassName { get; set; } | 获取或设置最佳类名。 |
BestClassProbability { get; set; } | 获取或设置最佳类别概率。 |
BestResults { get; set; } | 获取或设置最佳类结果数组。 |