Skip to content

The ids in cluster output are formatted scientific notation rather than ints  #11

@GoogleCodeExporter

Description

@GoogleCodeExporter

This effects large ids.

The issue is in cluster-src/sofia-kmeans.cc

The solution diff is:

345c345
<             << test_data->VectorAt(i).GetY() << std::endl;

---
>             << (int)test_data->VectorAt(i).GetY() << std::endl;




Original issue reported on code.google.com by clive....@rummble.com on 6 Mar 2013 at 2:37

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions