Displaying 12 results from an estimated 12 matches for "cortez".
Did you mean:
cortex
2008 Oct 16
4
How to save/load RWeka models into/from a file?
...from the previously saved file...
model # should work but I get instead this error:
Error in .jcall(x$classifier, "S", "toString") :
RcallMethod: attempt to call a method of a NULL object.
What is wrong and how can I solve this problem?
Regards,
--
Paulo Alexandre Ribeiro Cortez (PhD, MSc)
Lecturer (Prof. Auxiliar) at the Department of Information Systems (DSI)
University of Minho, Campus de Azur?m, 4800-058 Guimaraes, Portugal
http://www.dsi.uminho.pt/~pcortez +351253510313 Fax:+351253510300
2008 Jul 28
1
RStem with portuguese language
..."aberra??es"), language = "portuguese") :
Currently, only 'english' is tested. You will need support for UTF
characters.
So my question is. Am I using Rstem wrong or I do not really have UTF
support? What do I need to do?
Best regards,
--
Paulo Alexandre Ribeiro Cortez (PhD, MSc)
Lecturer (Prof. Auxiliar) at the Department of Information Systems (DSI)
University of Minho, Campus de Azur?m, 4800-058 Guimaraes, Portugal
http://www.dsi.uminho.pt/~pcortez +351253510313 Fax:+351253510300
2008 Oct 01
3
Installing RWeka package in CentOS 5: problems with JAVA?
...ljvm
JNI cpp flags : -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
Updating Java configuration in /usr/lib/R
Done.
Then I tryed to repeat the $ R CMD INSTALL RWeka_0.3-14.tar.gz
but I received the previous error. What is wrong? Any help please?
Best regards,
--
Paulo Alexandre Ribeiro Cortez (PhD, MSc)
Lecturer (Prof. Auxiliar) at the Department of Information Systems (DSI)
University of Minho, Campus de Azur?m, 4800-058 Guimaraes, Portugal
http://www.dsi.uminho.pt/~pcortez +351253510313 Fax:+351253510300
2007 Mar 14
2
Redirecting output to the screen
...OGRA~1\R\R-2.4.1\bin\Rterm.exe --no-restore --no-save < Test.R > Rout.txt
I do not see the "Enter file name" or have the opportunity to enter the file name. I am running R in windows XP.
Thanks for your help.
John H Schuenemeyer
Southwest Statistical Consulting, LLC
960 Sligo St
Cortez, CO 81321-2558
Phone: 970.565.0179
URL: www.swstatconsult.com
[[alternative HTML version deleted]]
1999 Oct 29
4
SMBMount and backup application
...t? I would like to avoid having to use our NT/Seagate
backup solution because it is neither simple to use or reliable in its
results. Is this pie in the sky or does this sound half-way plausible?
Any insight would be most appreciated
Nate Keegan
City of Prescott
Information Technology
201 South Cortez Street
Prescott, AZ 86303 USA
2008 Jul 14
0
nlme, lme( ) convergence and selection of effects
...vercome this problem? Any
solutions using nlme or other packages are welcome.
3) I guess I should use State atributes as fixed effects and candidates
atributes both as fixed and random effects, any suggestion on this matter is
also welcome.
Thank you guys for your attention
Thiago Cortez
Rio de Janeiro, Brazil
[[alternative HTML version deleted]]
2006 Mar 17
1
LDA Sieve debugging
Hello all,
I've installed and setup the LDA with postfix. I'm trying out Sieve
support, and wrote the following global script:
require "fileinto";
if address :contains "To" "luca at mydomain.tld" {
fileinto "Spam";
}
and tried to send an email to that address. The sieve script seems to be
processed and sieve-global.scriptc is compiled, but the
2006 Mar 20
1
LDA sieve library
Hello,
is the LDA linked against the Cyrus SIEVE library or against the fork at
libsieve.sourceforge.net ? It seems Cyrus SIEVE from src/libsieve/README
in the lda sources.
libsieve seems to be better suited for inclusion in non-cyrus software
and should be completely independent from libcyrus. The README for cyrus
version of libsieve also states that:
"It should compile without libcyrus,
2006 May 11
1
userdb prefetch not working with dovecot LDA?
Hello,
I've configured MySQL authentication as follows.
-- divecot-sql.conf --
driver = mysql
connect = host=localhost dbname=postfix user=myuser password=mypass
default_pass_scheme = PLAIN
password_query = SELECT password FROM mailbox WHERE username = '%u'
user_query = SELECT CONCAT('/var/vmail/', maildir, 'Maildir') AS home,
'1234' AS uid, '1234'
2006 May 11
3
LDA Sieve feature request
Hello,
In http://wiki.dovecot.org/LDA I read
# If there is no user-specific Sieve-script, global Sieve script is
# executed if set.
#global_script_path =
so you can set global_script_path and override it using a per user script.
It would be nice if the per user scripts could be optionally run after (or before maybe?) the global script.
Another nice thing would be per-virtualdomain sieve
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
Here's what I get. Btw I'm on Linux/UltraSparc:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -o deliver deliver.o duplicate.o imparse.o
mail-send.o map.o sieve-cmu.o smtpclient.o -Wl,--export-dynamic
libsieve/libsieve.a /root/luca/dovecot-1.0.beta3/src/lib-storage/register/libstorage-register.a
2006 May 10
4
LDA not being called by postfix?
Hello,
I'm using Postfix with virtual domains (MySQL), Dovecot 1.0beta7 and CVS
LDA. I've set up postfix to use the LDA for maildir delivery and defined
a global sieve script.
-- master.cf --
...
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -d
${recipient}
...
-- main.cf --
smtpd_banner =