{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

大数据技术丛书·数据挖掘:实用案例分析(附光盘)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

大数据技术丛书·数据挖掘:实用案例分析(附光盘)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

《大数据技术丛书·数据挖掘:实用案例分析》资深数据挖掘专家10余个行业、上百家大型企业、近10年数据挖掘应用与咨询经验结晶。




Content Description

《大数据技术丛书·数据挖掘:实用案例分析》是数据挖掘实战领域颇具特色的一部作品,作者曾为10余个行业上百家大型企业提供数据挖掘服务,本书是其在数据挖掘领域探索近10年的经验总结之作。全书以实践和实用为宗旨,深度与广度兼顾,实践与理论并举。
《大数据技术丛书·数据挖掘:实用案例分析》共12章,分三个部分。第一部分是基础篇(第1~4章),主要对数据挖掘的基本概念、应用分类、建模方法及常用的建模工具进行了介绍,并对本书所用到的数据挖掘建模平台TipDM进行了说明。第二部分是实战篇(第5~10章),以案例的形式对数据挖掘技术在金融、电信、电力、互联网、生产制造以及公共服务等行业的应用场景进行了讨论;首先介绍案例背景,然后阐述分析方法与过程,最后完成模型构建;在介绍建模过程的同时穿插操作训练,把相关的知识点嵌入相应的操作过程中;此外,第10章精心设计了6个实验项目,读者可以通过本章介绍的方法动手实践,以巩固数据挖掘知识,在分析建模过程的同时,进一步增强动手能力。第三部分是高级篇(第11~12章),主要介绍基于第三方接口的数据挖掘二次开发技术,重点对常用的WEKA和MATLAB数据挖掘算法接口进行了探讨;最后对基于Hadoop框架的海量数据挖掘进行了说明,以满足读者更高层次的需求。
随书光盘中提供了《大数据技术丛书·数据挖掘:实用案例分析》的相关资料和案例资源,以及6个动手实验所使用的完整数据,方便读者动手实践书中所讲解的案例。

Author Description

张良均,资深数据挖掘专家和模式识别专家,有近10年的数据挖掘应用与咨询经验,8年多的数据仓库系统管理与实施经验,超过10年的系统开发与设计经验。为电信、电力、零售、农业、银行、电力、生物、化工、医药等多个行业上百家大型企业提供过数据挖掘应用与咨询服务,实践经验非常丰富。此外,他精通Java EE企业级应用开发,是广东工业大学和华南师范大学客座教授,著有《神经网络实用教程》一书。

Catalogue

前言
第一部分 基 础 篇
第1章 初识数据挖掘
1.1 什么是数据挖掘
1.2 数据挖掘在企业商务智能应用中的定位
1.2.1 数据挖掘给企业带来最大的投资收益
1.2.2 数据挖掘从本质上提升商务智能平台的价值
1.2.3 数据挖掘让商务智能流程真正形成闭环
1.3 信息类BI应用与知识类BI应用
1.4 数据挖掘现状及应用前景
1.5 本章小结
第2章 数据挖掘的应用分类
2.1 分类与回归
2.1.1 分类与回归建模原理
2.1.2 分类与回归算法
2.2 聚类
2.2.1 聚类分析建模原理
2.2.2 聚类算法
2.3 关联规则
2.3.1 什么是关联规则
2.3.2 关联规则算法
2.4 时序模式
2.4.1 什么是时序模式
2.4.2 时间序列的组合成分
2.4.3 时间序列的组合模型
2.4.4 时序算法
2.5 偏差检测
2.6 本章小结
第3章 数据挖掘建模
3.1 数据挖掘的过程
3.2 数据挖掘建模过程
3.2.1 定义挖掘目标
3.2.2 数据取样
3.2.3 数据探索
3.2.4 预处理
3.2.5 模式发现
3.2.6 模型构建
3.2.7 模型评价
3.3 常用的建模工具
3.4 本章小结
第4章 顶尖数据挖掘平台TipDM
4.1 TipDM产品功能
4.1.1 TipDM平台提供的数据探索及预处理算法
4.1.2 TipDM平台提供的分类与回归算法
4.1.3 TipDM平台提供的时序模式算法
4.1.4 TipDM平台提供的聚类分析算法
4.1.5 TipDM平台提供的关联规则算法
4.2 TipDM使用说明
4.3 TipDM产品特点
4.3.1 支持CRISP-DM数据挖掘标准流程
4.3.2 提供丰富的数据挖掘模型和灵活算法
4.3.3 具有多模型的整合能力
4.3.4 提供灵活多样的应用开发接口
4.3.5 海量数据的处理能力
4.3.6 适应不同类型层次人员需求
4.4 本章小结

第二部分 实 战 篇
第5章 数据挖掘在金融电信行业的应用
5.1 案例一:基于公司价值评价的证券策略投资
5.1.1 挖掘目标的提出
5.1.2 分析方法与过程
5.1.3 建模仿真
5.1.4 核心知识点
5.1.5 拓展思考
5.2 案例二:电信3G客户识别系统
5.2.1 挖掘目标的提出
5.2.2 分析方法与过程
5.2.3 建模仿真
5.2.4 核心知识点
5.2.5 拓展思考
5.3 案例三:基于客户分群的精准智能营销
5.3.1 挖掘目标的提出
5.3.2 分析方法与过程
5.3.3 建模仿真
5.3.4 核心知识点
5.3.5 拓展思考
5.4 本章小结
第6章 数据挖掘在电力行业的应用
6.1 案例一:电力负荷预测
6.1.1 挖掘目标的提出
6.1.2 分析方法与过程
6.1.3 建模仿真
6.1.4 核心知识点
6.1.5 拓展思考
6.2 案例二:自适应防窃漏电实时诊断
6.2.1 挖掘目标的提出
6.2.2 分析方法与过程
6.2.3 建模仿真
6.2.4 核心知识点
6.2.5 扩展思考
6.3 本章小结
第7章 数据挖掘在互联网行业的应用
7.1 案例一:商业零售行业中的购物篮分析
7.1.1 挖掘目标的提出
7.1.2 分析方法与过程
7.1.3 建模仿真
7.1.4 核心知识点
7.1.5 拓展思考
7.2 案例二:电子商务网站用户行为分析
7.2.1 挖掘目标的提出
7.2.2 分析方法与过程
7.2.3 建模仿真
7.2.4 核心知识点
7.2.5 拓展思考
7.3 案例三:网络入侵智能检测
7.3.1 挖掘目标的提出
7.3.2 分析方法与过程
7.3.3 建模仿真
7.3.4 核心知识点
7.3.5 拓展思考
7.4 案例四:基于用户行为分析的定向网络广告投放
7.4.1 挖掘目标的提出
7.4.2 分析方法与过程
7.4.3 建模仿真
7.4.4 结果及分析
7.4.5 核心知识点
7.4.6 拓展思考
7.5 案例五:企业信息系统用户服务感知评价
7.5.1 挖掘目标的提出
7.5.2 分析方法与过程
7.5.3 建模仿真
7.5.4 核心知识点
7.5.5 拓展思考
7.6 本章小结
第8章 数据挖掘在生产制造行业中的应用
8.1 案例一:基于小波变换的桩基完整性检测
8.1.1 挖掘目标的提出
8.1.2 分析方法与过程
8.1.3 仿真过程
8.1.4 核心知识点
8.1.5 拓展思考
8.2 案例二:基于水色图像的水质评价
8.2.1 挖掘目标的提出
8.2.2 分析方法与过程
8.2.3 建模仿真
8.2.4 核心知识点
8.2.5 拓展思考
8.3 案例三:生物质废物混合厌氧消化优势组分互补机制
8.3.1 挖掘目标的提出
8.3.2 分析方法与过程
8.3.3 建模仿真
8.3.4 核心知识点
8.3.5 拓展思考
8.4 案例四:基于RFM的企业客户关系分析
8.4.1 挖掘目标的提出
8.4.2 分析过程与方法
8.4.3 建模仿真
8.4.4 核心知识点
8.4.5 拓展思考
8.5 案例五:水产养殖投入产出多目标优化仿真
8.5.1 挖掘目标的提出
8.5.2 分析方法与过程
8.5.3 建模仿真
8.5.4 核心知识点
8.5.5 拓展思考
8.6 本章小结
第9章 数据挖掘在公共服务行业的应用
9.1 案例一:乳腺癌证素变化规律及截断疗法
9.1.1 挖掘目标的提出
9.1.2 分析方法与过程
9.1.3 建模仿真
9.1.4 核心知识点
9.1.5 拓展思考
9.2 案例二:卷烟消费者购买行为分析
9.2.1 挖掘目标的提出
9.2.2 分析过程与方法
9.2.3 挖掘建模
9.2.4 核心知识点
9.2.5 拓展思考
9.3 案例三:纳税人偷漏税评估
9.3.1 挖掘目标的提出
9.3.2 分析方法与过程
9.3.3 建模仿真
9.3.4 核心知识点
9.3.5 拓展思考
9.4 案例四:道路缺陷自动识别
9.4.1 挖掘目标的提出
9.4.2 分析方法与过程
9.4.3 建模仿真
9.4.4 核心知识点
9.4.5 拓展思考
9.5 案例五:航空公司客运信息挖掘
9.5.1 挖掘目标的提出
9.5.2 分析方法与过程
9.5.3 建模仿真
9.5.4 核心知识点
9.5.5 拓展思考
9.6 本章小结
第10章 动手实践
10.1 实验一:数据探索及数据预处理
10.2 实验二:神经网络模型的构建与使用
10.3 实验三:决策树模型的构建与使用
10.4 实验四:聚类算法的构建与使用
10.5 实验五:关联规则模型的构建与使用
10.6 实验六:时间序列模型的构建与使用
10.7 本章小结

第三部分 高 级 篇
第11章 基于第三方接口的数据挖掘二次开发
11.1 WEKA数据挖掘接口
11.1.1 WEKA功能及其算法
11.1.2 WEKA包结构
11.1.3 WEKA算法入口
11.1.4 二次开发相关输出
11.2 MATLAB数据挖掘接口
11.3 案例:基于MATLAB接口的数据挖掘二次开发
11.3.1 接口算法编程
11.3.2 用Java Builder创建Java组件
11.3.3 安装MATLAB运行时环境
11.3.4 JDK环境及设置
11.4 本章小结
第12章 基于Hadoop框架的海量数据挖掘开发
12.1 基于云计算的海量数据挖掘技术特点
12.2 基于Hadoop的并行数据挖掘算法工具箱TipCDM
12.3 案例:基于海量计量数据的电力客户在线分群方法
12.3.1 挖掘目标的提出
12.3.2 分析方法与过程
12.3.3 建模仿真
12.3.4 核心知识点
12.4 本章小结
参考文献

Introduction

为什么要写这本书
现在,什么程序员最稀缺?什么技术最火?回答:数据挖掘!
数据挖掘是从大量数据(包括文本)中挖掘出隐含的、先前未知的、对决策有潜在价值的关系、模式和趋势,并用这些知识和规则建立用于决策支持的模型,提供预测性决策支持的方法、工具和过程。数据挖掘有助于企业发现业务的趋势,揭示已知的事实,预测未知的结果,因此“数据挖掘”已成为企业保持竞争力的必要方法。
近年来企业所处理的数据每五年就会呈现倍数增长。大部分的企业并没有数据不足的问题,过度的数据重复与不一致才是大问题,这使得企业在使用、有效管理以及将这些数据用于决策过程方面都遭遇到了问题。因此未来几年,随着大数据迅速发展,数据挖掘将是极为重要的成长领域,其应用会越来越广泛,可以说,只要企业掌握有分析价值的数据源,皆可进行高价值的数据挖掘分析。目前数据挖掘主要应用在电信、零售、农业、互联网、金融、电力、生物、化工和医疗等行业。典型的应用如:客户细分、流失预警、价值评估、交叉销售、欺诈发现、精准营销、故障诊断等。
总的来说,跟国外相比,我国由于信息化程度不太高、企业内部信息不完整,零售业、银行、保险、证券等对数据挖掘的应用并不太理想。但随着市场竞争的加剧,各行业应用数据挖掘技术的意愿越来越强烈,可以预计,未来几年各行业的数据分析应用一定会从传统的统计分析发展到大规模数据挖掘应用。
本书作者从实践出发,结合大量数据挖掘工程案例,总结出数据挖掘建模过程应完成的任务主要包括:数据探索、数据预处理、分类与回归、聚类分析、时序预测、关联规则挖掘、偏差检测等。因此,本书的编排以解决某个应用的挖掘目标为前提,先介绍案例背景,再阐述分析方法与过程,最后完成模型构建,在介绍建模过程的同时穿插操作训练,把相关的知识点嵌入相应的操作过程中。
本书光盘中附数据挖掘建模案例数据文件、数据挖掘算法工具包源程序及使用说明。
读者对象
* 需求分析及系统设计人员。
这类人员可以在理解数据挖掘原理及建模过程的基础上,结合数据挖掘案例完成精确营销、客户分群、交叉销售、客户流失分析、客户信用记分、欺诈发现等数据挖掘应用的需求分析和设计。
* 数据挖掘开发人员。
这类人员可以在理解数据挖掘应用需求和设计方案的基础上,结合本书提供的基于第三方接口快速完成数据挖掘应用的编程实现。
* 开设有数据挖掘课程的高校教师和学生。
目前国内不少高校将数据挖掘引入本科教学中,在数学、自动化、电子信息、金融等专业开设了数据挖掘技术相关的课程。目前这一课程的教学仍主要限于理论介绍,因为过于抽象,学生理解起来往往比较困难,教学效果不甚理想。本书提供的基于实战案例和建模实践的教学,能够使师生充分发挥互动性和创造性,理论联系实际,从而获得最佳的教学效果。
* 进行数据挖掘应用研究的科研人员。
许多科研院所为了更好地对科研工作进行管理,纷纷开发了适应自身特点的科研业务管理系统,并在使用过程中积累了大量的科研信息数据。但是,这些科研业务管理系统一般没有对这些数据进行深入分析的功能,对数据所隐藏的价值并没有充分挖掘利用。科研人员需要数据挖掘建模工具及有关方法论来深挖科研信息的价值,从而提高科研水平。
* 关注高级数据分析的人员。
业务报告和商业智能解决方案对于了解过去和现在的状况是非常有用的。但是,数据挖掘的预测分析解决方案还能使这类人员预见未来的发展状况,让他们的机构能够先发制人,而不是处于被动。因为数据挖掘的预测分析解决方案将复杂的统计方法和机器学习技术应用到数据之中,通过使用预测分析技术来揭示隐藏在交易系统或企业资源计划(ERP)、结构数据库和普通文件中的模式和趋势,从而为这类人员的决策提供科学依据。
如何阅读本书
本书共12章,分三个部分,通过对一个个真实案例深入浅出的剖析,使读者在不知不觉中能快速领悟看似深不可测的数据挖掘理论。读者在阅读过程中,应充分利用随书配套的案例建模数据,借助相关的数据挖掘建模工具,通过动手实践,帮助快速理解相关知识和理论。
第一部分是基础篇(第1~4章),主要对数据挖掘的基本概念、应用分类、建模方法及常用的建模工具进行了介绍;第4章对本书所用到的数据挖掘建模平台TipDM进行了说明。
第二部分是实战篇(第5~10章),其中第5~9章为案例部分,重点对数据挖掘技术在金融、电信、电力、互联网、生产制造以及公共服务等行业的应用场景进行了讨论。在过程组织上,按照先介绍案例背景、挖掘目标,再阐述分析方法与过程,最后完成模型构建的顺序进行,在介绍建模过程的同时穿插操作训练,把相关的知识点嵌入相应的操作过程中;第10章为实验部分,读者可以通过本章介绍的方法,动手实践以巩固数据挖掘知识及建模过程。
第三部分是高级篇(第11~12章),其中第11章对基于第三方接口的数据挖掘二次开发技术进行了说明,通过示例,介绍了如何基于WEKA和MATLAB等工具实现数据挖掘算法接口编程;第12章介绍了基于Hadoop框架开发的并行数据挖掘算法工具箱——TipCDM,并通过一个实际案例,介绍了基于云计算的海量数据挖掘的具体应用及实现过程。


Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book