Skip to content

Not working on this example. Only gives one value #93

@xiaodaigh

Description

@xiaodaigh
using ParallelKMeans
using DataFrames


df = DataFrame(val = rand(1_000_000))


@time multi_results = kmeans(reshape(df[!, :val], :, 1), 8)

The multi_results.assignment only gives one value and I was expecting 1_000_000.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions