Displaying 19 results from an estimated 19 matches similar to: ""help""
2010 Nov 23
5
cross validation using e1071:SVM
Hi everyone
I am trying to do cross validation (10 fold CV) by using e1071:svm method. I
know that there is an option (?cross?) for cross validation but still I
wanted to make a function to Generate cross-validation indices using pls:
cvsegments method.
#####################################################################
Code (at the end) Is working fine but sometime caret:confusionMatrix
2004 Jul 08
2
HOW ASTERISK WORKS
Hy guys, I cannot understand How the asterisk works. I
would like know how the h323.conf, sip.conf and
extension.conf works. I don't understand the
parameters and the [sections].
What I need to the asterisk get a SIP call and forward
them to a H323 terminal. I working at the h323.conf
and extension.conf but I cannot understand!!! Please
someone can help me.
I your can send me a example (with
2010 Jan 29
2
[LLVMdev] C code generation from LLVM IR
Hello,
Does anybody know whether the functionality of generating C code from LLVM
IR is still available?
As described in the document of getting started with VS, to compile IR to C
you can use "llc -march=c hello.bc". But it no longer works.
Thanks,
Bengu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jul 07
0
Conf files doubt
Hello guys, I am here again, sorry for borring but I
in freeze here! : )
Just for resuming some doubts:
+ The extension.conf file:
has a [general] context for "general" configurations,
and a [global] context for global variables. The
another context [any_name] are context for "handle the
calls",
for example:
exten => 1001,1,Dial(SIP/1001@10.11.2.121,30) means,
when the
2004 Jul 12
0
GnuGK + Asterisk + SIP Provider
Hi guys, I create a topology like fellow:
/****** /************ /***********
* GK *-----------* Asterisk *---------- Sip Prov *
******/ ************/
***********/
| |
| |
| |
H.323
2004 Jul 12
0
GnuGK + SIP Provider + Asterisk
hi, just change the problem in another email. I can
make calls from H323 to Sip, but cannot on the other
hand, i.e. from SIP to H323. I am thninking that the
asterisk don't response the REQUEST of the Sip
Provider. Or, the GNUGK don't do a response to the
asterisk that don't malke a response to the Sip
Provider!!!!
AnyIdea!?!? Thanks in advance.
Giscard
2008 Jun 07
1
Olivier Castien/Roncq/Infofrance/FRA/TZG est absent.
Je serai absent(e) ? partir du 06/06/2008 de retour le 30/06/2008.
Je r?pondrai ? votre message d?s mon retour. En cas d'urgence, vous pouvez
contacter l'?quipe technique d'infofrance.
2008 Aug 03
1
(sans objet)
- Peut-on poser des questions en fran?ais?
- Tr?s simple. Je fais un programme "truc.r" (sous emacs)
Ce programme r?alise des graphiques.
Je voudrais les enregistrer au fur et ? mesure -- sinon, quand la
session est finie, ces graphiques sont perdus--
J'ai essay?:
pdf("truc.pdf")
Mais le fichier "truc.pdf" cr?? est vide.
Comment fait-on?
Merci et salutations
2006 Nov 20
2
which windows software can communicate with ipsec(racoon)?
I have tested cisco vpn software,found build the phase ONE successfully,but
phase two can't build up.
Anyone have advice??
2004 Jul 06
1
aide pour une affiner une AFD.
madame, monsieur, help me please,
Je debute avec R. J'ai r??alis?? une analyse factorielle discriminante avec R.
J'obtient les resultat graphiques et les tables assici??es ?? l'analyse.
Cependant je souhaiterais savoir si les distances separant les groupes
(decades) sont statistiquement significatives. pour cela il me faut utiliser
la distance de mahalanobis et la statistique de
2006 May 06
1
R et Java
Bonjour,
Je developpe une application java et je veux integrer du code R dans mon programme . Le programme de test que j’ai fait est :
import org.omegahat.R.Java.*;
public class REvalSample {
public static void main(String [] args) {
String [] rargs = {"--slave", "--vanilla"};
System.out.println("Sample program to call R engine from
2002 Jul 06
1
Aide sur samba
A monsieur Andrew
Je suis ?tudiant en fin de cycle de formation en
infomatique ? l'institut Africain d'informatique de
Libreville.J'?tais sur vos sites et je suis persuad?s
que vous ?tes la personne la bien plac?e pour
m'orienter et m'aider sur un sujet concernant
"l'authentification linux des sessions windows".Ainsi
on me demande de concevoir et de mettre en
2005 Aug 25
2
question sur R
bonjour
je suis elève à l'ENSAI Rennes et je suis actuellement en stage de fin
d'études
j'ai une question sur R
en fait lorsque le simule 2 lois normales qui sont mes 2 variables
explicatives continus
- une avec que des valeurs > 0 (ou que <0) X1
- l'autre peut prendre aussi bien des valeurs <0 ou >0 X2
et que je regresse le rating (facteur
2004 Oct 05
2
Installation Package "gregmisc" nicht möglich?!?
Hallo zusammen.
Da ich R zur Erstellung meiner wissenschaftlichen Arbeit brauche versuchte ich dies heute zu installieren. Zunächst in der Vrsion 1.9.1 (rw1091.exe). Ich benötige das Package "gregmisc" und installierte dies von CRAN. Bei der Installation tritt folgende Meldung auf:
trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/gregmisc_2.0.0.zip'
Content type
2010 Jan 29
0
[LLVMdev] C code generation from LLVM IR
Found it in 2.6 release note. It is no longer considered as release criteria
and no more maintenance on this.
Bengu
On Fri, Jan 29, 2010 at 11:55 AM, Bengu Li <libengu at gmail.com> wrote:
> Hello,
>
> Does anybody know whether the functionality of generating C code from LLVM
> IR is still available?
> As described in the document of getting started with VS, to compile IR
2010 Jan 28
2
[LLVMdev] llc generated machine assembly code for NASM
Hello,
I am new here. This is my first post.
I spent about three days on trying out LLVM by developing a front-end which
is able to generate LLVM IR for a subset of C language. I have not applied
any optimization pass yet. On linux, it can go all the way through with the
system native assemlber and linker to generate executables. And it runs. I
ran into problems on Windows since the generated
2010 Jan 28
4
[LLVMdev] llc generated machine assembly code for NASM
Thanks for Anton's reply.
Does anybody have an idea of roughly how much effort is required to make
intel asm printer to be usable? If it is within weeks, probably I can give
it a try.
Thanks,
Bengu
On Thu, Jan 28, 2010 at 12:18 AM, Anton Korobeynikov <
anton at korobeynikov.info> wrote:
> Hello
>
> > system native assemlber and linker to generate executables. And it
>
2010 Jan 28
1
[LLVMdev] llc generated machine assembly code for NASM
Could you give me some examples of such constructs that are not possible to
represent with MASM/NASM/FASM but are able to represent with gas?
Thanks,
Bengu
On Thu, Jan 28, 2010 at 11:41 AM, Anton Korobeynikov <
anton at korobeynikov.info> wrote:
> Hello
>
> > Does anybody have an idea of roughly how much effort is required to make
> > intel asm printer to be usable? If
2010 Feb 03
2
[LLVMdev] llc generated machine assembly code for NASM
Hi, Anton,
For a simple example, I took the machine assembly code generated by llc and
with a little manual change on the assebmly code (the way how llc generates
.text segment is not accepted by MASM), it is able to be assembled and
linked by MASM. And it runs. Haven't tried it on NASM yet.
I am sure that you've run into many problems when efforts were carried out
to implement the