Uses of Class
com.amazonaws.services.machinelearning.model.Algorithm
-
Packages that use Algorithm Package Description com.amazonaws.services.machinelearning.model -
-
Uses of Algorithm in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return Algorithm Modifier and Type Method Description static AlgorithmAlgorithm. fromValue(String value)Use this in place of valueOf.static AlgorithmAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static Algorithm[]Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.machinelearning.model with parameters of type Algorithm Modifier and Type Method Description voidMLModel. setAlgorithm(Algorithm algorithm)The algorithm used to train theMLModel.MLModelMLModel. withAlgorithm(Algorithm algorithm)The algorithm used to train theMLModel.
-