aix training centers in pune/mumbai/hydrabad


 
Thread Tools Search this Thread
Operating Systems AIX aix training centers in pune/mumbai/hydrabad
# 1  
Old 11-09-2007
aix training centers in pune/mumbai/hydrabad

hi,

can any one pl. tel me aix training centers in pune/mumbai/hydrabad

Tks

sdd
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

AIX Free online training

Hello everybody, I would like to learn more about AIX, where can I find AIX administration Free online course please? Thanks (1 Reply)
Discussion started by: dperse
1 Replies

2. AIX

Any AIX training material?

Hi, I'm thinking about getting IBM certified in AIX 6. I can't seem to find any material that can be used to study for this. IBM courses are way too expensive. Does anyone have any recommendations on material for IBM test 000:223? (5 Replies)
Discussion started by: bbbngowc
5 Replies

3. AIX

AIX Training Videos or DVDs Wanted

Can anybody recommend a good training dvd for AIX? I've seen some Linux ones, but that's it. Thanks!! (0 Replies)
Discussion started by: intuitive1
0 Replies

4. AIX

AIX Training

Hi. Thanks for the help. I would now like to know how I do go about learning IBM AIX Ver 5.2 and also how much does the training come to in $ (US) please. (1 Reply)
Discussion started by: rtanuja
1 Replies
Login or Register to Ask a Question
svm-scale(1)							   User Manuals 						      svm-scale(1)

NAME
svm-scale - scale data to a restricted range as preprocessing for SVM training SYNOPSIS
svm-scale [ -l lower ] [ -u upper ] [ -y y_upper ] [ -s save_filename ] [ -r restore_filename ] datafilename DESCRIPTION
svm-scale reads the given datafilename (a training or testing data file as specified in svm_train(1) or svm_predict(1) ) and scales all dimensions to the given ranges. OPTIONS
-l lower lower is the lowest (minimal) value allowed in each dimension. It defaults to -1. -u upper upper is the highest (maximal) value allowed in each dimension. It defaults to 1. -y y_lower y_lower is a boolean value (0 or 1) indicating whether or not y-values (targets) should be scaled. It defaults to 0. -s save_filename save_filename indicates the filename to save the scaled data to. -r restore_filename restore_filename indicates the filename reserved to hold the original (unscaled) data in case there is a need to restore. FILES
datafilename must be a training or testing dataset. ENVIRONMENT
No environment variables. DIAGNOSTICS
None documented; see Vapnik et al. 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 MAY 2006 svm-scale(1)