Package fis.data.sample.classif
Class ClassifSampleModel
- java.lang.Object
-
- com.jgoodies.common.bean.AbstractBean
-
- com.jgoodies.binding.beans.Model
-
- fis.data.sample.classif.ClassifSampleModel
-
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,ClassifSample,Serializable
public final class ClassifSampleModel extends com.jgoodies.binding.beans.Model implements ClassifSample
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClassifSampleModel.FastCloner
-
Field Summary
-
Fields inherited from interface fis.data.sample.classif.ClassifSample
DEFAULT_PRECISION, KEY_PRECISION, LABEL_PRECISION, PROPERTY_CLASSIF, PROPERTY_CLASSIF_VARIABLE, PROPERTY_PRECISION
-
-
Constructor Summary
Constructors Constructor Description ClassifSampleModel(JExtendedDataFile data, JFIS fis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClassifVariable()doublegetPrecision()booleanisClassif()voidsetClassif(boolean classif)voidsetClassifVariable(int classifVariable)voidsetPrecision(double precision)-
Methods inherited from class com.jgoodies.binding.beans.Model
createPropertyChangeSupport, firePropertyChange
-
Methods inherited from class com.jgoodies.common.bean.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ClassifSampleModel
public ClassifSampleModel(JExtendedDataFile data, JFIS fis)
-
-
Method Detail
-
setClassif
public void setClassif(boolean classif)
- Specified by:
setClassifin interfaceClassifSample
-
isClassif
public boolean isClassif()
- Specified by:
isClassifin interfaceClassifSample
-
setClassifVariable
public void setClassifVariable(int classifVariable)
- Specified by:
setClassifVariablein interfaceClassifSample
-
getClassifVariable
public int getClassifVariable()
- Specified by:
getClassifVariablein interfaceClassifSample
-
setPrecision
public void setPrecision(double precision)
- Specified by:
setPrecisionin interfaceClassifSample
-
getPrecision
public double getPrecision()
- Specified by:
getPrecisionin interfaceClassifSample
-
-