Class: Aws::Types::EntityRecognizerEvaluationMetrics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#f1_score::Float

Returns the value of attribute f1_score.

Returns:

  • (::Float)


951
952
953
# File 'sig/types.rbs', line 951

def f1_score
  @f1_score
end

#precision::Float

Returns the value of attribute precision.

Returns:

  • (::Float)


949
950
951
# File 'sig/types.rbs', line 949

def precision
  @precision
end

#recall::Float

Returns the value of attribute recall.

Returns:

  • (::Float)


950
951
952
# File 'sig/types.rbs', line 950

def recall
  @recall
end