C# conversion to Java

This is for discussing anything related to pattern mining (e.g. itemsets, sequential patterns, subgraph mining)
Post Reply
User avatar
gmc
Posts: 69
Joined: Tue Apr 05, 2022 4:48 pm

C# conversion to Java

Post by gmc »

Hi guys, I would like to know if you have some ideas about how to convert C# code to Java? I got some C# code for pattern mining that I want to compare with SPMF implementations. Any software to do that?
Alva
Posts: 44
Joined: Sun Apr 10, 2022 12:17 am

Re: C# conversion to Java

Post by Alva »

I used that converter before:

https://www.tangiblesoftwaresolutions.c ... tails.html

It works quite well.
User avatar
Lin
Posts: 19
Joined: Wed Apr 06, 2022 3:01 am

Re: C# conversion to Java

Post by Lin »

I have done some conversion by hand for a company but using these software can give very messy results sometimes.
User avatar
admin
Site Admin
Posts: 121
Joined: Tue Apr 05, 2022 12:47 am
Location: China
Contact:

Re: C# conversion to Java

Post by admin »

Alva wrote: Thu May 26, 2022 5:00 am I used that converter before:

https://www.tangiblesoftwaresolutions.c ... tails.html

It works quite well.
I dont know about the C# to Java converted. But the C to Java converter from that company is not bad at all. I converted the PrePost algorithm from C to java. There was some errors but after fixing them by hand the result was not bad after 1 or 2 days of work.

Philippe
Alva
Posts: 44
Joined: Sun Apr 10, 2022 12:17 am

Re: C# conversion to Java

Post by Alva »

Nice to know you also used it. Yes I kind of agree with what you said Dr. Philippe. I had similar experience.
Post Reply