Version 1.1
SELECT * FROM SparseSVMTrainer ( ON (select 1) PARTITION by 1 [ Domain ('host:port') ] [ Database ('db_name') ] [ UserID ('user_id') ] [ Password ('password') ] [ SSLSettings ('SSLsettings') ] [ SSLTrustStorePassword ('SSLtruststorepassword') ] InputTable ('input_table') ModelTable ('model_table') SampleIDColumn ('id_column') AttributeColumn ('attribute_column') [ ValueColumn ('value_column') ] LabelColumn ('label_column') [ Cost ('cost') ] [ Bias ('bias') ] [ Hash ({'true'|'t'|'yes'|'y'|'1'|'false'|'f'|'no'|'n'|'0'}) ] [ HashBuckets (buckets_number) ] [ ClassWeights ('class:weight' [,...]) ] [ MaxStep ('max_step') ] [ Epsilon ('epsilon') ] [ Seed ('seed') ] );
For information about the authentication arguments, see the following topics: