Displaying 3 results from an estimated 3 matches for "1000times".
2005 May 30
4
source client on winXP for live input?
hey there,
short question, maybe asked 1000times... but have no access to the list
archive at the moment and need a quick setup. i need a live feed (microphone)
to connect to an icecst2 server. on linux i've successfully used muse,
but what's the best... on winXP?
thanks,
uno
2005 May 30
1
source client on winXP for live input?
...ay 30, 2005 10:48 AM
Subject: Re: [Icecast] source client on winXP for live input?
> Orban Opticodec-PC for AAC/aacPlus audio streams.
> http://www.opticodec.com
> -greg.
>
>
>
> At 04:40 2005-05-30, un@dom.de wrote:
>
>>hey there,
>>short question, maybe asked 1000times... but have no access to the list
>>archive at the moment and need a quick setup. i need a live feed
>>(microphone)
>>to connect to an icecst2 server. on linux i've successfully used muse,
>>but what's the best... on winXP?
>>thanks,
>>uno
>>______...
2011 Sep 08
1
random sampling but with caveats!
...<- sample(nrow(HH), size = nrow(HH)-312, replace = FALSE)
training<-HH[ss,]
test<-HH[-ss,]
in order to create a random training sub-sample of roughly 65% of my data and test of 35%. (I would use a for() loop to automate the process of building the datasets and running the prediction e.g.1000times)
The problem is that I do have 2 caveats for the subsampling:
a) I need to have control over the prevalence (proportion of observed presences within the dataset) in my build and test datasets
I realise I could do this by sorting my column of presences and absences and then taking a subsampl...