/* * mp_SVMCInterface.h * CERTFramework * * Created by Andrew Salamon on 10/26/06. * Copyright 2006 Machine Perception Laboratory, University of California San Diego.. All rights reserved. * */ /** A C interface for setting the directory of a given set of SVMWeights. * This is mostly of use by Objective-C code so it doesn't need to be converted to Objective-C++. */ void setDirectoryForWeights( const char *weights, const char *dir );