c++ - TraMineR R 包中的 C_cstringrefseqdistance 和 C_cstringdistance 函数

标签 c++ c traminer

<分区>

我无法访问 TraMineR R 包中的 seqdist() 函数使用的 C_cstringrefseqdistance 和 C_cstringdistance C 函数的源代码。你知道这些源代码是否已经发布或者我如何从包中检索它?

在此先感谢您的帮助,最好,

最佳答案

traminer 包源在这里 https://github.com/cran/TraMineR

您要查找的函数在这个源文件中:https://github.com/cran/TraMineR/blob/8db14382ec387d32470c21edd6f473217522c241/src/distancefunctions.cpp

注意 C_ 前缀是 R automagic,C 函数实际上是 cstringrefseqdistancecstringdistance

关于c++ - TraMineR R 包中的 C_cstringrefseqdistance 和 C_cstringdistance 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54009663/

相关文章:

r - 使用 TraMineR 中的组从 seqrep 中提取单个代表性序列图

C++ 在 ‘value_type’ 中没有名为 ‘struct std::iterator_traits<int>' 的类型

c++ - C2065标识符未声明

c++ - 有没有办法将抽象对象转换给它的 child ?

android - 在类 JNI 中访问类数组中的变量

c++ - 为什么我们用汇编语言编写操作系统的一部分,而用高级语言(如c)编写一部分操作系统?

c - 我的程序输出未在 C 中更新

r - 在 TraMineR 中使用时间日志数据

c++ - 我怎样才能让编译器告诉我什么文件 #define 一个值?

r - Seqfplot : percentage vs. 最频繁序列的数量?