Questions tagged [n-way]

4 questions
5
votes
2 answers

Are there any n-way diff tools with vertical compare?

I started using diffuse, which you can use to compare multiple files together with, but it's some what useless since you can't horizontally compare lines when you have like 20 files you need to compare together, I was thinking maybe one line from…
leeand00
  • 25,510
  • 39
  • 140
  • 297
2
votes
2 answers

How to perform a three-way PCA in R

I would like to perform a three-way principal component analysis in R, and though I have found a few articles explaining how it works and how to interpret results, I cannot find any useful guides online on how to do it in R. My data consists of 230…
Esben Eickhardt
  • 3,183
  • 2
  • 35
  • 56
2
votes
1 answer

Can tree models in R handle n-way splits at nodes, for n>=4

Quick question on R tree models. I want to produce a tree model on a lot of variables (mostly numeric or factor variables). One of the variables is Gender where the categories are male, female and unknown. When I use the tree or rpart function from…
Lorcan Treanor
  • 561
  • 1
  • 7
  • 19
1
vote
2 answers

Displaying only the similarities between 20 or so files?

Say I've got a directory full of html pages. Their headers and footers are basically the same, but I want to be able to see only the portions of all the pages that are the same. I'd like to call it an n-way merge, but that isn't what it is, it's…
leeand00
  • 25,510
  • 39
  • 140
  • 297