abstract class Ai4cr::Utils::IoData::Abstract

Direct Known Subclasses

Defined in:

ai4cr/utils/io_data/abstract.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_path : String, file_content_type : FileType, prefix_raw_qty : Int32 = 0, prefix_raw_char : String = " ") #

[View source]

Instance Method Detail

def convert_iod_to_raw(iod) : String #

[View source]
def convert_raw_to_iod(raw) : Array(Array(Float64)) #

[View source]
def file_path : String #

[View source]
def file_path=(file_path : String) #

[View source]
def iod : Array(Array(Float64)) #

[View source]
def iod=(iod : Array(Array(Float64))) #

[View source]
def iod_to_io_set_with_offset(offset : Int32) #

[View source]
def iod_to_io_set_with_offset_time_cols(time_cols : Int32, offset : Int32) #

[View source]
def prefix_raw_char : String #

[View source]
def prefix_raw_char=(prefix_raw_char : String) #

[View source]
def prefix_raw_qty : Int32 #

[View source]
def prefix_raw_qty=(prefix_raw_qty : Int32) #

[View source]
def raw : String #

[View source]
def raw=(raw : String) #

[View source]
def save_iod(to_file_path : String) #

[View source]
def save_raw(to_file_path : String) #

[View source]