Class: Aws::Types::EntityTypesEvaluationMetrics

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)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def f1_score
  @f1_score
end

#precision::Float

Returns the value of attribute precision.

Returns:

  • (::Float)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def precision
  @precision
end

#recall::Float

Returns the value of attribute recall.

Returns:

  • (::Float)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def recall
  @recall
end