Class: Aws::Types::EvaluationMetric

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)


229
230
231
# File 'sig/types.rbs', line 229

def f1_score
  @f1_score
end

#precision::Float

Returns the value of attribute precision.

Returns:

  • (::Float)


230
231
232
# File 'sig/types.rbs', line 230

def precision
  @precision
end

#recall::Float

Returns the value of attribute recall.

Returns:

  • (::Float)


231
232
233
# File 'sig/types.rbs', line 231

def recall
  @recall
end