activities
latest
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Communications Mining 活动
Last updated 2024年10月11日
帮助程序函数
在解释预测时,您通常不需要直接与这些属性交互。相反,您可以在
StreamResult.Prediction
属性中使用以下帮助程序函数之一轻松访问所需的数据:
GetLeafLabelExtractionsSorted()
什么是叶标签?返回:
IEnumerable<LabelExtraction>
什么是标签提取?此函数可用于获取所有预测的标签提取的列表,并按出现置信度排序。
GetLabelExtractionsSorted()
什么是叶标签?返回:
IEnumerable<LabelExtraction>
什么是标签提取?此函数可用于获取所有预测的标签提取的列表,并按出现置信度排序。
GetLabelExtractions(string labelName)
返回:
IEnumerable<LabelExtraction>
什么是标签提取?此函数可用于获取针对特定标签预测的所有标签提取内容的列表。
GetLabelExtractionsOverOccurrenceConfidenceThreshold(string thresholdName)
返回:
IEnumerable<LabelExtraction>
什么是标签提取?此函数可用于获取已超过给定阈值的所有标签提取内容的列表。
注意:流阈值的默认名称为
stream
。
GetLeafLabelExtractions()
什么是叶标签?返回:
IEnumerable<LabelExtraction>
什么是标签提取?此函数可用于获取所有预测的叶标签提取内容的列表。
返回:
IEnumerable<LabelExtraction>
什么是标签提取?此函数可用于获取针对给定标签预测且已超过给定阈值的所有标签提取内容的列表。
注意:叶标签是没有子标签的标签,也称为子标签。
GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold(string thresholdName
什么是叶标签?返回:
IEnumerable<LabelExtraction>
什么是标签提取?此函数可用于获取所有已预测且超过给定阈值的叶标签提取内容的列表。
注意:流阈值的默认名称为
stream
。
ContainsLabelExtraction(string labelName)
返回:
bool
此函数可用于确定是否已预测给定标签。
注意:此函数不考虑已设置的任何阈值。
ContainsLabelExtractionOverOccurenceThreshold(string labelName, string thresholdName)
返回:bool
。
此函数可用于确定给定标签是否已被预测并且超过了给定阈值。
注意:流阈值的默认名称为
stream
。
- GetLabelExtraction
- GetLeafLabelExtractionsSorted
- GetLabelExtractionsSorted
- GetLabelExtractionsSorted
- GetLabelExtractionsOverOccurrenceConfidenceThreshold
- GetLeafLabelExtractions
- GetLeafLabelExtractionsOverOccurrenceConfidenceThreshold
- ContainsLabelExtraction
- ContainsLabelExtractionOverOccurenceThreshold
- GetGeneralFields
- ContainsGeneralField