"""This function parses the given options (which by default are the command line options). If exclude_resources_from is specified (as a list), the resources from the given packages are not listed in the help message."""
raiseValueError("The given algorithm %s is not a (pure) GMM algorithm"%type(args.algorithm))
# check if one of the parameters is given wothout the sub-task
ifargs.sub_taskisNone:
ifargs.iterationisnotNone:raiseValueError("The option --iteration is an internal option and cannot be used to define experiments")
ifargs.model_typeisnotNone:raiseValueError("The option --model-type is an internal option and cannot be used to define experiments")
ifargs.score_typeisnotNone:raiseValueError("The option --score-type is an internal option and cannot be used to define experiments")
ifargs.groupisnotNone:raiseValueError("The option --group is an internal option and cannot be used to define experiments; did you mean to use --groups?")
"""This function parses the given options (which by default are the command line options). If exclude_resources_from is specified (as a list), the resources from the given packages are not listed in the help message."""
raiseValueError("The given algorithm %s is not a (pure) ISV algorithm"%type(args.algorithm))
# check if one of the parameters is given wothout the sub-task
ifargs.sub_taskisNone:
ifargs.iterationisnotNone:raiseValueError("The option --iteration is an internal option and cannot be used to define experiments")
ifargs.model_typeisnotNone:raiseValueError("The option --model-type is an internal option and cannot be used to define experiments")
ifargs.score_typeisnotNone:raiseValueError("The option --score-type is an internal option and cannot be used to define experiments")
ifargs.groupisnotNone:raiseValueError("The option --group is an internal option and cannot be used to define experiments; did you mean to use --groups?")