CRAN
vocaldia 0.8.2
Create and Manipulate Vocalisation Diagrams
Released Aug 10, 2017 by Saturnino Luz
Create adjacency matrices of vocalisation graphs from dataframes containing sequences of speech and silence intervals, transforming these matrices into Markov diagrams, and generating datasets for classification of these diagrams by 'flattening' them and adding global properties (functionals) etc. Vocalisation diagrams date back to early work in psychiatry (Jaffe and Feldstein, 1970) and social psychology (Dabbs and Ruback, 1987) but have only recently been employed as a data representation method for machine learning tasks including meeting segmentation (Luz, 2012)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>vocaldia</artifactId> <version>0.8.2-b32</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:vocaldia')
Test Results
This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.
- anonymise-examples
- getPauseType-examples
- getSampledVocalCountMatrix-examples
- getSampledVocalMatrix-examples
- getTurnTakingMatrix-examples
- getTurnTakingProbMatrix-examples
- getTurnType-examples
- identifyGrpVocalisations-examples
- identifyPauses-examples
- identifyVocalisations-examples
- igraph.vocaldia-examples
- matrixExp-examples
- namePauses-examples
- plot.matrixseries-examples
- plot.vocaldia-examples
- printARFFfile-examples
- startmatrix-examples
- staticMatrix-examples
- toDotNotation-examples
- write.vocaldia-examples