Uses of Class
org.tweetyproject.machinelearning.TrainingParameter
-
Packages that use TrainingParameter Package Description org.tweetyproject.machinelearning org.tweetyproject.machinelearning.svm -
-
Uses of TrainingParameter in org.tweetyproject.machinelearning
Methods in org.tweetyproject.machinelearning that return TrainingParameter Modifier and Type Method Description TrainingParameterParameterSet. getParameter(TrainingParameter param)Returns the parameter of this set with the same name as the given parameter (or throws an IllegalArgumentException)TrainingParameterTrainingParameter. instantiate(double value)Instantiates a new parameter with the given value.TrainingParameterTrainingParameter. instantiateWithDefaultValue()Instantiates a new parameter with the default value.Methods in org.tweetyproject.machinelearning with parameters of type TrainingParameter Modifier and Type Method Description booleanParameterSet. containsParameter(TrainingParameter param)Checks whether this set contains a parameter with the same name as the given parameter.TrainingParameterParameterSet. 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 TrainingParameter Modifier and Type Field Description static TrainingParameterMultiClassRbfTrainer. C_PARAMETERThe c parameter for learningstatic TrainingParameterMultiClassRbfTrainer. GAMMA_PARAMETERThe gamma parameter for learning
-