Uses of Class
org.tweetyproject.machinelearning.TrainingParameter
-
Uses of TrainingParameter in org.tweetyproject.machinelearning
Modifier and TypeMethodDescriptionParameterSet.getParameter
(TrainingParameter param) Returns the parameter of this set with the same name as the given parameter (or throws an IllegalArgumentException)TrainingParameter.instantiate
(double value) Instantiates a new parameter with the given value.TrainingParameter.instantiateWithDefaultValue()
Instantiates a new parameter with the default value.Modifier and TypeMethodDescriptionboolean
ParameterSet.containsParameter
(TrainingParameter param) Checks whether this set contains a parameter with the same name as the given parameter.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 org.tweetyproject.machinelearning.svm
Modifier and TypeFieldDescriptionstatic final TrainingParameter
MultiClassRbfTrainer.C_PARAMETER
The c parameter for learningstatic final TrainingParameter
MultiClassRbfTrainer.GAMMA_PARAMETER
The gamma parameter for learning