TextAnalysisAuthoringModelFactory.TextAuthoringConfusionMatrixCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of TextAuthoringConfusionMatrixCell.
public static Azure.AI.Language.Text.Authoring.TextAuthoringConfusionMatrixCell TextAuthoringConfusionMatrixCell(float normalizedValue = 0, float rawValue = 0);
static member TextAuthoringConfusionMatrixCell : single * single -> Azure.AI.Language.Text.Authoring.TextAuthoringConfusionMatrixCell
Public Shared Function TextAuthoringConfusionMatrixCell (Optional normalizedValue As Single = 0, Optional rawValue As Single = 0) As TextAuthoringConfusionMatrixCell
Parameters
- normalizedValue
- Single
Represents normalized value in percentages.
- rawValue
- Single
Represents raw value.
Returns
A new TextAuthoringConfusionMatrixCell instance for mocking.