在c#中实现数据立方体
我正在尝试在 C# 中实现多维数据立方体。有人可以指出可以作为起点的资源方向吗?我主要对实现多维数据集所需的数据结构感兴趣。
I am trying to implement a multi dimensional data cube in c#. Could somebody point in the direction of resources that would serve as a starting point. I am primarily interested in data structures needed to implement the cube.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定这是否有帮助,但是有一个 sourceforge 项目 http://mondrian.pentaho.com/< /a>.有一个开源的社区版本,因此即使它不是 ac# 实现,您也可以对底层数据结构有一些了解。
这篇 stackoverflow 帖子 中还有一些关于 MDX 的有用参考
I'm not sure if this is helpful, but there is a sourceforge project http://mondrian.pentaho.com/. There is a community edition which is open source, so you may be able to get some ideas on the underlying data structures even though it is not a c# implementation.
There is also a few useful references for MDX at this stackoverflow post