[R] Agglomerative Information Bottleneck (AIB)

2009-10-30 Thread rami jiossy
Hi; Does anybody aware of R implementation for AIB (Agglomerative Information Bottleneck) by Slomni and Tishby? in which package should i find it? Thanks _ WLMTAGL:ON:WL:en-US:WWL_WIN_e

Re: [R] create list entry from variable

2009-08-24 Thread rami jiossy
Yep; great thanks :) Date: Mon, 24 Aug 2009 16:11:20 -0300 Subject: Re: [R] create list entry from variable From: www...@gmail.com To: sra...@hotmail.com CC: r-help@r-project.org Try this: l <- list(i + 1) names(l) <- i On Mon, Aug 24, 2009 at 4:01 PM, rami jiossy wrote: Hi;

[R] create list entry from variable

2009-08-24 Thread rami jiossy
Hi; assume i<-10 how can i create a list having key=10 and value=11 list(i=11) generates a list with 'i' [1] 11 and not 10 [1] 11 any help? Thanks _ Facebook. :ON:WL:en-US:SI_SB_facebook:082009 [[alternative HTM

[R] reading from dataframe?

2009-08-23 Thread rami jiossy
Hi; I have a very basic question about reading element from dataframe T (2 dimentional) I want to extract element T[1,1] as a string. T[1,1] returns an element with "names", means header. this i cannot compare with any other list of strings. how can i fix that? Thanks Rami ___

[R] read data element from data frame

2009-08-23 Thread rami jiossy
Hi; I have a very basic question about reading element from dataframe T (2 dimentional) I want to extract element T[1,1] as a string. T[1,1] returns an element with "names", means header. this i cannot compare with any other list of strings. how can i fix that? Thanks Rami __

[R] handling categorical features;

2009-08-16 Thread rami jiossy
Hi; datamining question: -- my input data table is of size 1000-rows, 2000-columns. each column represents one features. one of the columns represent a categorical features with 900 levels. i would like to apply KNN / distance matrix on the table rows, while preserving rig