class Ai4cr::ErrorStats
- Ai4cr::ErrorStats
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ai4cr/error_stats.crConstant Summary
-
DISTANCE_DEFAULT =
Math.sqrt(Math.sqrt(Float64::MAX))
-
HISTORY_SIZE_DEFAULT =
2
-
SCORE_DEFAULT =
DISTANCE_DEFAULT
Constructors
Instance Method Summary
- #distance : Float64
- #distance=(value)
- #hist_correct_plot : Array(String)
- #hist_output_str_matches : Array(Array(Int32))
- #history : Array(Float64)
- #history_size : Int32
- #plot_error_distance_history(min = 0.0, max = 1.0, precision = 2.to_i8, in_bw = false, prefixed = false, reversed = false)
- #score : Float64
- #update_history_correct_plot(which_correct_plot = "(tbd)")
- #update_output_str_matches(output_str_matches = 0)
Constructor Detail
Instance Method Detail
def plot_error_distance_history(min = 0.0, max = 1.0, precision = 2.to_i8, in_bw = false, prefixed = false, reversed = false)
#