clc clear all close all aa=xlsread('sy1.xls'); at=[{'日期:2005-6-30至2006-12-1'},{'开盘价'},{'成交量'},{'最高价'},{'最低价'},{'收盘价'}]; ys='brgmcyk'; pd=aa(1:330,:)'; [pn,minp,maxp]=premnmx(pd); pr=[pn(:,1:320);pn(:,2:321);pn(:,3:322);pn(:,4:323);pn(:,5:324)]; % px
Hidden Markov Models (HMMs) provide a simple and effective framework
for modelling time-varying spectral vector sequences. As a consequence,
almost all present day large vocabulary continuous speech
recognition (LVCSR) systems are based on HMMs.
Wher
这是我写的一个论文,关于朴素贝叶斯分类器经过属性权重调整提升分类性能并提出了新算法,名字是WAODE,摘要如下:
Averaged One-Dependence Estimators (AODE) is one of supervised learning algorithm, which relaxes the conditional independent assumption that working on the standard naive Bayes learner. The AOD