~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to tcldgr/demo/ihi.README

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ihi - Infer Inheritance Heirarchy
 
2
 
 
3
Author: John Ellson <ellson@lucent.com>
 
4
 
 
5
Usage:  ./ihi ihi.testdata
 
6
 
 
7
Package requires: tclsh, tcldgr 
 
8
 
 
9
Uses: wish and tcldgl if available to display results
 
10
 
 
11
------------------------------
 
12
 
 
13
An implementation of Inheritance Hierachies Inference (IHI)
 
14
 
 
15
Classifies objects with varying patterns of attributes 
 
16
 
 
17
Based on the paper:
 
18
  "A Simple and Efficient Algorithm for Inferring Inheritance Heirarchies"
 
19
  Ivan Moore, Tim Clement
 
20
  Department of Computer Science, University of Manchester
 
21
  Published in TOOLS Europe, 1996, Prentice-Hall
 
22
 
 
23
tcl + tcldg   implementation by John Ellson  (ellson@lucent.com)
 
24
 
 
25
usage:  ihi <file
 
26
        ihi file
 
27
 
 
28
where files contain one object per line each object described
 
29
by a set of features, e.g:
 
30
 
 
31
  a b e
 
32
  a b f
 
33
  a c d g i
 
34
  a c d g h j
 
35
  d h
 
36
 
 
37
(contrary to this example, the features of each object do
 
38
not have to be sorted, and the objects do not have to have unique
 
39
feature sets)