Spiral Classification Problem
data class SpiralClassificationProblem(val xMagnitude: Float, val yMagnitude: Float, val spiralCount: Float) : Problem
The Spiral problem presents two inputs, representing coordinates on an xy-plane, and a single output which indicates membership to one of two arms.
Parameters
x Magnitude
Determines the maximum magnitude of the x component.
y Magnitude
Determines the maximum magnitude of the y component.