Introduction:

IBM Watson Explorer Analytical Components(AC) which is part of the IBM Watson Explorer Advanced Edition gives organizations the ability to access and analyze 

unstructured information that can be found both inside and outside the organization.Using sophisticated natural language algorithms, this solution can deliver

new business insight from virtually any type of content in any format including both text and data. It extracts key informaiton, then sorts filters and categorizes this

information to present the relevant content in context to the business user.

Cotent Analytics is tool for reporting statistics and for obtaining actionable insights. Actionable insights is a key concept that refers to insight into data that leads

to action. Cotent Analytics brings the power of business intelligence to all of your enterprise information,not just your structured information. The result helps you

achieve the most value from all your data, regardless of its structure.

Solution:

The biggest benefit that a content analytics solution provides is the ability to use a computer to analyze massive amounts of unstructured count in such a way

as to discover the "why" to business scenarios. Traditional business intelligence ,analyzing structured data such as volume of calls, average length of call,

amount of sales increase or decrease,is very good at describing "what" is happening. What content analytics can do is analyze the additional unstructured or

textual data associated with those events and help you find out "why".

Content Analytics delivers new business understanding and visibility from the content and context of textual information. For example, you can identify patterns,view trends and deviations over time,and reveal unusual correlations or anomalies.

Key Concepts:

Unstructured and structured content:is information that is generally recorded in a natural language as free text. The text contains all of the complexities and ambiguities of
the language that is being used. It is easily understood by a human reader but difficult to process by a computer program.

Text analytics: is a general term that refers to the automated techniques of converting textual data into structured data. A program that reads text and extracts person names is considered a text analytic.

Data mining: is the process of identifying patterns in your data that might be used to answer a business problem, question, or concern. Data mining is a natural part of discovery.
Keywords: As the term implies, keywords are usually words and phrases that are extracted from textual content. However, they can also be obtained from structured fields such as date or numeric fields.
14 IBM Watson Content Analytics: Discovering Actionable Insight from Your Content of discovery

Collections:A single content analytics or enterprise search collection represents the entire group of documents that are available to an application for search and analysis.

Facets:represent the different aspects or dimensions of your document corpus.They are a crucial mechanism for navigating and analyzing your content with the content analytics miner.

Frequency:Frequency counts in Content Analytics represent the total number of documents that contribute to a particular keyword.

Correlation:is a measure of how strongly a facet value is related (correlated) to the current query or selection criteria. In a facet pair, it indicates how two facets are correlated to each other. It is used to better gauge the relevance of a particular keyword as it compares to other data in your document corpus.

Deviation:Deviation measures the average change in a facet over time. It is a weighted,moving average.

Watson Explorer Analytical Components 1的更多相关文章

  1. Watson Explorer Analytical Components 2

    Content Analytics architecture 1. Crawlers: extract content from the various enterprise data sources ...

  2. Watson Explorer Analytical Components 3 - use case scenarios

    The followings are the user case scenarios that WEX can be used for generating value. 1.Customer Ins ...

  3. Watson Product

    This article will discuss Watson related products or services. I will add more detailed information ...

  4. Windows开机自启动位置

    HKCU refers to HKEY_CURRENT_USERHKLM refers to HKEY_LOCAL_MACHINE HKCU\Software\Microsoft\Windows\Cu ...

  5. 企业IT管理员IE11升级指南【2】—— Internet Explorer 11 对Adobe Flash的支持

    企业IT管理员IE11升级指南 系列: [1]—— Internet Explorer 11增强保护模式 (EPM) 介绍 [2]—— Internet Explorer 11 对Adobe Flas ...

  6. More on 1Password’s Components

    Stefan van As of 1Password fame sent me a more exhaustive list of the libraries and tools used in 1P ...

  7. Windows Components Reference(Windows组件参考)

    原文 http://www.msfn.org/board/topic/127287-windows-components-reference/ green means the component na ...

  8. [转] asp.net core Introducing View Components

    本文转自:http://www.c-sharpcorner.com/uploadfile/8c19e8/asp-net-5-getting-started-with-asp-net-mvc-6/ In ...

  9. (八)Knockout 组件 Components

    概述 :组件和自定义元素 Components 是将UI代码组织成自包含的.可重用的块的一种强大而干净的方法.他们: -可以表示单个控件/窗口小部件或应用程序的整个部分 -包含它们自己的视图,并且通常 ...

随机推荐

  1. malloc与new相关

    前言: 通常我们使用数组的时候:必须提前用一个常量来指定数组的长度,同时它的内存空间在编译的时候就已经被分配了.但是有时候数组的长度只有在运行的时候才能知道.因此,一种简单的解决方案就是提前申请一块较 ...

  2. springboot 集成elasticsearh的简单配置

    添加依赖 gradle compile("org.springframework.boot:spring-boot-starter-data-elasticsearch:${springBo ...

  3. 【二】python内置类型

    1.布尔类型 表示真假的类型(true和false) 数字 0.None,以及元素为空的容器类对象都可视作False,反之为 True. In [1]: bool(0) Out[1]: False I ...

  4. sql还原(.bak文件还原)

    第一步: 右键“数据库”,选择“还原数据库” 第二步: 选择“设备”,然后选择“…” 第三步: 添加备份文件(这里使用MyDB.bak) 第四步: 勾选“还原”复选框,进度显示“已完成” 第五步: 最 ...

  5. C语言集成开发环境vs2017的使用技巧之修改快捷键

    首先这里是说编辑C语言内容,其次开发环境是vs2017(全称:visual studio 2017).像这个开发环境体积大,但你安装的时候不要安装到C盘,然后安装的时候选择模块,比如你不开发网站,就先 ...

  6. Ubuntu安装genymotion模拟器步骤

    1.安装VitrualBox genymotion模拟器需要有VirtualBox环境,打开终端(ctrl + alt + T),执行以下命令: sudo apt-get install virtua ...

  7. HTML+CSS·经常使用的设计方法

    HTML+CSS·经常使用的设计方法: ======================================================= margin[外] = = padding[内] ...

  8. APUE-文件和目录(六)函数ftw和nftw

    名字 ftw,nftw - 文件树遍历 概要 #include <ftw.h> int nftw(const char *dirpath, int (*fn) (const char *f ...

  9. 关于Oracle、SqlServer 的sql递归查询

    递归查询所有子节点 建人员表  hrmresource 主键     姓名   上级ID 层级关系:- 4      - 3           - 2                - 1      ...

  10. RSA加密通信小结(三)--生成加解密所需的SSL命令与流程

    在iOS中使用RSA加密解密,需要用到.der和.p12后缀格式的文件,其中.der格式的文件存放的是公钥(Public key)用于加密,.p12格式的文件存放的是私钥(Private key)用于 ...