SpiralClassificationProblem

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

xMagnitude

Determines the maximum magnitude of the x component.

yMagnitude

Determines the maximum magnitude of the y component.

Constructors

Link copied to clipboard
constructor(xMagnitude: Float, yMagnitude: Float, spiralCount: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard