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 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 net.sf.tweety.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 net.sf.tweety.machinelearning.svm
Fields in net.sf.tweety.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
-