Package fis.data.sample.pair
Interface PairSample
-
- All Superinterfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2
- All Known Implementing Classes:
PairSampleChangeSupportDecorator,PairSampleDecorator,PairSampleModel
public interface PairSample extends com.jgoodies.common.bean.ObservableBean2
-
-
Field Summary
Fields Modifier and Type Field Description static doubleDEFAULT_LEARNING_RATIOstatic intDEFAULT_PAIR_NUMBERstatic StringKEY_LEARNING_RATIOstatic StringLABEL_LEARNING_RATIOstatic intMAX_PAIR_NUMBERstatic intMIN_PAIR_NUMBERstatic StringPROPERTY_LEARNING_RATIOstatic StringPROPERTY_PAIR_NUMBER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetLearningRatio()intgetPairNumber()voidsetLearningRatio(double learningRatio)voidsetPairNumber(int pairNumber)
-
-
-
Field Detail
-
PROPERTY_PAIR_NUMBER
static final String PROPERTY_PAIR_NUMBER
- See Also:
- Constant Field Values
-
PROPERTY_LEARNING_RATIO
static final String PROPERTY_LEARNING_RATIO
- See Also:
- Constant Field Values
-
KEY_LEARNING_RATIO
static final String KEY_LEARNING_RATIO
- See Also:
- Constant Field Values
-
LABEL_LEARNING_RATIO
static final String LABEL_LEARNING_RATIO
- See Also:
- Constant Field Values
-
MIN_PAIR_NUMBER
static final int MIN_PAIR_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_PAIR_NUMBER
static final int DEFAULT_PAIR_NUMBER
- See Also:
- Constant Field Values
-
MAX_PAIR_NUMBER
static final int MAX_PAIR_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_LEARNING_RATIO
static final double DEFAULT_LEARNING_RATIO
- See Also:
- Constant Field Values
-
-