Class: Aws::Types::FindMatchesMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#area_under_pr_curve::Float

Returns the value of attribute area_under_pr_curve.

Returns:

  • (::Float)


3132
3133
3134
# File 'sig/types.rbs', line 3132

def area_under_pr_curve
  @area_under_pr_curve
end

#column_importances::Array[Types::ColumnImportance]

Returns the value of attribute column_importances.

Returns:



3137
3138
3139
# File 'sig/types.rbs', line 3137

def column_importances
  @column_importances
end

#confusion_matrixTypes::ConfusionMatrix

Returns the value of attribute confusion_matrix.



3136
3137
3138
# File 'sig/types.rbs', line 3136

def confusion_matrix
  @confusion_matrix
end

#f1::Float

Returns the value of attribute f1.

Returns:

  • (::Float)


3135
3136
3137
# File 'sig/types.rbs', line 3135

def f1
  @f1
end

#precision::Float

Returns the value of attribute precision.

Returns:

  • (::Float)


3133
3134
3135
# File 'sig/types.rbs', line 3133

def precision
  @precision
end

#recall::Float

Returns the value of attribute recall.

Returns:

  • (::Float)


3134
3135
3136
# File 'sig/types.rbs', line 3134

def recall
  @recall
end