Package org.deidentifier.arx.gui.model
Klasse ModelKMapCriterion
java.lang.Object
org.deidentifier.arx.gui.model.ModelCriterion
org.deidentifier.arx.gui.model.ModelImplicitCriterion
org.deidentifier.arx.gui.model.ModelKMapCriterion
- Alle implementierten Schnittstellen:
Serializable
This class implements a model for the k-map criterion.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()ClonegetCriterion(Model model) Implement this to return the criterion.Returns the estimator.intgetK()Returns k.getLabel()Implement this to return a string representation.doubleReturns the significance level.voidparse(ModelCriterion criterion, boolean defaultConfiguration) ParsevoidsetEstimator(KMap.CellSizeEstimator estimator) Sets the used estimator.voidsetK(int k) Sets k.voidsetSignificanceLevel(double significanceLevel) Sets the significance level.toString()Implement this to return a string representation.Von Klasse geerbte Methoden org.deidentifier.arx.gui.model.ModelCriterion
isEnabled, setEnabled
-
Konstruktordetails
-
ModelKMapCriterion
public ModelKMapCriterion()Creates a new instance -
ModelKMapCriterion
public ModelKMapCriterion(int k) Creates a new instance- Parameter:
k-
-
-
Methodendetails
-
clone
Beschreibung aus Klasse kopiert:ModelCriterionClone- Angegeben von:
clonein KlasseModelCriterion
-
getCriterion
Beschreibung aus Klasse kopiert:ModelCriterionImplement this to return the criterion.- Angegeben von:
getCriterionin KlasseModelCriterion- Parameter:
model-- Gibt zurück:
-
getEstimator
Returns the estimator.- Gibt zurück:
-
getK
public int getK()Returns k.- Gibt zurück:
-
getLabel
Beschreibung aus Klasse kopiert:ModelCriterionImplement this to return a string representation.- Angegeben von:
getLabelin KlasseModelCriterion- Gibt zurück:
-
getSignificanceLevel
public double getSignificanceLevel()Returns the significance level.- Gibt zurück:
-
parse
Beschreibung aus Klasse kopiert:ModelCriterionParse- Angegeben von:
parsein KlasseModelCriterion- Parameter:
criterion-defaultConfiguration- Defines whether the model represents a typical parameter configuration for the criterion
-
setEstimator
Sets the used estimator.- Parameter:
estimator-
-
setK
public void setK(int k) Sets k.- Parameter:
k-
-
setSignificanceLevel
public void setSignificanceLevel(double significanceLevel) Sets the significance level.- Parameter:
significanceLevel-
-
toString
Beschreibung aus Klasse kopiert:ModelCriterionImplement this to return a string representation.- Angegeben von:
toStringin KlasseModelCriterion- Gibt zurück:
-