class

MinknowApi::AnalysisConfiguration::ReadClassificationParams::MetricsEwma

Inherits Proto::Message < Proto::HasUnknownFields < Reference < Object

Constructors

decode(bytes : Bytes) : self

Decode a message from a raw byte slice.

Source
decode(io : IO) : self
Source
decode_partial(bytes : Bytes) : self
Source
decode_partial(io : IO) : self
Source

Instance methods

==(other : self) : Bool

Returns true if this reference is the same as other. Invokes same?.

Source
clear_dwell_sd
Source
clear_median
Source
clear_median_dwell
Source
clear_median_sd
Source
clear_range
Source
clear_read_chunks_required_for_ewma
Source
dwell_sd
Source
dwell_sd=(dwell_sd : Google::Protobuf::FloatValue | Nil)
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
has_dwell_sd?
Source
has_median?
Source
has_median_dwell?
Source
has_median_sd?
Source
has_range?
Source
has_read_chunks_required_for_ewma?
Source
median
Source
median=(median : Google::Protobuf::FloatValue | Nil)
Source
median_dwell
Source
median_dwell=(median_dwell : Google::Protobuf::FloatValue | Nil)
Source
median_sd
Source
median_sd=(median_sd : Google::Protobuf::FloatValue | Nil)
Source
range
Source
read_chunks_required_for_ewma
Source
read_chunks_required_for_ewma=(read_chunks_required_for_ewma : Google::Protobuf::Int32Value | Nil)
Source
validate_required!
Source
validate_required_deep!
Source