| Modifier and Type | Method and Description |
|---|---|
PitConfiguration.PitConfigurationBuilder |
PitConfiguration.PitConfigurationBuilder.setDetectedImpact(int detectedImpact)
Sets the number of points to increase the score for each detected mutation.
|
PitConfiguration.PitConfigurationBuilder |
PitConfiguration.PitConfigurationBuilder.setMaxScore(int maxScore) |
PitConfiguration.PitConfigurationBuilder |
PitConfiguration.PitConfigurationBuilder.setRatioImpact(int ratioImpact)
Sets the number of points to decrease the score for each missed coverage percentage point.
|
PitConfiguration.PitConfigurationBuilder |
PitConfiguration.PitConfigurationBuilder.setUndetectedImpact(int undetectedImpact)
Sets the number of points to decrease the score for each undetected mutation.
|
Copyright © 2016–2020. All rights reserved.