@InterfaceAudience.Public @InterfaceStability.Stable public interface RemoveScheme
Originally created by European Commission One-Lab Project 034819.
修飾子とタイプ | フィールドと説明 |
---|---|
static short |
MAXIMUM_FP
MaximumFP Selection.
|
static short |
MINIMUM_FN
MinimumFN Selection.
|
static short |
RANDOM
Random selection.
|
static short |
RATIO
Ratio Selection.
|
static final short RANDOM
The idea is to randomly select a bit to reset.
static final short MINIMUM_FN
The idea is to select the bit to reset that will generate the minimum number of false negative.
static final short MAXIMUM_FP
The idea is to select the bit to reset that will remove the maximum number of false positive.
Copyright © 2016 Apache Software Foundation. All rights reserved.