weka-kt

wekakt / com.github.stevenlang.wekakt.extensions / weka.core.Instance / isEqualTo

isEqualTo

fun Instance.isEqualTo(other: Any?): Boolean

Check if this instance is equal to another instance object.

Parameters

other - Other instance to compare with

Return True if this is equal to other