| Package | Description | 
|---|---|
| net.sf.tweety.machinelearning | |
| net.sf.tweety.machinelearning.svm | 
| Modifier and Type | Method and Description | 
|---|---|
TrainingParameter | 
ParameterSet.getParameter(TrainingParameter param)
Returns the parameter of this set with the same name as the given
 parameter (or throws an IllegalArgumentException) 
 | 
TrainingParameter | 
TrainingParameter.instantiate(double value)
Instantiates a new parameter with the given value. 
 | 
TrainingParameter | 
TrainingParameter.instantiateWithDefaultValue()
Instantiates a new parameter with the default value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ParameterSet.containsParameter(TrainingParameter param)
Checks whether this set contains a parameter with the same
 name as the given parameter. 
 | 
TrainingParameter | 
ParameterSet.getParameter(TrainingParameter param)
Returns the parameter of this set with the same name as the given
 parameter (or throws an IllegalArgumentException) 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private TrainingParameter | 
MultiClassRbfTrainer.c
The c parameter for learning 
 | 
static TrainingParameter | 
MultiClassRbfTrainer.C_PARAMETER
The c parameter for learning 
 | 
private TrainingParameter | 
MultiClassRbfTrainer.gamma
The gamma parameter for learning 
 | 
static TrainingParameter | 
MultiClassRbfTrainer.GAMMA_PARAMETER
The gamma parameter for learning 
 |