Skip to content

Implement sampling to reduce distribution space building time #22

@mrowebot

Description

@mrowebot

Issue

Constructing and indexing the training data space for k-means is too expensive.

Solution

  • Use sampling (e.g. MCMC) to repeatedly sample data and construct reduced space.
  • Run process until space properties become stationary.

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