public interface SISRRuinStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAvgNumRemovedVisits()
Number of visits that are removed on average.
|
double |
getBypassFactor()
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
|
int |
getMaxRemovedSequenceSize()
Maximum number of removed visits per sequence.
|
boolean |
hasAvgNumRemovedVisits()
Number of visits that are removed on average.
|
boolean |
hasBypassFactor()
Value in [0, 1] ruling the number of preserved customers in the split
sequence removal.
|
boolean |
hasMaxRemovedSequenceSize()
Maximum number of removed visits per sequence.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMaxRemovedSequenceSize()
Maximum number of removed visits per sequence. The parameter name in the paper is L^{max} and the suggested value is 10.
optional uint32 max_removed_sequence_size = 1;
int getMaxRemovedSequenceSize()
Maximum number of removed visits per sequence. The parameter name in the paper is L^{max} and the suggested value is 10.
optional uint32 max_removed_sequence_size = 1;
boolean hasAvgNumRemovedVisits()
Number of visits that are removed on average. The parameter name in the paper is \bar{c} and the suggested value is 10.
optional uint32 avg_num_removed_visits = 2;
int getAvgNumRemovedVisits()
Number of visits that are removed on average. The parameter name in the paper is \bar{c} and the suggested value is 10.
optional uint32 avg_num_removed_visits = 2;
boolean hasBypassFactor()
Value in [0, 1] ruling the number of preserved customers in the split sequence removal. The parameter name in the paper is \alpha and the suggested value is 0.01.
optional double bypass_factor = 3;
double getBypassFactor()
Value in [0, 1] ruling the number of preserved customers in the split sequence removal. The parameter name in the paper is \alpha and the suggested value is 0.01.
optional double bypass_factor = 3;
Copyright © 2025. All rights reserved.