CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据挖掘

文件名称:hctsa-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-07-01
  • 文件大小:
    6.09mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

matlab,时间序列分析,分类,数据挖掘,聚类-time series classification
(系统自动生成,下载前可以参看下载内容)

下载文件列表

hctsa-master/
hctsa-master/.gitignore
hctsa-master/Calculation/
hctsa-master/Calculation/SQL_retrieve.m
hctsa-master/Calculation/SQL_store.m
hctsa-master/Calculation/TS_CalculateFeatureVector.m
hctsa-master/Calculation/TS_LinkOperationsWithMasters.m
hctsa-master/Calculation/TS_WhichProblemTS.m
hctsa-master/Calculation/TS_combine.m
hctsa-master/Calculation/TS_compute.m
hctsa-master/Calculation/TS_compute_masterloop.m
hctsa-master/Calculation/TS_compute_oploop.m
hctsa-master/Calculation/TS_init.m
hctsa-master/Calculation/sample_runscript_matlab.m
hctsa-master/Calculation/sample_runscript_sql.m
hctsa-master/Database/
hctsa-master/Database/INP_mops.txt
hctsa-master/Database/INP_ops.txt
hctsa-master/Database/INP_ops_reduced.txt
hctsa-master/Database/SQL_ChangeDatabase.m
hctsa-master/Database/SQL_FlushKeywords.m
hctsa-master/Database/SQL_GiveMeCode.m
hctsa-master/Database/SQL_ShowConnSettings.m
hctsa-master/Database/SQL_TableCreateString.m
hctsa-master/Database/SQL_add.m
hctsa-master/Database/SQL_add_chunked.m
hctsa-master/Database/SQL_clear_remove.m
hctsa-master/Database/SQL_closedatabase.m
hctsa-master/Database/SQL_create_all_tables.m
hctsa-master/Database/SQL_create_db.m
hctsa-master/Database/SQL_getids.m
hctsa-master/Database/SQL_opendatabase.m
hctsa-master/Database/SQL_reset.m
hctsa-master/Database/install_jconnector.m
hctsa-master/Database/mysql-connector-java-5.1.35-bin.jar
hctsa-master/Database/mysql_dbexecute.m
hctsa-master/Database/mysql_dbopen.m
hctsa-master/Database/mysql_dbquery.m
hctsa-master/Operations/
hctsa-master/Operations/COPYING.txt
hctsa-master/Operations/CO_AddNoise.m
hctsa-master/Operations/CO_AutoCorr.m
hctsa-master/Operations/CO_AutoCorrShape.m
hctsa-master/Operations/CO_CompareMinAMI.m
hctsa-master/Operations/CO_Embed2.m
hctsa-master/Operations/CO_Embed2_AngleTau.m
hctsa-master/Operations/CO_Embed2_Basic.m
hctsa-master/Operations/CO_Embed2_Dist.m
hctsa-master/Operations/CO_Embed2_Shapes.m
hctsa-master/Operations/CO_FirstMin.m
hctsa-master/Operations/CO_FirstZero.m
hctsa-master/Operations/CO_HistogramAMI.m
hctsa-master/Operations/CO_NonlinearAutocorr.m
hctsa-master/Operations/CO_RM_AMInformation.m
hctsa-master/Operations/CO_StickAngles.m
hctsa-master/Operations/CO_TSTL_amutual.m
hctsa-master/Operations/CO_TranslateShape.m
hctsa-master/Operations/CO_f1ecac.m
hctsa-master/Operations/CO_fzcglscf.m
hctsa-master/Operations/CO_glscf.m
hctsa-master/Operations/CO_tc3.m
hctsa-master/Operations/CO_trev.m
hctsa-master/Operations/CP_ML_StepDetect.m
hctsa-master/Operations/CP_l1pwc_sweep_lambda.m
hctsa-master/Operations/CP_wavelet_varchg.m
hctsa-master/Operations/DN_Burstiness.m
hctsa-master/Operations/DN_CompareKSFit.m
hctsa-master/Operations/DN_Cumulants.m
hctsa-master/Operations/DN_CustomSkewness.m
hctsa-master/Operations/DN_FitKernelSmooth.m
hctsa-master/Operations/DN_Fit_mle.m
hctsa-master/Operations/DN_HighLowMu.m
hctsa-master/Operations/DN_HistogramMode.m
hctsa-master/Operations/DN_Mean.m
hctsa-master/Operations/DN_MinMax.m
hctsa-master/Operations/DN_Moments.m
hctsa-master/Operations/DN_OutlierInclude.m
hctsa-master/Operations/DN_OutlierTest.m
hctsa-master/Operations/DN_ProportionValues.m
hctsa-master/Operations/DN_Quantile.m
hctsa-master/Operations/DN_RemovePoints.m
hctsa-master/Operations/DN_SimpleFit.m
hctsa-master/Operations/DN_Spread.m
hctsa-master/Operations/DN_TrimmedMean.m
hctsa-master/Operations/DN_Withinp.m
hctsa-master/Operations/DN_cv.m
hctsa-master/Operations/DN_nlogL_norm.m
hctsa-master/Operations/DN_pleft.m
hctsa-master/Operations/DT_IsSeasonal.m
hctsa-master/Operations/EN_ApEn.m
hctsa-master/Operations/EN_CID.m
hctsa-master/Operations/EN_DistributionEntropy.m
hctsa-master/Operations/EN_MS_LZcomplexity.m
hctsa-master/Operations/EN_MS_shannon.m
hctsa-master/Operations/EN_PermEn.m
hctsa-master/Operations/EN_RM_entropy.m
hctsa-master/Operations/EN_Randomize.m
hctsa-master/Operations/EN_SampEn.m
hctsa-master/Operations/EN_mse.m
hctsa-master/Operations/EN_rpde.m
hctsa-master/Operations/EN_wentropy.m
hctsa-master/Operations/EX_MovingThreshold.m
hctsa-master/Operations/FC_LocalSimple.m
hctsa-master/Operations/FC_LoopLocalSimple.m
hctsa-master/Operations/FC_Surprise.m
hctsa-master/Operations/HT_DistributionTest.m
hctsa-master/Operations/HT_HypothesisTest.m
hctsa-master/Operations/IN_AutoMutualInfo.m
hctsa-master/Operations/IN_AutoMutualInfoStats.m
hctsa-master/Operations/IN_Initialize_MI.m
hctsa-master/Operations/IN_MutualInfo.m
hctsa-master/Operations/MD_hrv_classic.m
hctsa-master/Operations/MD_pNN.m
hctsa-master/Operations/MD_polvar.m
hctsa-master/Operations/MD_rawHRVmeas.m
hctsa-master/Operations/MF_ARMA_orders.m
hctsa-master/Operations/MF_AR_arcov.m
hctsa-master/Operations/MF_CompareAR.m
hctsa-master/Operations/MF_CompareTestSets.m
hctsa-master/Operations/MF_ExpSmoothing.m
hctsa-master/Operations/MF_FitSubsegments.m
hctsa-master/Operations/MF_GARCHcompare.m
hctsa-master/Operations/MF_GARCHfit.m
hctsa-master/Operations/MF_GP_FitAcross.m
hctsa-master/Operations/MF_GP_LearnHyperp.m
hctsa-master/Operations/MF_GP_LocalPrediction.m
hctsa-master/Operations/MF_GP_hyperparameters.m
hctsa-master/Operations/MF_

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭