CRAN

medSTC 1.0.0

A max-margin supervised Sparse Topical Coding Model

Released Jan 24, 2013 by Aykut FIRAT

This package is available for Renjin and there are no known compatibility issues.

This is a C++ implementation of Sparse Topical Coding (STC), a model of discrete data which is fully described in Zhu et al. (2011) (http://www.cs.cmu.edu/~junzhu/stc/stc.pdf). It can be used for multi-class classification and describing documents with underlying sparse topics.

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>medSTC</artifactId>
    <version>1.0.0-b395</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:medSTC')

Test Results

This package was last tested against Renjin 0.9.2682 on Aug 22, 2018.

Source

R
C
C++

View GitHub Mirror

Release History