#include <boost/config.hpp>
#include <shark/Core/Shark.h>
Go to the source code of this file.
Macros | |
#define | SHARK_EXPORT_SYMBOL |
Defines SHARK_COMPILE_DLL. More... | |
#define SHARK_EXPORT_SYMBOL |
Defines SHARK_COMPILE_DLL.
Windows requires the explicit export of symbols inside a DLL otherwise DLL symbols are not available. SHARK_COMPILE_DLL is a macro that expands to nothing if SHARK_USE_DYNLIB is not defined or the compiler is not MSVC. This is the case on linux systems or if no DLL is build. Otherwise, it expands to __declspec(dllexport) or __declspec(dllimport) based on whether SHARK_COMPILE_DLL is defined.
This file is part of Shark. http://image.diku.dk/shark/
Shark is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Shark is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Shark. If not, see http://www.gnu.org/licenses/.
Definition at line 42 of file DLLSupport.h.
Referenced by shark::CMSA::cog(), shark::LinearNorm::createState(), shark::ThresholdConverter::createState(), shark::SigmoidModel::createState(), shark::Softmax::createState(), shark::RNNet::createState(), shark::RBFLayer::createState(), shark::CMACMap::createState(), shark::ThresholdVectorConverter::createState(), shark::Centroids::dimension(), shark::CMACMap::eval(), shark::RBFLayer::gamma(), shark::CrossEntropyMethod::getNoiseType(), shark::TrustRegionNewton::init(), shark::TrustRegionNewton::minImprovementRatio(), shark::BFGS::name(), shark::OnlineRNNet::name(), shark::SigmoidFitRpropNLL::name(), shark::CG::name(), shark::DiscreteLoss::name(), shark::SigmoidModel::name(), shark::ElitistCMA::name(), shark::Centroids::name(), shark::CMACMap::name(), shark::CARTTrainer::name(), shark::RBFLayer::name(), shark::ThresholdConverter::name(), shark::RFTrainer::name(), shark::CrossEntropyMethod::LinearNoise::name(), shark::RpropMinus::name(), shark::ThresholdVectorConverter::name(), shark::CrossEntropyMethod::name(), shark::RpropPlus::name(), shark::IRpropPlus::name(), shark::IRpropPlusFull::name(), shark::IRpropMinus::name(), shark::KernelBasisDistance::numApproximatingVectors(), shark::SigmoidModel::numberOfParameters(), shark::LinearRegression::numberOfParameters(), shark::LDA::numberOfParameters(), shark::OnlineRNNet::outputSize(), shark::RNNet::outputSize(), shark::RecurrentStructure::parameters(), shark::ROC::ROC(), shark::Centroids::setCentroids(), shark::LBFGS::setHistCount(), shark::RecurrentStructure::setSigmoidType(), shark::Softmax::setStructure(), shark::FisherLDA::setWhitening(), shark::SigmoidModel::slopeIsExpEncoded(), shark::PCA::train(), shark::LinearNorm::weightedParameterDerivative(), and shark::CMA::weightedSum().