class
MinknowApi::AnalysisConfiguration::ReadClassificationParams::MetricsEwma
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/analysis_configuration.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #clear_dwell_sd : Nil
- #clear_median : Nil
- #clear_median_dwell : Nil
- #clear_median_sd : Nil
- #clear_range : Nil
- #clear_read_chunks_required_for_ewma : Nil
- #dwell_sd : Google::Protobuf::FloatValue | Nil
- #dwell_sd=(dwell_sd : Google::Protobuf::FloatValue | Nil)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_dwell_sd? : Bool
- #has_median? : Bool
- #has_median_dwell? : Bool
- #has_median_sd? : Bool
- #has_range? : Bool
- #has_read_chunks_required_for_ewma? : Bool
- #median : Google::Protobuf::FloatValue | Nil
- #median=(median : Google::Protobuf::FloatValue | Nil)
- #median_dwell : Google::Protobuf::FloatValue | Nil
- #median_dwell=(median_dwell : Google::Protobuf::FloatValue | Nil)
- #median_sd : Google::Protobuf::FloatValue | Nil
- #median_sd=(median_sd : Google::Protobuf::FloatValue | Nil)
- #range : Google::Protobuf::FloatValue | Nil
- #range=(range : Google::Protobuf::FloatValue | Nil)
- #read_chunks_required_for_ewma : Google::Protobuf::Int32Value | Nil
- #read_chunks_required_for_ewma=(read_chunks_required_for_ewma : Google::Protobuf::Int32Value | Nil)
- #validate_required! : Nil
- #validate_required_deep! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def read_chunks_required_for_ewma=(read_chunks_required_for_ewma : Google::Protobuf::Int32Value | Nil)
#