Welcome![Sign In][Sign Up]
Location:
Search - k-means ja

Search list

[Graph programkmeans(JAVA)

Description: JAVA实现的聚类中心的计算 算法比较简单 望多多指教 提宝贵意见-JAVA realize the cluster center is relatively simple algorithm for calculating the exhibitions look to the valuable advice
Platform: | Size: 2048 | Author: sunny | Hits:

[JSP/JavaCRC16

Description: CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length)) -CRC16 algorithm realize Java, use the following method: CRC16 crc16 = new CRC16 () byte [] b = new byte [] (//(byte) 0xF0, (byte) 0xF0, (byte) 0xF0, (byte) 0x72 (byte ) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00) for ( int k = 0 k
Platform: | Size: 1024 | Author: zhangQ | Hits:

[JSP/Javaex-11

Description: K-Means.java K-means分群法(组数数据皆不固定,以读入档案, iris.txt)-K-Means.java K-means grouping method (group, none fixed the number of data in order to read the file, iris.txt)
Platform: | Size: 6144 | Author: 林好 | Hits:

[JSP/Javak-means

Description: java实现的k-means算法,具有可视化界面,可以作为数据挖掘的作业处理。-java implementation of the k-means algorithm with a visual interface that can handle a data mining operation.
Platform: | Size: 989184 | Author: 杜以华 | Hits:

[JSP/JavaK_Means

Description: java编写的k_means算法,希望对大家有所帮助,谢谢支持-java prepared k_means algorithm, we want to help, thanks for your support. . .
Platform: | Size: 52224 | Author: yuhailang | Hits:

CodeBus www.codebus.net