资源列表
Ga_feature_selector_mcode
- Genetic algorithm for feature selection
lof
- LOF(局部异常因子)是用于识别基于密度的局部异常值的算法-It uses local outlier mining method to count the Local Outlier Factor(LOF) of the outlier candidated object。
NJU-SSDR
- 半监督判别分析(SSDR),是南京大学数据挖掘研究所提出的一种新的半监督降维算法,对于数据挖掘和类别样本的获取有着十分重要的借鉴价值。-A semi-supervised discriminant analysis (SSDR), is one of the types of data mining research institute of nanjing university puts forward new a semi-supervised dimensionality reductio
K-MEAN
- k-均值聚类算法的源代码,推荐的大家使用junzhinjuleisuanfa-k-junzhiyuandaima
MC
- MC问题(AI)的解答,用JAVA实现。野人与传教士问题。(ArrayList)-The solution to MC problem which is so typical in AI field ,when it comes to the expression of knowledge.Use Java.ArrayList
NaiveBayes
- 贝叶斯分类器,机器学习十大经典算法之一,基本的实现-Naive Bayes
Mathematical-modeling2
- 在数学建模中采用遍历寻优思想达到最终目的-In mathematical modeling used to traverse optimization ideological achieve the ultimate goal
BinningandFeatSelection_GeneData
- Code to discretize and gene features. Works with numeric features with classes labeled as positive and negative-Code to discretize and gene features. Works with numeric features with classes labeled as positive and negative
dataobjects
- Dirichlet process mixture model读取数据-Dirichlet read data
pca
- 应用主成分分析将数十维数据压缩,得到主成分,根据主成分得分给案例排序,得到案例 的得分排序,从而得到评价结果。-Principal component analysis of dozens dimensional data compression, get the main ingredients, according to the principal component scores to sort the case to give the case to score the sort to
ID3
- id3,数据挖掘的决策树的经典算法,利用Java实现-data mining