mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
svn merge --ignore-ancestry svn://svn.insecure.org/nmap@26621 svn://svn.insecure.org/nmap-exp/luis/nmap-os6 This is the IPv6 OS detection branch. "nmap -6 -O" works now, though at this point it only prints fingerprints and not OS guesses, because we need to collect more submissions.
19 lines
346 B
Modula-2
19 lines
346 B
Modula-2
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
|