Algorithm

sealed class Algorithm

The function used to train an MLModel. Training choices supported by Amazon ML include the following:

  • SGD - Stochastic Gradient Descent.

  • RandomForest - Random forest of decision trees.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class SdkUnknown(val value: String) : Algorithm
Link copied to clipboard
object Sgd : Algorithm

Properties

Link copied to clipboard
abstract val value: String