How to download other version smpf?
Posted by: hbat
Date: March 14, 2022 09:28AM

I'm trying to reproduce a project that requires a strange version of spmf.
ca.pfv.spmf.algorithms.clustering.dbscan.DoubleArrayDBS
public class MyDoubleArrayDBS extends DoubleArrayDBS implements KryoSerializable {

boolean visited = false;
public MyDoubleArrayDBS(double[] data) {
super(data);
}.

it has one params

Re: How to download other version smpf?
Date: March 17, 2022 07:24AM

Good evening,

Thanks for using SPMF.

I did not keep all the versions.

But here, there are some very old versions of SPMF that you can download here:

FOR THE SOURCE CODE VERSION:

http://philippe-fournier-viger.com/spmf/oldversions/spmf2.36.zip

http://philippe-fournier-viger.com/spmf/oldversions/spmfv_2.34.zip

http://philippe-fournier-viger.com/spmf/oldversions/spmf2.26.zip

http://philippe-fournier-viger.com/spmf/oldversions/spmf2.14.zip
...
http://philippe-fournier-viger.com/spmf/oldversions/spmf088.zip
http://philippe-fournier-viger.com/spmf/oldversions/spmf084.zip
http://philippe-fournier-viger.com/spmf/oldversions/spmf080.zip
http://philippe-fournier-viger.com/spmf/oldversions/spmf079.zip
...
http://philippe-fournier-viger.com/spmf/oldversions/spmf075.zip
http://philippe-fournier-viger.com/spmf/oldversions/spmf074.zip
...
http://philippe-fournier-viger.com/spmf/oldversions/spmf_v0.66.zip
http://philippe-fournier-viger.com/spmf/oldversions/spmf_v0.65.zip
http://philippe-fournier-viger.com/spmf/oldversions/spmf_v0.63.zip
http://philippe-fournier-viger.com/spmf/oldversions/spmf_v0.61.zip
...
http://philippe-fournier-viger.com/spmf/oldversions/spmf_v0.57.zip
...
http://philippe-fournier-viger.com/spmf/oldversions/spmf_v0.54.zip
...
http://philippe-fournier-viger.com/spmf/oldversions/spmf_v0.49a.zip

FOR THE GUI VERSION:

http://philippe-fournier-viger.com/spmf/oldversions/spmf96r3.jar

I could find maybe some other versions on my old computers or backup hard drives.


But when I look at the code that you have shown:

public class MyDoubleArrayDBS extends DoubleArrayDBS implements KryoSerializable

This is a modified version of SPMF... There is no such things called KryoSerializable in any versions of SPMF. So if you are looking for that, you would not find in the official versions of SPMF.

Best regards,

Philippe



Edited 2 time(s). Last edit at 03/17/2022 07:28AM by webmasterphilfv.

This forum is powered by Phorum and provided by P. Fournier-Viger (© 2012).
Terms of use.