-
kmeans聚类算法java实现
应用背景package Kmeans;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
public class KMeans {
private static String fileName = "E:java练习Arithmeticjulei1.txt"; // 文件地址
private static int numTotal; // 聚类总数
private static int K; // 聚类的簇数关键技术典型的聚类算法,应用广发,学习简单,java技术的使用
- 2022-02-01 21:05:33下载
- 积分:1
-
第五章 数组和广义表习题答案
第五章 数组和广义表习题答案-Chapter V arrays and generalized answer Table Exercises
- 2022-04-15 04:44:13下载
- 积分:1
-
一个用于实现牛顿二分法求根的小程序。算法简单 用MATLAB写出...
一个用于实现牛顿二分法求根的小程序。算法简单 用MATLAB写出-it is a simple program to find the root of a equation with the neweton method
- 2022-03-04 21:27:42下载
- 积分:1
-
最大lyapunov指数与相关维数C程序
最大lyapunov指数与相关维数C程序-largest dimension associated with the C Program
- 2022-08-20 02:33:53下载
- 积分:1
-
random number generator source code for C and Notes with a test case.
随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
- 2022-01-26 07:51:12下载
- 积分:1
-
Openssl调用
E直接调用OPENSSL实现ECC,RSA,DES,AES算法例程.E directly call OPENSSL achieve ECC, RSA, DES, AES algorithm routines.
- 2022-10-30 19:10:03下载
- 积分:1
-
photogrammetry Resection of the algorithm to achieve, through the importation of...
摄影测量中后方交会算法的实现,通过输入测量数据可以算出交会点的小程序-photogrammetry Resection of the algorithm to achieve, through the importation of data could calculate the intersection of the small programs
- 2022-04-01 21:10:21下载
- 积分:1
-
基于lms的系统辨识的matlab仿真有点小问题
基于lms的系统辨识的matlab仿真有点小问题-Based on the LMS system identification of the matlab simulation a bit small problem
- 2022-10-18 20:30:03下载
- 积分:1
-
编写另一版本结构手册,有待学习并进一步提高
编写另一版本结构手册,有待学习并进一步提高-Another version of the structure of the preparation of manuals, to be learning and to further improve
- 2022-04-13 04:35:21下载
- 积分:1
-
标本物性累计概率计算
该程序对采集标本的物性(电阻率,密度,磁化率)在各样本区间出现的累积频率进行统计。
1.首先输入样本组数NY,即你想将该物性样本分为几组。
2.然后输入文件FILEIN内容为某一特定标本的特定物性,格式为一维列向量。
3.程序读入文件后,先对数据进行排序,然后计算出分组的组距DATAA1,如果DATAA1小数点太多,可自行输入修正组距DATAA。例如DATAA1为0.9476554321时,不直观,可将修正组距DATAA设为0.95。
4.进行累计概率计算。
5.输出文件FILEOUTbln有两个参数,组距坐标x,累计概率PFREQ。
- 2022-06-27 18:06:40下载
- 积分:1