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

Clustering By Committee.java #74

Open
cherylcaprina opened this issue Mar 9, 2017 · 2 comments
Open

Clustering By Committee.java #74

cherylcaprina opened this issue Mar 9, 2017 · 2 comments

Comments

@cherylcaprina
Copy link

I have a multidimensional array as shown below:
int array[][]={
{1, 1, 0, 0, 1, 1},
{1, 1, 1, 1, 1, 2},
{0, 1, 1, 1, 0, 0},
{0, 1, 1, 1, 1, 0},
{1, 1, 0, 1, 1, 1},
{1, 2, 0, 0, 1, 1}
};
I would like to use the public Assignments cluster(Matrix m, Properties props). May I know how should I convert my array into Matrix m? How does the Matrix m structure looks like?

Regards,
Cheryl.

@davidjurgens
Copy link
Collaborator

davidjurgens commented Mar 11, 2017 via email

@cherylcaprina
Copy link
Author

cherylcaprina commented Mar 12, 2017

Dear David,

Thanks a lot. I have obtained the matrix from my array and currently I wish to call the method public Assignments cluster(Matrix m, Properties props). May I know what shall I pass for Properties props parameter? I don't understand what's the use of the properties as mentioned in the code's comment. Do you mind to show me an example?

Regards,
Cheryl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants