Uses of Class
org.tweetyproject.machinelearning.TrainingParameter
Packages that use TrainingParameter
-
Uses of TrainingParameter in org.tweetyproject.machinelearning
Methods in org.tweetyproject.machinelearning that return TrainingParameterModifier 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.Methods in org.tweetyproject.machinelearning with parameters of type TrainingParameterModifier 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
Fields in org.tweetyproject.machinelearning.svm declared as TrainingParameterModifier and TypeFieldDescriptionstatic TrainingParameter
MultiClassRbfTrainer.C_PARAMETER
The c parameter for learningstatic TrainingParameter
MultiClassRbfTrainer.GAMMA_PARAMETER
The gamma parameter for learning