Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "time.h"
#include <sstream>
#include <fstream>
#include "mitkCommandLineParser.h"
#include <mitkSplitParameterToVector.h>
#include <mitkLog.h>
#include <mitkLogMacros.h>
#include <mitkGeneralizedLinearModel.h>
Go to the source code of this file.
Macros | |
#define | mitkForest_cpp |
Functions | |
const vnl_matrix< double > | ReadMatrix (std::string path) |
const TrainingSet | ReadBothMatrix (std::string train, std::string test) |
int | main (int argc, char *argv[]) |
#define mitkForest_cpp |
Definition at line 13 of file CLWeighting.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 132 of file CLWeighting.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitk::GeneralizedLinearModel::ExpMu(), mitkCommandLineParser::Image, mitkCommandLineParser::Input, MITK_INFO, mitkCommandLineParser::parseArguments(), ReadBothMatrix(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().
const TrainingSet ReadBothMatrix | ( | std::string | train, |
std::string | test | ||
) |
Definition at line 67 of file CLWeighting.cpp.
References line, and mitk::cl::splitDouble().
Referenced by main().
const vnl_matrix<double> ReadMatrix | ( | std::string | path | ) |
Definition at line 35 of file CLWeighting.cpp.
References line, and mitk::cl::splitDouble().