Displaying 2 results from an estimated 2 matches for "methode2".
Did you mean:
method2
2006 Apr 12
13
rhtml produces so many white places?????
...de correctly.
But the produced html will conseved the "format" of
the rhtml, and it adds a lot no used white space!!!!
example : toto.rhtml
<body>
<table>
<% data.each{ |x| %>
<% y = x.methode1 %>
<tr><td><%= y %></td><tr>
<% z = x.methode2 %>
<tr><td><%= z %></td><tr>
</table>
</body>
So if data has 3000 rolls, I will have a html like
this:
<body>
<table>
<tr><td>y1</td><tr>
<tr><td>z1</td><tr>
<tr><td>y2</td&...
2001 Jun 12
1
cophenetic matrix
..."The distance measure to be used = euclidean:1 maximum:2 manhattan:3 canberra:4 or binary:5")
methodo <- c("euclidean", "maximum", "manhattan", "canberra" ,"binary")
dis1 <- dist(fichier , method = methodo[[methode]])
}
methode2 <- ask(message ="The agglomeration method to be used = ward:1 single:2 complete:3 average:4 mcquitty:5 median:6 centroid:7")
methodo2 <- c("ward", "single", "complete", "average","mcquitty", "median","centroid")...