Package fis.data.sample.pair
Class PairSampleChangeSupportDecorator
- java.lang.Object
-
- util.jgoodies.common.bean.ObservableBean2Decorator<PairSample>
-
- fis.data.sample.pair.PairSampleDecorator
-
- fis.data.sample.pair.PairSampleChangeSupportDecorator
-
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,PairSample,BeanChangeListener
public abstract class PairSampleChangeSupportDecorator extends PairSampleDecorator implements BeanChangeListener
-
-
Field Summary
-
Fields inherited from interface fis.data.sample.pair.PairSample
DEFAULT_LEARNING_RATIO, DEFAULT_PAIR_NUMBER, KEY_LEARNING_RATIO, LABEL_LEARNING_RATIO, MAX_PAIR_NUMBER, MIN_PAIR_NUMBER, PROPERTY_LEARNING_RATIO, PROPERTY_PAIR_NUMBER
-
-
Constructor Summary
Constructors Constructor Description PairSampleChangeSupportDecorator(PairSample pairSample)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrelease()-
Methods inherited from class fis.data.sample.pair.PairSampleDecorator
getLearningRatio, getPairNumber, setLearningRatio, setPairNumber
-
Methods inherited from class util.jgoodies.common.bean.ObservableBean2Decorator
addPropertyChangeListener, addPropertyChangeListener, getBean, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface util.jgoodies.common.bean.BeanChangeListener
beanChange
-
-
-
-
Constructor Detail
-
PairSampleChangeSupportDecorator
public PairSampleChangeSupportDecorator(PairSample pairSample)
-
-