~ubuntu-branches/ubuntu/precise/dbacl/precise

« back to all changes in this revision

Viewing changes to doc/toy.risk

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2005-05-07 12:59:53 UTC
  • Revision ID: james.westby@ubuntu.com-20050507125953-xzy2bwkb2qamglwm
Tags: upstream-1.9
ImportĀ upstreamĀ versionĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
categories {
 
2
    one, two, three
 
3
}
 
4
prior {
 
5
    2, 1, 1
 
6
}
 
7
loss_matrix {
 
8
"" one   [ 0, 1, 2 ]
 
9
"" two   [ 3, 0, 5 ]
 
10
"" three [ 1, 1, 0 ]
 
11
}