search for: inputa

Displaying 2 results from an estimated 2 matches for "inputa".

Did you mean: inputs
2005 Feb 04
1
Rare Cases and SOM
...gorithm works using library(class) SOM function. I have a 1000*10 matrix and I want to be able to summarize the different types of 10-element vectors. In my real world case it is likely that most of the 1000 values are of one kind the rest of other (this is an oversimplification). Say for example: InputA<-matrix(cos(1:10),nrow=900,ncol=10,byrow=TRUE) InputB<-matrix(sin(5:14),nrow=100,ncol=10,byrow=TRUE) Input<-rbind(InputA,InputB) I though that a small grid of 3*3 would be enough to extract the patterns in such simple matrix : GridWidth<-3 GridLength<-3 gr <- somgrid(xdim=GridWid...
2004 Aug 04
0
simulating RED using tcsim question
...0.602003 E : 0x80bbfd8 40 : router_eth2: 45000028 00000000 40060000 ... 0.602003 * : 0x80bbfd8 40 : router_eth2: enqueue returns CN (2) 0.602003 E : 0x80bc080 40 : router_eth2: 45000028 00000000 40060000 ... 0.602003 * : 0x80bc080 40 : router_eth2: enqueue returns CN (2) 0.604000 E : 0x80bbfd8 40 : inputA_eth0: 45000028 00000000 40060000 . As I hoped, packets seem to get dropped as marked by ''*'' when the interface gets congested. On closer inspection (with -v) tcsim output is: 0.182000 D : 0x80bc0a0 40 : inputB_eth0: 45000028 00000000 40060000 ... 0.182003 E : 0x80bbff8 40 : ro...