Uses of Class
org.tweetyproject.machinelearning.TrainingParameter
Packages that use TrainingParameter
-
Uses of TrainingParameter in org.tweetyproject.machinelearning
Subclasses with type arguments of type TrainingParameter in org.tweetyproject.machinelearningModifier and TypeClassDescriptionclassA set of parameters that can be given to a trainer to specifiy the training task.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 TypeMethodDescriptionbooleanParameterSet.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 final TrainingParameterMultiClassRbfTrainer.C_PARAMETERThe c parameter for learningstatic final TrainingParameterMultiClassRbfTrainer.GAMMA_PARAMETERThe gamma parameter for learning