CRAN
DRIP 1.4
Discontinuous Regression and Image Processing
Released Oct 7, 2018 by Yicheng Kang
This package can be loaded by Renjin but there was an error compiling C/FORTRAN sources and 17 out 25 tests failed.
An older version of this package is
more compatible with Renjin.
Dependencies
This is a collection of functions for discontinuous regression analysis and image processing (DRIP). A recent addition is the blind image deblurring via jump-preserving extrapolation.
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>DRIP</artifactId> <version>1.4-b1</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:DRIP')
Test Results
This package was last tested against Renjin 0.9.2692 on Oct 21, 2018.
- JPLLK_surface-examples
- cv.jpex-examples
- dKQ-examples
- diffLC2K-examples
- diffLCK-examples
- diffLL2K-examples
- diffLLK-examples
- jpex-examples
- modify1-examples
- modify2-examples
- roofDiff-examples
- roofEdge-examples
- roofEdgeParSel-examples
- stepEdgeLC2K-examples
- stepEdgeLCK-examples
- stepEdgeLL2K-examples
- stepEdgeLLK-examples
- stepEdgeParSelLC2K-examples
- stepEdgeParSelLCK-examples
- stepEdgeParSelLL2K-examples
- stepEdgeParSelLLK-examples
- surfaceCluster-examples
- surfaceCluster_bandwidth-examples
- threeStage-examples
- threeStageParSel-examples