File: linear.def

package info (click to toggle)
liblinear 2.3.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 564 kB
  • sloc: cpp: 2,959; ansic: 2,095; python: 640; makefile: 98; sh: 41
file content (22 lines) | stat: -rw-r--r-- 450 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
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