Skip to content

Possible to mute the warnings in function kmeans? #295

@mlesnoff

Description

@mlesnoff

Would it be possible to have an argument (or any way) that would allow to not display the warnings in function kmeans?
The related code is below (L190-L194)

if objv_change > tol ; @warn("The clustering cost increased at iteration #$t") ; elseif (k == 1) || (abs(objv_change) < tol) ; converged = true ; end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions