ModErn Text Analysis
META Enumerates Textual Applications
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
test
libsvm_parser_test.h
Go to the documentation of this file.
1
10
#ifndef META_LIBSVM_PARSER_TEST_H_
11
#define META_LIBSVM_PARSER_TEST_H_
12
13
#include "
test/unit_test.h
"
14
#include "
io/libsvm_parser.h
"
15
16
namespace
meta
17
{
18
namespace
testing
19
{
23
void
label
();
24
28
void
no_label
();
29
33
void
bad_label
();
34
38
void
bad_counts
();
39
44
int
libsvm_parser_tests
();
45
}
46
}
47
48
#endif
meta::testing::bad_label
void bad_label()
Tests libsvm strings containing a bad class label.
meta::testing::bad_counts
void bad_counts()
Tests libsvm strings containing a bad count data.
Definition:
libsvm_parser_test.cpp:64
meta::testing::no_label
void no_label()
Tests libsvm strings not containing a class label.
Definition:
libsvm_parser_test.cpp:33
meta
The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
Definition:
analyzer.h:24
meta::testing::libsvm_parser_tests
int libsvm_parser_tests()
Runs all the libsvm parser tests.
Definition:
libsvm_parser_test.cpp:83
unit_test.h
libsvm_parser.h
meta::testing::label
void label()
Tests libsvm strings containing a class label.
Definition:
libsvm_parser_test.cpp:13
Generated on Tue Mar 3 2015 23:20:16 for ModErn Text Analysis by
1.8.9.1