class
MinknowApi::AnalysisConfiguration::ReadClassificationParams
- MinknowApi::AnalysisConfiguration::ReadClassificationParams
- Reference
- Object
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. - #classification_strategy : String
- #classification_strategy=(classification_strategy : String)
- #clear_max_read_length_before_selected_decision_seconds : Nil
- #clear_max_sample_size : Nil
- #clear_merge_selected_classifications : Nil
- #clear_metrics_ewma : Nil
- #clear_open_pore_ewma_weight : Nil
- #clear_open_pore_ignore_after_reset_seconds : Nil
- #clear_parameters : Nil
- #clear_selected_classifications_chunks_required : Nil
- #clear_selected_classifications_fraction_required : Nil
- #clear_selected_ewma_weight : Nil
- #clear_selected_ignore_after_reset_seconds : Nil
- #disable_reset_open_pore_tracker_on_mux_change : Bool
- #disable_reset_open_pore_tracker_on_mux_change=(disable_reset_open_pore_tracker_on_mux_change : Bool)
- #disable_reset_selected_tracker_on_mux_change : Bool
- #disable_reset_selected_tracker_on_mux_change=(disable_reset_selected_tracker_on_mux_change : Bool)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_max_read_length_before_selected_decision_seconds? : Bool
- #has_max_sample_size? : Bool
- #has_merge_selected_classifications? : Bool
- #has_metrics_ewma? : Bool
- #has_open_pore_ewma_weight? : Bool
- #has_open_pore_ignore_after_reset_seconds? : Bool
- #has_parameters? : Bool
- #has_selected_classifications_chunks_required? : Bool
- #has_selected_classifications_fraction_required? : Bool
- #has_selected_ewma_weight? : Bool
- #has_selected_ignore_after_reset_seconds? : Bool
- #max_read_length_before_selected_decision_seconds : Google::Protobuf::UInt64Value | Nil
- #max_read_length_before_selected_decision_seconds=(max_read_length_before_selected_decision_seconds : Google::Protobuf::UInt64Value | Nil)
- #max_sample_size : Google::Protobuf::UInt64Value | Nil
- #max_sample_size=(max_sample_size : Google::Protobuf::UInt64Value | Nil)
- #merge_selected_classifications : Google::Protobuf::BoolValue | Nil
- #merge_selected_classifications=(merge_selected_classifications : Google::Protobuf::BoolValue | Nil)
- #metrics_ewma : ReadClassificationParams::MetricsEwma | Nil
- #metrics_ewma=(metrics_ewma : ReadClassificationParams::MetricsEwma | Nil)
- #open_pore_classifications : Array(String)
- #open_pore_classifications=(open_pore_classifications : Array(String))
- #open_pore_ewma_weight : Google::Protobuf::DoubleValue | Nil
- #open_pore_ewma_weight=(open_pore_ewma_weight : Google::Protobuf::DoubleValue | Nil)
- #open_pore_ignore_after_reset_seconds : Google::Protobuf::DoubleValue | Nil
- #open_pore_ignore_after_reset_seconds=(open_pore_ignore_after_reset_seconds : Google::Protobuf::DoubleValue | Nil)
- #parameters : ReadClassificationParams::Parameters | Nil
- #parameters=(parameters : ReadClassificationParams::Parameters | Nil)
- #scheme_module : Proto::OpenEnum(ReadClassificationParams::Scheme)
- #scheme_module=(scheme_module : Proto::OpenEnum(ReadClassificationParams::Scheme))
- #selected_classifications : Array(String)
- #selected_classifications=(selected_classifications : Array(String))
- #selected_classifications_chunks_required : Google::Protobuf::UInt32Value | Nil
- #selected_classifications_chunks_required=(selected_classifications_chunks_required : Google::Protobuf::UInt32Value | Nil)
- #selected_classifications_fraction_required : Google::Protobuf::DoubleValue | Nil
- #selected_classifications_fraction_required=(selected_classifications_fraction_required : Google::Protobuf::DoubleValue | Nil)
- #selected_ewma_weight : Google::Protobuf::DoubleValue | Nil
- #selected_ewma_weight=(selected_ewma_weight : Google::Protobuf::DoubleValue | Nil)
- #selected_ignore_after_reset_seconds : Google::Protobuf::DoubleValue | Nil
- #selected_ignore_after_reset_seconds=(selected_ignore_after_reset_seconds : Google::Protobuf::DoubleValue | 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 disable_reset_open_pore_tracker_on_mux_change=(disable_reset_open_pore_tracker_on_mux_change : Bool)
#
def disable_reset_selected_tracker_on_mux_change=(disable_reset_selected_tracker_on_mux_change : Bool)
#
def max_read_length_before_selected_decision_seconds : Google::Protobuf::UInt64Value | Nil
#
def max_read_length_before_selected_decision_seconds=(max_read_length_before_selected_decision_seconds : Google::Protobuf::UInt64Value | Nil)
#
def merge_selected_classifications=(merge_selected_classifications : Google::Protobuf::BoolValue | Nil)
#
def open_pore_ewma_weight=(open_pore_ewma_weight : Google::Protobuf::DoubleValue | Nil)
#
def open_pore_ignore_after_reset_seconds=(open_pore_ignore_after_reset_seconds : Google::Protobuf::DoubleValue | Nil)
#
def scheme_module=(scheme_module : Proto::OpenEnum(ReadClassificationParams::Scheme))
#
def selected_classifications_chunks_required=(selected_classifications_chunks_required : Google::Protobuf::UInt32Value | Nil)
#
def selected_classifications_fraction_required : Google::Protobuf::DoubleValue | Nil
#
def selected_classifications_fraction_required=(selected_classifications_fraction_required : Google::Protobuf::DoubleValue | Nil)
#
def selected_ewma_weight=(selected_ewma_weight : Google::Protobuf::DoubleValue | Nil)
#
def selected_ignore_after_reset_seconds=(selected_ignore_after_reset_seconds : Google::Protobuf::DoubleValue | Nil)
#