CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - k-means ja
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - k-means ja - List
[
Graph program
]
kmeans(JAVA)
DL : 0
JAVA实现的聚类中心的计算 算法比较简单 望多多指教 提宝贵意见-JAVA realize the cluster center is relatively simple algorithm for calculating the exhibitions look to the valuable advice
Update
: 2025-02-17
Size
: 2kb
Publisher
:
sunny
[
JSP/Java
]
CRC16
DL : 0
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
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zhangQ
[
JSP/Java
]
ex-11
DL : 0
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)
Update
: 2025-02-17
Size
: 6kb
Publisher
:
林好
[
JSP/Java
]
k-means
DL : 1
java实现的k-means算法,具有可视化界面,可以作为数据挖掘的作业处理。-java implementation of the k-means algorithm with a visual interface that can handle a data mining operation.
Update
: 2025-02-17
Size
: 966kb
Publisher
:
杜以华
[
JSP/Java
]
K_Means
DL : 0
java编写的k_means算法,希望对大家有所帮助,谢谢支持-java prepared k_means algorithm, we want to help, thanks for your support. . .
Update
: 2025-02-17
Size
: 51kb
Publisher
:
yuhailang
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.