Sponsored Content
The Lounge What is on Your Mind? A little bit of poetic light entertainment. Post 302904371 by Corona688 on Tuesday 3rd of June 2014 05:04:42 PM
Old 06-03-2014
Had a C64, but didn't really understand or take advantage of it, just used it for games. A real old IBM PC with ROM basic is where I started. Now that was *slow*. An interpreter so slow you could see the letters scrolling like teletype...
 

6 More Discussions You Might Find Interesting

1. Programming

copying or concatinating string from 1st bit, leaving 0th bit

Hello, If i have 2 strings str1 and str2, i would like to copy/concatenate str2 to str1, from 1st bit leaving the 0th bit. How do i do it? (2 Replies)
Discussion started by: jazz
2 Replies

2. Shell Programming and Scripting

How to handle 64 bit arithmetic operation at 32 bit compiled perl interpreter?H

Hi, Here is the issue. From the program snippet I have Base: 0x1800000000, Size: 0x3FFE7FFFFFFFF which are of 40 and 56 bits. SO I used use bignum to do the math but summing them up I always failed having correct result. perl interpreter info, perl, v5.8.8 built for... (0 Replies)
Discussion started by: rrd1986
0 Replies

3. What is on Your Mind?

A bit of light relief...

How about a thread to show your Desktop, Console or computing environment... This is my current MacBook Pro 13 inch screen... Let's see some others no matter how boring... ;oD (7 Replies)
Discussion started by: wisecracker
7 Replies

4. What is on Your Mind?

A bit of light entertainment. ;oD

;oD I received this snippet on facebook the other day... Enjoy:- (0 Replies)
Discussion started by: wisecracker
0 Replies

5. Windows & DOS: Issues & Discussions

Which version of Windows Vista to install with a product key? 32-bit or 64-bit?

Hello everyone. I bought a dell laptop (XPS M1330) online which came without a hard drive. There is a Windows Vista Ultimate OEMAct sticker with product key at the bottom case. I checked dell website (here) for this model and it says this model supports both 32 and 64-bit version of Windows... (4 Replies)
Discussion started by: milhan
4 Replies

6. What is on Your Mind?

A little light entertainment... ;oD

New O'Reilly books... URL: New O'Reilly books - Album on Imgur I'll bet many of you have come across a few of these... ;oD (0 Replies)
Discussion started by: wisecracker
0 Replies
LINCLASS(1)						      General Commands Manual						       LINCLASS(1)

NAME
linclass - predict labels by a linear classification rule SYNOPSIS
linclass [options] example_file model_file DESCRIPTION
linclass is a program that predicts labels by a linear classification rule. example_file is a file with testing examples in SVM^light format, and model_file is the file which contains either a binary (two-class) rule f(x)=w'*x+w0 or a multi-class rule f(x)=W'*x. These are produced svmocas(1) and msvmocas(1), respectively. OPTIONS
A summary of options is included below. -h Show summary of options. -v (0|1) Set the verbosity level (default: 1) -e Print the classification error computed from predicted labels and labels contained in example_file. -o out_file Save predictions to the file out_file. -t (0|1) Output type: 0 ... predicted labels (default) 1 ... discriminant values EXAMPLES
Train the multi-class SVM classifier from example file fiply_trn.light, using svmocas(1) with the regularization constant C=10, verbosity switched off, and save model to svmocas.model: svmocas -c 10 -b 1 -v 0 riply_trn.light svmocas.model Compute the testing error of the classifier stored in svmocas.model using testing examples from riply_tst.light and save the predicted labels to riply_tst.pred: linclass -e -o riply_tst.pred riply_tst.light svmocas.model SEE ALSO
svmocas(1), msvmocas(1). AUTHORS
linclass was written by Vojtech Franc <xfrancv@cmp.felk.cvut.cz> and Soeren Sonnenburg <Soeren.Sonnenburg@tu-berlin.de>. This manual page was written by Christian Kastner <debian@kvr.at>, for the Debian project (and may be used by others). June 16, 2010 LINCLASS(1)
All times are GMT -4. The time now is 04:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy