Uses of Package
caffeinterface

Packages that use caffeinterface
caffeinterface Provides classes to interface with CAFFE classes, and convert them to ScalarFunctions and VectorFunctions. 
function Provides classes for scalar and vector-valued functions that operate on multi- dimensional double-valued data. 
 

Classes in caffeinterface used by caffeinterface
CaffeToVectorFunction
          Provides functionality similar to CaffeToScalarFunction, but for the case where there are multiple outputs computed by CAFFE.
 

Classes in caffeinterface used by function
CaffeToScalarFunction
          Simplifies the use of CaffeClass for computation.
CaffeToVectorFunction
          Provides functionality similar to CaffeToScalarFunction, but for the case where there are multiple outputs computed by CAFFE.