Skip to content

Very pleased with author update quickly,Other bugs I find: #68

@junphine

Description

@junphine

jsat.clustering.FLAME
line 340
int len = Math.min(weights[i].length, knns.size()); //modify by me,
// if knns.size is less than weights[i].length there is a IndexOutOfBoundsException throw.

jsat.clustering.kmeans.NaiveKMeans
line 170
final CountDownLatch latch = new CountDownLatch(blockSize>0? SystemInfo.LogicalCores : extra);
//dataSet size is less than LogicalCores, CountDownLatch will never down to 0 .

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