Class: Aws::Types::ClassifierEvaluationMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accuracy::Float

Returns the value of attribute accuracy.

Returns:

  • (::Float)


175
176
177
# File 'sig/types.rbs', line 175

def accuracy
  @accuracy
end

#f1_score::Float

Returns the value of attribute f1_score.

Returns:

  • (::Float)


178
179
180
# File 'sig/types.rbs', line 178

def f1_score
  @f1_score
end

#hamming_loss::Float

Returns the value of attribute hamming_loss.

Returns:

  • (::Float)


182
183
184
# File 'sig/types.rbs', line 182

def hamming_loss
  @hamming_loss
end

#micro_f1_score::Float

Returns the value of attribute micro_f1_score.

Returns:

  • (::Float)


181
182
183
# File 'sig/types.rbs', line 181

def micro_f1_score
  @micro_f1_score
end

#micro_precision::Float

Returns the value of attribute micro_precision.

Returns:

  • (::Float)


179
180
181
# File 'sig/types.rbs', line 179

def micro_precision
  @micro_precision
end

#micro_recall::Float

Returns the value of attribute micro_recall.

Returns:

  • (::Float)


180
181
182
# File 'sig/types.rbs', line 180

def micro_recall
  @micro_recall
end

#precision::Float

Returns the value of attribute precision.

Returns:

  • (::Float)


176
177
178
# File 'sig/types.rbs', line 176

def precision
  @precision
end

#recall::Float

Returns the value of attribute recall.

Returns:

  • (::Float)


177
178
179
# File 'sig/types.rbs', line 177

def recall
  @recall
end