class

Ai4cr::Utils::IoData::Abstract

Inherits Reference / Object

Constructors

new(file_path : String, file_content_type : FileType, prefix_raw_qty : Int32 = 0, prefix_raw_char : String = " ", default_to_bit_size : Int32 = 0)
Source

Class methods

convert_iod_to_raw(iod, default_to_bit_size = 0) : String
Source
convert_raw_to_iod(raw, default_to_bit_size = 0) : Array(Array(Float64))
Source

Instance methods

default_to_bit_size

TODO: Replace(?)/Supplement(?) below with actual UTF-to-ASCII conversion! (And ASCII-to-UTF reversion)

Source
default_to_bit_size=(default_to_bit_size : Int32)

TODO: Replace(?)/Supplement(?) below with actual UTF-to-ASCII conversion! (And ASCII-to-UTF reversion)

Source
file_path
Source
file_path=(file_path : String)
Source
iod=(iod : Array(Array(Float64)))
Source
iod_certainty(iod_guessed)
Source
iod_certainty_per_guess(iod_guessed) : Array(Float64)
Source
iod_to_io_set_with_offset(offset : Int32)
Source
iod_to_io_set_with_offset_time_cols(time_cols : Int32, offset : Int32)
Source
iod_uncertainty(iod_guessed)
Source
iod_uncertainty_per_guess(iod_guessed) : Array(Float64)
Source
prefix_raw_char
Source
prefix_raw_char=(prefix_raw_char : String)
Source
prefix_raw_qty
Source
prefix_raw_qty=(prefix_raw_qty : Int32)
Source
raw=(raw : String)
Source
save_iod(to_file_path : String)
Source
save_raw(to_file_path : String)
Source