- 1、本文档共38页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
AlgorithmicsandApplicationsofTreeandGraphSearchin.ppt
Extension to Trees Pathfix algorithm Phase 1: Encodes each root-to-leaf path of every data tree into a suffix array DB Phase 2: Compares the query tree Q with each data tree D in the DB allowing a difference of DIFF Implementation ATreeGrep Graphs Graphs Abstract data type of elements (nodes or vertices) interconnected by edges. A graph is a specialized tree in which there is no constraint on the number of paths is possible from a node No root Graph may contain cycles Keygraph Searching Searching for a particular graph or order of elements inside of a large graph (i.e. internet) Searching for a particular graph or structure among several graphs (i.e. chemical elements) Use indexing to reduce complexity Keygraph Searching Three basic steps Reduce the search space by filtering Formulate query into simple structures Match Keygraph Searching (survey) A* algorithm GraphDB Daylight Lore A* Seminal work by Nilson (1980) Route finding algorithm that keeps track of its visited nodes and the distance it has traveled.? Applications: ??? ??? Protein databases (discovery and search)??? ??? Image databases??? ??? Chinese character databases??? ??? CAD circuit data and software source code A* Pseudocode??? ??? function A*(start,goal)??? ??? ??? var closed := the empty set??? ??? ??? var q := make_queue(path(start))??? ??? ??? while q is not empty??? ??? ??????? var p := remove_first(q) ??? ??? ??????? var x := the last node of p??? ??? ??????? if x in closed??? ??? ??????????? continue??? ??? ??????? if x = goal??? ??? ??????????? return p??? ??? ??????? add x to closed??? ??? ??????? foreach y in successors(x) ??? ??? ??????????? enqueue(q, p, y)??? ??? ??? return failure GraphDB Specifies a data model and query model. Queries are in the form of regular expressions??? ??? Nodes are classes representing data objects??? Edges are classes to store paths in the database ? ??? Path classes are and indexing data structures are used to index database Provi
您可能关注的文档
- 2017年接收外校推荐免试攻读研究生申请表.doc
- 2017年硕士招生复试参考书目.doc
- 2017年高校应届毕业生招聘需求计划.doc
- 20届毕业生离校(顶岗)清单.doc
- 2脂肪烃化合物.doc
- 3.1计算机运算基础.doc
- 3.中南财经政法大学.doc
- 35U.S.C.112,SecondParagraphExaminationMemorandum.ppt
- 3F4OptimalTransmitandReceiveFiltering.ppt
- 3GMediaGatewaySoftwareforGSMTranscoder.ppt
- 教育科技行业2025年产品迭代策略与教育行业技术革新报告.docx
- 船舶能源革新先锋:2025年氢能燃料电池船舶商业化政策支持与发展策略分析.docx
- 绿色环保产业政策扶持资金申请策略报告2025版.docx
- 2025年乡村民宿品牌文化内涵与品牌忠诚度提升策略.docx
- 2024-2025学年初中心理健康龙教版八年级下册-龙教版教学设计合集.docx
- 游戏直播用户情感表达与互动平台功能设计报告.docx
- 2025年银发经济养老服务行业投资策略报告.docx
- 深耕乡村市场,2025年特色农产品深加工项目盈利模式分析.docx
- 2025年托育服务行业市场规模预测:政策导向与市场潜力分析.docx
- 2025年电力行业目标用户需求洞察研究报告.docx
最近下载
- 知识产权法智慧树知到期末考试答案章节答案2024年同济大学.docx VIP
- 临床医学教学模式创新与课堂互动设计.pptx
- 生猪屠宰兽医卫生检验人员理论考试题库资料及答案.pdf VIP
- 天津市静海区2024-2025学年高一下学期6月学生学业能力调研试题 地理试卷含答案.docx VIP
- 有限空间安全作业技术交底.docx VIP
- 消防设施操作员(中级监控方向)理论知识考试题库(含答案解析).pdf VIP
- 小学校园心理危机干预培训.pptx VIP
- 《内部控制与风险管理(第3版)》思考题和案例分析答案6-10章.docx VIP
- 军职在线-雷达原理-2023年春期末考试答案.docx VIP
- 佛山第六次人口普数据分析.doc VIP
文档评论(0)