Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

liblinear-predict(1) [debian man page]

LIBLINEAR-PREDICT(1)					      General Commands Manual					      LIBLINEAR-PREDICT(1)

NAME
liblinear-predict - Make predictions based on a trained linear classifier model SYNOPSIS
linear-predict [options] test_file model_file output_file DESCRIPTION
liblinear-predict uses the linear classifier model-file to make predictions for each of the samples in test_file and stores the results in output_file. OPTIONS
A summary of options is included below. -b (0|1) Whether to output probability estimates or not (default: 0) EXAMPLES
Train a linear SVM using L2-loss function with linear-train(1): liblinear-train data_file Output probability estimates (for logistic regression only): liblinear-predict -b 1 test_file data_file.model output_file SEE ALSO
liblinear-train(1), svm-predict(1), svm-train(1) AUTHORS
liblinear-predict was written by the LIBLINEAR authors at National Taiwan university for the LIBLINEAR Project. This manual page was written by Christian Kastner <debian@kvr.at>, for the Debian project (and may be used by others). March 08, 2011 LIBLINEAR-PREDICT(1)

Check Out this Related Man Page

svm-grid(1)							   User Manuals 						       svm-grid(1)

NAME
svm-grid - a parameter selection tool for LIBSVM SYNOPSIS
svm-grid [-log2c begin,end,step ] [ -log2g begin,end,step ] [ -v fold ] [ -svmtrain pathname ] [ -gnuplot pathname ] [ -out pathname ] [ -png pathname ] [ additional_parameters_for_svm-train ] dataset DESCRIPTION
grid.py is a parameter selection tool for C-SVM classification using the RBF (radial basis function) kernel. It uses cross validation (CV) technique to estimate the accuracy of each parameter combination in the specified range and helps you to decide the best parameters for your problem. FILES
See svm-train(1) for the format of dataset EXAMPLES
svm-grid -log2c -5,5,1 -log2g -4,0,1 -v 5 -m 300 heart_scale BUGS
Please report bugs to the Debian BTS. AUTHOR
Chih-Chung Chang, Chih-Jen Lin <cjlin@csie.ntu.edu.tw>, Chen-Tse Tsai <ctse.tsai@gmail.com> (packaging) SEE ALSO
svm-train(1), svm-predict(1) Linux DEC 2009 svm-grid(1)
Man Page

14 More Discussions You Might Find Interesting

1. Programming

predict the output

Predict output of the following program: void func() { int a; a+=17; } int main(void) { char s = "hello\n"; func(); printf("%s",s); return 0; } run program in linux : (8 Replies)
Discussion started by: hareesh
8 Replies

2. Solaris

Disk Replacement SVM

Hello, Can someone advise the proper procedure for replacing a mirrored disk in SVM. I have checked the docs and various websites but the procedure seems to vary. This is what I would do... 1. Remove the db replicas from the bad disk. 2. Detach it from the mirror 3. Clear it with... (4 Replies)
Discussion started by: Actuator
4 Replies

3. Solaris

How to predict system performance?

I have received an order from upper level manager to "verify system information via Perform/predict'. They asks me to *predict* the system performance. How can I do it as a system admin without the help of application admins and DBAs? Thanks! (6 Replies)
Discussion started by: aixlover
6 Replies

4. Shell Programming and Scripting

Regular Expression to match repeated characters

Hello All I have file which contain sample data like below - test.txt ---------------------------------------------- jambesh aaa india trxxx sdasd mentor asss light train bbblah --------------------------------------------- I want to write a regX which would print only those... (4 Replies)
Discussion started by: jambesh
4 Replies

5. Shell Programming and Scripting

Discussion line court and change context of huge data

I got a file named as data_file Contents of data_file got about IGB reads. The contents look like below: +ABC_01 AABBCCDDEEFFPPOOLLKK -ABC_01 hhhhhhhhhhhhhhhhhhhhh +ACB_100 APPPPPPPPPPIIIPPOOLLKK -ACB_100 hhhhhhhhhhHHHHHHHIhhh +AEF_55 CCCCPPPCQQFFPPOOLLKK -AEF_55 WEEGFVShhhhhhhhhhhhPP... (7 Replies)
Discussion started by: patrick87
7 Replies

6. Solaris

Difference between vxvm and svm

what is the difference between VXVM and SVM ? What is the advantages of VXVM over SVM ? thanks (2 Replies)
Discussion started by: sijocg
2 Replies

7. Solaris

Veritas error

disk_8 auto - - error disk_9 auto:SVM - - SVM disk_10 auto:SVM - - SVM I am not sure where is SVM coming from. Please let me know how to fix this error. I would like reinitialize... (3 Replies)
Discussion started by: mnathan
3 Replies

8. UNIX for Advanced & Expert Users

What is interlace value in SVM?

Hi All, I want to know what is the Interlace value in SVM and what is the need of this ? regards, prashant (1 Reply)
Discussion started by: prashant2507198
1 Replies

9. Solaris

SVM ISSUE...

Dear All, I face some errors in SVM.Need help. Actually couple of days ago i got a call from one of the customer mentioning that one of the sub-mirror was in Need maintance state. So we replaced that disk. After Replacing the disk it comes back to "Okay" State. But the Error are... (3 Replies)
Discussion started by: sudhansu
3 Replies

10. Shell Programming and Scripting

Connect once db disconnect after all execution

Hi All, Please see the below code. it is working fine when in 'test_file' have only one emplid. test_file contains only emplid and date, like below ... 0000221|1/12/2003 0000223|1/1/1996 Problem :- when test_file contains more then one records(emplids) it is not giving any errors... (3 Replies)
Discussion started by: krupasindhu18
3 Replies

11. Solaris

SVM error not booting

Hi friends, Due to improper shutdown in t4 sparc server , SVM went to maintenence, below is the SVM output. root@t4-root # metastat -c d30 m 32GB d31 (maint) d32 (maint) d33 (maint) d31 s 32GB /dev/dsk/c0t5000CCA012C58288d0s5 d32 s 32GB... (2 Replies)
Discussion started by: Kathirvel G
2 Replies

12. UNIX for Advanced & Expert Users

How to find remote IP addresses that applications are scanning them?

Hi, I have a web server running on Debian 6.0.4 in a computer outside my university, but the web URL is blocked by my university, the security group of the university said because it was scanning computers inside university. I could not find any applications in my web server are doing... (3 Replies)
Discussion started by: hce
3 Replies

13. UNIX for Beginners Questions & Answers

Bad substitution issues.. but why?

i am trying to prepare a train and test dataset, for which i need to randomly split the data into corresponding folders (train,test).. I began on a simple script, but seem to get som weird error messages, that i cannot make sense of?.. what am I doing wrong? #!/bin/bash RED='\033] then... (13 Replies)
Discussion started by: kidi
13 Replies

14. Shell Programming and Scripting

Programming using sklearn

Hi, Please i'd like to use prediction techniques in sklearn I have this file: x | y 1| 1 2| 4 4|16 --> prediction techniques must give me this model y=x*x using this model i can predict the value y of x=3 This is a sample example. In my experiment i use a file with 1000... (3 Replies)
Discussion started by: chercheur111
3 Replies