Skip to content

Increase iteration count for ldaModel.inference testing - #73

Open
titsuki wants to merge 1 commit into
cloudml:masterfrom
titsuki:fix-sim
Open

Increase iteration count for ldaModel.inference testing#73
titsuki wants to merge 1 commit into
cloudml:masterfrom
titsuki:fix-sim

Conversation

@titsuki

@titsukititsuki commented Sep 22, 2018

Copy link
Copy Markdown
Contributor

Hi,
It seems that these distance computation functions (i.e., euclideanDistance(a, b)) frequently return the euclidean distance upper than 0.1.
I'm not sure this is the best solution but I think it's better than to set the larger value (e.g., use 0.3 instead of 0.1) for similarity testing.

Cheers,

@titsuki

Copy link
Copy Markdown
ContributorAuthor

This PR partially fix #54

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@titsuki