Uses of Enum
com.amazonaws.services.machinelearning.model.Algorithm
Packages that use Algorithm
-
Uses of Algorithm in com.amazonaws.services.machinelearning.model
Subclasses with type arguments of type Algorithm in com.amazonaws.services.machinelearning.modelMethods in com.amazonaws.services.machinelearning.model that return AlgorithmModifier and TypeMethodDescriptionstatic AlgorithmUse this in place of valueOf.static AlgorithmReturns 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 AlgorithmModifier and TypeMethodDescriptionvoidMLModel.setAlgorithm(Algorithm algorithm) The algorithm used to train theMLModel.MLModel.withAlgorithm(Algorithm algorithm) The algorithm used to train theMLModel.