public class ResultSet<ResultUnit> : IEnumerable<ResultUnit>,
IEnumerable
where ResultUnit : Result
This class provides enumeration capabilities and implements indexer access to the prediction collection. 此类提供枚举能力并实现对预测集合的索引器访问。
The prediction results can be updated in batch operations. 预测结果可以通过批量操作进行更新。
ResultSetResultUnit | Initializes a new instance of the ResultSet class with specified predictions 使用指定的预测结果初始化 ResultSet 类的新实例 |
Count | Gets the number of prediction results in the collection 获取集合中预测结果的数量 |
Item | Gets the prediction result at the specified index 获取指定索引处的预测结果 |
Predictions | Gets or sets the array of prediction results 获取或设置预测结果数组 |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
GetEnumerator | Returns an enumerator that iterates through the prediction collection 返回一个遍历预测集合的枚举器 |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
GetType | Gets the Type of the current instance. (继承自 Object。) |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
ToString |
Returns a string that represents the current result set
返回表示当前结果集的字符串
(重写 ObjectToString) |
UpdateCategory | Updates categories for all prediction results in the collection 为集合中的所有预测结果更新类别 |