abstract class Ai4cr::Utils::IoData::Abstract
- Ai4cr::Utils::IoData::Abstract
- Reference
- Object
Direct Known Subclasses
Defined in:
ai4cr/utils/io_data/abstract.crConstructors
Class Method Summary
- .convert_iod_to_raw(iod, default_to_bit_size = 0) : String
- .convert_raw_to_iod(raw, default_to_bit_size = 0) : Array(Array(Float64))
Instance Method Summary
-
#default_to_bit_size : Int32
TODO Replace(?)/Supplement(?) below with actual UTF-to-ASCII conversion! (And ASCII-to-UTF reversion)
-
#default_to_bit_size=(default_to_bit_size : Int32)
TODO Replace(?)/Supplement(?) below with actual UTF-to-ASCII conversion! (And ASCII-to-UTF reversion)
- #file_path : String
- #file_path=(file_path : String)
- #iod : Array(Array(Float64))
- #iod=(iod : Array(Array(Float64)))
- #iod_certainty(iod_guessed)
- #iod_certainty_per_guess(iod_guessed) : Array(Float64)
- #iod_to_io_set_with_offset(offset : Int32)
- #iod_to_io_set_with_offset_time_cols(time_cols : Int32, offset : Int32)
- #iod_uncertainty(iod_guessed)
- #iod_uncertainty_per_guess(iod_guessed) : Array(Float64)
- #prefix_raw_char : String
- #prefix_raw_char=(prefix_raw_char : String)
- #prefix_raw_qty : Int32
- #prefix_raw_qty=(prefix_raw_qty : Int32)
- #raw : String
- #raw=(raw : String)
- #save_iod(to_file_path : String)
- #save_raw(to_file_path : String)
Constructor Detail
def self.new(file_path : String, file_content_type : FileType, prefix_raw_qty : Int32 = 0, prefix_raw_char : String = " ", default_to_bit_size : Int32 = 0)
#
Class Method Detail
Instance Method Detail
def default_to_bit_size : Int32
#
TODO Replace(?)/Supplement(?) below with actual UTF-to-ASCII conversion! (And ASCII-to-UTF reversion)
def default_to_bit_size=(default_to_bit_size : Int32)
#
TODO Replace(?)/Supplement(?) below with actual UTF-to-ASCII conversion! (And ASCII-to-UTF reversion)