Skip to content
Snippets Groups Projects
linear.def 451 B
Newer Older
  • Learn to ignore specific revisions
  • 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_parameter_C @20