Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAHOUT-1693: FunctionalMatrixView materializes row vectors in scala shell #120

Closed
wants to merge 1 commit into from

Conversation

andrewpalumbo
Copy link
Member

Override .toString() to simply return the class name in FunctionalMatrixView.java solves this problem.

@andrewpalumbo andrewpalumbo reopened this Apr 21, 2015
@andrewpalumbo andrewpalumbo changed the title Override .toString() in FunctionalMatrixView.java MAHOUT-1693: Override .toString() in FunctionalMatrixView.java Apr 21, 2015
@andrewpalumbo andrewpalumbo changed the title MAHOUT-1693: Override .toString() in FunctionalMatrixView.java MAHOUT-1693: FunctionalMatrixView materializes row vectors in scala shell Apr 21, 2015
@andrewpalumbo andrewpalumbo reopened this Apr 21, 2015
@smarthi
Copy link
Member

smarthi commented Apr 21, 2015

Also add a test :
val inCoreB = Matrices.symmetricUniformView(50000, 50000, 1)

that demonstrates this problem to not occur after this fix

@asfgit asfgit closed this in 8be44ab Apr 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants