金额组合计算器
{{ calculating ? '计算中...' : '计算组合' }}
找到 {{ combinations.length }} 个组合
所有组合共有: {{ commonUserIds.length }} 个用户ID
{{ id }}
100%
高频用户ID: {{ highFrequencyUserIds.length }} 个 (>50%)
{{ id }}
{{ Math.round((userIdFrequency[id] / combinations.length) * 100) }}%
查看完整用户ID分析
卡片视图
紧凑视图
组合 #{{ index + 1 }}
总金额: {{ combo.total.toFixed(2) }}
{{ combo.indices.indexOf(scope.$index) + 1 }}
{{ scope.row.amount.toFixed(2) }}
{{ scope.row.user_id }}
100%
{{ scope.row.user_id }}
{{ Math.round((userIdFrequency[scope.row.user_id] / combinations.length) * 100) }}%
{{ scope.row.user_id }}
{{ combo.indices.indexOf(scope.$index) + 1 }}
{{ scope.row.amount.toFixed(2) }}
{{ scope.row.user_id }}
100%
{{ scope.row.user_id }}
{{ Math.round((userIdFrequency[scope.row.user_id] / combinations.length) * 100) }}%
{{ scope.row.user_id }}
Excel 数据处理工具
数据上传与处理设置
上传 Excel 文件
汇总金额模式
数据表格
{{ scope.row.amount.toFixed(2) }}
{{ scope.row.user_id }}
100%
{{ scope.row.user_id }}
{{ Math.round((userIdFrequency[scope.row.user_id] / combinations.length) * 100) }}%
{{ scope.row.user_id }}
数据条数:{{ tableData.length }}
总金额:{{ totalAmount.toFixed(2) }}
导出数据
{{ summarizeMode ? '切换到原始模式' : '切换到汇总模式' }}
{{ scope.row.userId }}
{{ scope.row.frequency }}
所有组合共有
高频出现
部分组合
暂无用户ID分析数据