Uses of Class
net.sf.tweety.machinelearning.TrainingParameter
-
Packages that use TrainingParameter Package Description net.sf.tweety.machinelearning net.sf.tweety.machinelearning.svm -
-
Uses of TrainingParameter in net.sf.tweety.machinelearning
Methods in net.sf.tweety.machinelearning that return TrainingParameter Modifier and Type Method 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.Methods in net.sf.tweety.machinelearning with parameters of type TrainingParameter Modifier and Type Method 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) -
Uses of TrainingParameter in net.sf.tweety.machinelearning.svm
Fields in net.sf.tweety.machinelearning.svm declared as TrainingParameter Modifier and Type Field Description static TrainingParameter
MultiClassRbfTrainer. C_PARAMETER
The c parameter for learningstatic TrainingParameter
MultiClassRbfTrainer. GAMMA_PARAMETER
The gamma parameter for learning
-