File: linear.def

package info (click to toggle)
liblinear 2.43%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 548 kB
  • sloc: cpp: 3,425; ansic: 2,138; python: 758; makefile: 90; sh: 41
file content (24 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LIBRARY liblinear
EXPORTS
	train	@1
	cross_validation	@2
	save_model	@3
	load_model	@4
	get_nr_feature	@5
	get_nr_class	@6
	get_labels	@7
	predict_values	@8
	predict	@9
	predict_probability	@10
	free_and_destroy_model	@11
	free_model_content	@12
	destroy_param	@13
	check_parameter	@14
	check_probability_model	@15
	set_print_string_function	@16
    get_decfun_coef @17
    get_decfun_bias @18
    check_regression_model  @19
    find_parameters @20
    get_decfun_rho @21
    check_oneclass_model @22