Add more sample given sample data
This commit is contained in:
151
examples/data/poker/poker-hand.names
Normal file
151
examples/data/poker/poker-hand.names
Normal file
@@ -0,0 +1,151 @@
|
||||
1. Title: Poker Hand Dataset
|
||||
|
||||
2. Source Information
|
||||
|
||||
a) Creators:
|
||||
|
||||
Robert Cattral (cattral@gmail.com)
|
||||
|
||||
Franz Oppacher (oppacher@scs.carleton.ca)
|
||||
Carleton University, Department of Computer Science
|
||||
Intelligent Systems Research Unit
|
||||
1125 Colonel By Drive, Ottawa, Ontario, Canada, K1S5B6
|
||||
|
||||
c) Date of release: Jan 2007
|
||||
|
||||
3. Past Usage:
|
||||
1. R. Cattral, F. Oppacher, D. Deugo. Evolutionary Data Mining
|
||||
with Automatic Rule Generalization. Recent Advances in Computers,
|
||||
Computing and Communications, pp.296-300, WSEAS Press, 2002.
|
||||
- Note: This was a slightly different dataset that had more
|
||||
classes, and was considerably more difficult.
|
||||
|
||||
- Predictive attribute: Poker Hand (labeled <20>class<73>)
|
||||
- Found to be a challenging dataset for classification algorithms
|
||||
- Relational learners have an advantage for some classes
|
||||
- The ability to learn high level constructs has an advantage
|
||||
|
||||
4. Relevant Information:
|
||||
Each record is an example of a hand consisting of five playing
|
||||
cards drawn from a standard deck of 52. Each card is described
|
||||
using two attributes (suit and rank), for a total of 10 predictive
|
||||
attributes. There is one Class attribute that describes the
|
||||
<20>Poker Hand<6E>. The order of cards is important, which is why there
|
||||
are 480 possible Royal Flush hands as compared to 4 (one for each
|
||||
suit <20> explained in more detail below).
|
||||
|
||||
5. Number of Instances: 25010 training, 1,000,000 testing
|
||||
|
||||
6. Number of Attributes: 10 predictive attributes, 1 goal attribute
|
||||
|
||||
7. Attribute Information:
|
||||
1) S1 <20>Suit of card #1<>
|
||||
Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}
|
||||
|
||||
2) C1 <20>Rank of card #1<>
|
||||
Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)
|
||||
|
||||
3) S2 <20>Suit of card #2<>
|
||||
Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}
|
||||
|
||||
4) C2 <20>Rank of card #2<>
|
||||
Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)
|
||||
|
||||
5) S3 <20>Suit of card #3<>
|
||||
Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}
|
||||
|
||||
6) C3 <20>Rank of card #3<>
|
||||
Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)
|
||||
|
||||
7) S4 <20>Suit of card #4<>
|
||||
Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}
|
||||
|
||||
8) C4 <20>Rank of card #4<>
|
||||
Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)
|
||||
|
||||
9) S5 <20>Suit of card #5<>
|
||||
Ordinal (1-4) representing {Hearts, Spades, Diamonds, Clubs}
|
||||
|
||||
10) C5 <20>Rank of card 5<>
|
||||
Numerical (1-13) representing (Ace, 2, 3, ... , Queen, King)
|
||||
|
||||
11) CLASS <20>Poker Hand<6E>
|
||||
Ordinal (0-9)
|
||||
|
||||
0: Nothing in hand; not a recognized poker hand
|
||||
1: One pair; one pair of equal ranks within five cards
|
||||
2: Two pairs; two pairs of equal ranks within five cards
|
||||
3: Three of a kind; three equal ranks within five cards
|
||||
4: Straight; five cards, sequentially ranked with no gaps
|
||||
5: Flush; five cards with the same suit
|
||||
6: Full house; pair + different rank three of a kind
|
||||
7: Four of a kind; four equal ranks within five cards
|
||||
8: Straight flush; straight + flush
|
||||
9: Royal flush; {Ace, King, Queen, Jack, Ten} + flush
|
||||
|
||||
|
||||
8. Missing Attribute Values: None
|
||||
|
||||
9. Class Distribution:
|
||||
|
||||
The first percentage in parenthesis is the representation
|
||||
within the training set. The second is the probability in the full domain.
|
||||
|
||||
Training set:
|
||||
|
||||
0: Nothing in hand, 12493 instances (49.95202% / 50.117739%)
|
||||
1: One pair, 10599 instances, (42.37905% / 42.256903%)
|
||||
2: Two pairs, 1206 instances, (4.82207% / 4.753902%)
|
||||
3: Three of a kind, 513 instances, (2.05118% / 2.112845%)
|
||||
4: Straight, 93 instances, (0.37185% / 0.392465%)
|
||||
5: Flush, 54 instances, (0.21591% / 0.19654%)
|
||||
6: Full house, 36 instances, (0.14394% / 0.144058%)
|
||||
7: Four of a kind, 6 instances, (0.02399% / 0.02401%)
|
||||
8: Straight flush, 5 instances, (0.01999% / 0.001385%)
|
||||
9: Royal flush, 5 instances, (0.01999% / 0.000154%)
|
||||
|
||||
The Straight flush and Royal flush hands are not as representative of
|
||||
the true domain because they have been over-sampled. The Straight flush
|
||||
is 14.43 times more likely to occur in the training set, while the
|
||||
Royal flush is 129.82 times more likely.
|
||||
|
||||
Total of 25010 instances in a domain of 311,875,200.
|
||||
|
||||
Testing set:
|
||||
|
||||
The value inside parenthesis indicates the representation within the test
|
||||
set as compared to the entire domain. 1.0 would be perfect representation,
|
||||
while <1.0 are under-represented and >1.0 are over-represented.
|
||||
|
||||
0: Nothing in hand, 501209 instances,(1.000063)
|
||||
1: One pair, 422498 instances,(0.999832)
|
||||
2: Two pairs, 47622 instances, (1.001746)
|
||||
3: Three of a kind, 21121 instances, (0.999647)
|
||||
4: Straight, 3885 instances, (0.989897)
|
||||
5: Flush, 1996 instances, (1.015569)
|
||||
6: Full house, 1424 instances, (0.988491)
|
||||
7: Four of a kind, 230 instances, (0.957934)
|
||||
8: Straight flush, 12 instances, (0.866426)
|
||||
9: Royal flush, 3 instances, (1.948052)
|
||||
|
||||
Total of one million instances in a domain of 311,875,200.
|
||||
|
||||
|
||||
10. Statistics
|
||||
|
||||
Poker Hand # of hands Probability # of combinations
|
||||
Royal Flush 4 0.00000154 480
|
||||
Straight Flush 36 0.00001385 4320
|
||||
Four of a kind 624 0.0002401 74880
|
||||
Full house 3744 0.00144058 449280
|
||||
Flush 5108 0.0019654 612960
|
||||
Straight 10200 0.00392464 1224000
|
||||
Three of a kind 54912 0.02112845 6589440
|
||||
Two pairs 123552 0.04753902 14826240
|
||||
One pair 1098240 0.42256903 131788800
|
||||
Nothing 1302540 0.50117739 156304800
|
||||
|
||||
Total 2598960 1.0 311875200
|
||||
|
||||
The number of combinations represents the number of instances in the entire domain.
|
||||
|
||||
11
examples/data/poker/poker10.csv
Normal file
11
examples/data/poker/poker10.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
"S1","C1","S2","C2","S3","C3","S4","C4","S5","C5","CLASS"
|
||||
1,1,1,13,2,4,2,3,1,12,0
|
||||
3,12,3,2,3,11,4,5,2,5,1
|
||||
1,9,4,6,1,4,3,2,3,9,1
|
||||
1,4,3,13,2,13,2,1,3,6,1
|
||||
3,10,2,7,1,2,2,11,4,9,0
|
||||
1,3,4,5,3,4,1,12,4,6,0
|
||||
2,6,4,11,2,3,4,9,1,7,0
|
||||
3,2,4,9,3,7,4,3,4,5,0
|
||||
4,4,3,13,1,8,3,9,3,10,0
|
||||
1,9,3,8,4,4,1,7,3,5,0
|
||||
|
101
examples/data/poker/poker100.csv
Normal file
101
examples/data/poker/poker100.csv
Normal file
@@ -0,0 +1,101 @@
|
||||
"S1","C1","S2","C2","S3","C3","S4","C4","S5","C5","CLASS"
|
||||
1,1,1,13,2,4,2,3,1,12,0
|
||||
3,12,3,2,3,11,4,5,2,5,1
|
||||
1,9,4,6,1,4,3,2,3,9,1
|
||||
1,4,3,13,2,13,2,1,3,6,1
|
||||
3,10,2,7,1,2,2,11,4,9,0
|
||||
1,3,4,5,3,4,1,12,4,6,0
|
||||
2,6,4,11,2,3,4,9,1,7,0
|
||||
3,2,4,9,3,7,4,3,4,5,0
|
||||
4,4,3,13,1,8,3,9,3,10,0
|
||||
1,9,3,8,4,4,1,7,3,5,0
|
||||
4,7,3,12,1,13,1,9,2,6,0
|
||||
2,12,1,3,2,11,2,7,4,8,0
|
||||
4,2,2,9,2,7,1,5,3,11,0
|
||||
1,13,2,6,1,6,2,11,3,5,1
|
||||
3,8,2,7,1,9,3,6,2,3,0
|
||||
2,10,1,11,1,9,3,1,1,13,0
|
||||
4,2,4,12,2,12,2,7,3,10,1
|
||||
4,5,2,2,4,9,1,5,4,1,1
|
||||
2,3,3,9,2,1,2,6,4,10,0
|
||||
1,7,2,11,4,1,2,9,3,13,0
|
||||
4,12,1,6,3,1,2,2,1,8,0
|
||||
2,5,3,1,3,13,4,13,3,8,1
|
||||
1,3,4,8,2,1,1,12,3,5,0
|
||||
2,8,4,6,1,12,2,13,1,8,1
|
||||
1,7,4,13,4,9,1,9,1,10,1
|
||||
2,13,3,3,2,11,2,6,1,4,0
|
||||
4,3,2,4,4,9,2,8,1,11,0
|
||||
2,5,3,7,2,12,3,3,2,11,0
|
||||
3,4,2,1,3,10,1,8,4,1,1
|
||||
4,11,2,13,4,4,3,8,4,1,0
|
||||
4,10,2,5,4,8,1,6,2,13,0
|
||||
4,8,1,3,2,3,2,2,2,8,2
|
||||
1,4,4,5,4,3,1,8,4,1,0
|
||||
1,7,4,13,1,5,1,13,3,3,1
|
||||
1,5,4,6,3,8,1,11,1,2,0
|
||||
1,9,1,6,4,5,3,5,1,5,3
|
||||
1,12,2,10,1,6,2,13,4,5,0
|
||||
1,10,1,6,3,13,3,11,3,9,0
|
||||
2,13,4,7,3,11,3,10,3,9,0
|
||||
3,11,2,1,2,13,2,11,4,10,1
|
||||
1,8,1,3,4,2,2,7,1,4,0
|
||||
1,7,2,2,4,3,4,9,3,2,1
|
||||
1,1,4,5,4,1,3,7,4,4,1
|
||||
1,12,4,11,2,1,4,7,3,13,0
|
||||
1,3,1,9,1,4,4,1,1,8,0
|
||||
2,7,3,7,4,4,1,10,1,13,1
|
||||
3,10,4,9,2,4,3,6,1,3,0
|
||||
3,11,4,3,2,4,4,7,3,12,0
|
||||
2,2,4,3,4,8,1,2,3,13,1
|
||||
2,9,2,5,1,6,4,13,2,11,0
|
||||
3,12,2,7,1,9,3,11,1,8,0
|
||||
3,5,4,6,3,4,3,7,3,2,0
|
||||
3,4,3,7,1,5,4,13,2,2,0
|
||||
4,6,2,5,4,11,1,2,3,3,0
|
||||
4,3,2,12,1,4,2,5,1,11,0
|
||||
4,6,3,13,2,1,2,4,2,12,0
|
||||
2,4,4,5,2,13,1,13,2,3,1
|
||||
4,8,2,9,3,13,1,2,1,7,0
|
||||
3,9,2,3,3,2,2,9,3,5,1
|
||||
4,4,1,11,2,9,4,13,2,7,0
|
||||
1,5,1,9,2,8,2,4,4,3,0
|
||||
4,12,4,7,4,5,2,10,2,2,0
|
||||
4,3,2,4,4,13,3,6,4,12,0
|
||||
2,5,4,5,4,1,4,9,2,7,1
|
||||
2,12,3,12,3,7,3,11,2,7,2
|
||||
4,13,2,6,4,6,4,10,4,9,1
|
||||
1,9,3,7,2,9,4,9,2,4,3
|
||||
1,10,3,3,2,12,4,1,4,5,0
|
||||
4,2,1,4,1,13,3,4,3,9,1
|
||||
1,1,4,5,4,7,2,4,4,11,0
|
||||
1,3,2,9,3,11,2,1,2,3,1
|
||||
3,10,3,6,1,10,1,6,2,9,2
|
||||
1,4,1,11,1,2,3,3,3,10,0
|
||||
1,12,4,3,4,12,1,8,3,10,1
|
||||
3,2,4,4,3,13,3,12,2,13,1
|
||||
4,4,3,10,1,12,3,8,2,6,0
|
||||
2,11,3,4,3,11,3,2,4,3,1
|
||||
3,5,2,2,2,11,4,5,2,9,1
|
||||
4,11,2,8,3,10,4,6,3,5,0
|
||||
1,12,3,6,4,13,2,6,2,1,1
|
||||
1,6,3,2,4,7,1,10,3,5,0
|
||||
4,10,4,11,2,12,1,4,2,13,0
|
||||
4,9,3,5,1,5,2,2,1,4,1
|
||||
2,1,3,3,3,5,1,13,2,13,1
|
||||
4,3,3,4,2,3,3,12,3,9,1
|
||||
3,13,4,4,1,11,1,8,3,6,0
|
||||
4,10,2,9,2,13,4,5,2,1,0
|
||||
3,2,3,6,4,7,1,9,4,2,1
|
||||
2,11,1,7,4,13,3,10,2,2,0
|
||||
2,2,4,8,4,5,2,9,1,7,0
|
||||
3,9,3,4,2,10,1,7,1,5,0
|
||||
4,10,2,12,3,7,3,1,1,8,0
|
||||
2,11,1,6,4,10,3,7,1,4,0
|
||||
3,5,1,11,4,4,2,5,1,13,1
|
||||
2,2,3,11,1,8,2,10,1,11,1
|
||||
4,11,1,10,2,3,1,9,2,7,0
|
||||
3,2,1,13,4,9,4,2,4,7,1
|
||||
1,5,3,6,2,9,1,13,2,7,0
|
||||
2,12,1,5,3,12,4,10,1,4,1
|
||||
4,3,2,3,3,13,1,2,1,11,1
|
||||
|
1001
examples/data/poker/poker1000.csv
Normal file
1001
examples/data/poker/poker1000.csv
Normal file
File diff suppressed because it is too large
Load Diff
10001
examples/data/poker/poker10000.csv
Normal file
10001
examples/data/poker/poker10000.csv
Normal file
File diff suppressed because it is too large
Load Diff
100001
examples/data/poker/poker100000.csv
Normal file
100001
examples/data/poker/poker100000.csv
Normal file
File diff suppressed because it is too large
Load Diff
201
examples/data/poker/poker200.csv
Normal file
201
examples/data/poker/poker200.csv
Normal file
@@ -0,0 +1,201 @@
|
||||
"S1","C1","S2","C2","S3","C3","S4","C4","S5","C5","CLASS"
|
||||
1,1,1,13,2,4,2,3,1,12,0
|
||||
3,12,3,2,3,11,4,5,2,5,1
|
||||
1,9,4,6,1,4,3,2,3,9,1
|
||||
1,4,3,13,2,13,2,1,3,6,1
|
||||
3,10,2,7,1,2,2,11,4,9,0
|
||||
1,3,4,5,3,4,1,12,4,6,0
|
||||
2,6,4,11,2,3,4,9,1,7,0
|
||||
3,2,4,9,3,7,4,3,4,5,0
|
||||
4,4,3,13,1,8,3,9,3,10,0
|
||||
1,9,3,8,4,4,1,7,3,5,0
|
||||
4,7,3,12,1,13,1,9,2,6,0
|
||||
2,12,1,3,2,11,2,7,4,8,0
|
||||
4,2,2,9,2,7,1,5,3,11,0
|
||||
1,13,2,6,1,6,2,11,3,5,1
|
||||
3,8,2,7,1,9,3,6,2,3,0
|
||||
2,10,1,11,1,9,3,1,1,13,0
|
||||
4,2,4,12,2,12,2,7,3,10,1
|
||||
4,5,2,2,4,9,1,5,4,1,1
|
||||
2,3,3,9,2,1,2,6,4,10,0
|
||||
1,7,2,11,4,1,2,9,3,13,0
|
||||
4,12,1,6,3,1,2,2,1,8,0
|
||||
2,5,3,1,3,13,4,13,3,8,1
|
||||
1,3,4,8,2,1,1,12,3,5,0
|
||||
2,8,4,6,1,12,2,13,1,8,1
|
||||
1,7,4,13,4,9,1,9,1,10,1
|
||||
2,13,3,3,2,11,2,6,1,4,0
|
||||
4,3,2,4,4,9,2,8,1,11,0
|
||||
2,5,3,7,2,12,3,3,2,11,0
|
||||
3,4,2,1,3,10,1,8,4,1,1
|
||||
4,11,2,13,4,4,3,8,4,1,0
|
||||
4,10,2,5,4,8,1,6,2,13,0
|
||||
4,8,1,3,2,3,2,2,2,8,2
|
||||
1,4,4,5,4,3,1,8,4,1,0
|
||||
1,7,4,13,1,5,1,13,3,3,1
|
||||
1,5,4,6,3,8,1,11,1,2,0
|
||||
1,9,1,6,4,5,3,5,1,5,3
|
||||
1,12,2,10,1,6,2,13,4,5,0
|
||||
1,10,1,6,3,13,3,11,3,9,0
|
||||
2,13,4,7,3,11,3,10,3,9,0
|
||||
3,11,2,1,2,13,2,11,4,10,1
|
||||
1,8,1,3,4,2,2,7,1,4,0
|
||||
1,7,2,2,4,3,4,9,3,2,1
|
||||
1,1,4,5,4,1,3,7,4,4,1
|
||||
1,12,4,11,2,1,4,7,3,13,0
|
||||
1,3,1,9,1,4,4,1,1,8,0
|
||||
2,7,3,7,4,4,1,10,1,13,1
|
||||
3,10,4,9,2,4,3,6,1,3,0
|
||||
3,11,4,3,2,4,4,7,3,12,0
|
||||
2,2,4,3,4,8,1,2,3,13,1
|
||||
2,9,2,5,1,6,4,13,2,11,0
|
||||
3,12,2,7,1,9,3,11,1,8,0
|
||||
3,5,4,6,3,4,3,7,3,2,0
|
||||
3,4,3,7,1,5,4,13,2,2,0
|
||||
4,6,2,5,4,11,1,2,3,3,0
|
||||
4,3,2,12,1,4,2,5,1,11,0
|
||||
4,6,3,13,2,1,2,4,2,12,0
|
||||
2,4,4,5,2,13,1,13,2,3,1
|
||||
4,8,2,9,3,13,1,2,1,7,0
|
||||
3,9,2,3,3,2,2,9,3,5,1
|
||||
4,4,1,11,2,9,4,13,2,7,0
|
||||
1,5,1,9,2,8,2,4,4,3,0
|
||||
4,12,4,7,4,5,2,10,2,2,0
|
||||
4,3,2,4,4,13,3,6,4,12,0
|
||||
2,5,4,5,4,1,4,9,2,7,1
|
||||
2,12,3,12,3,7,3,11,2,7,2
|
||||
4,13,2,6,4,6,4,10,4,9,1
|
||||
1,9,3,7,2,9,4,9,2,4,3
|
||||
1,10,3,3,2,12,4,1,4,5,0
|
||||
4,2,1,4,1,13,3,4,3,9,1
|
||||
1,1,4,5,4,7,2,4,4,11,0
|
||||
1,3,2,9,3,11,2,1,2,3,1
|
||||
3,10,3,6,1,10,1,6,2,9,2
|
||||
1,4,1,11,1,2,3,3,3,10,0
|
||||
1,12,4,3,4,12,1,8,3,10,1
|
||||
3,2,4,4,3,13,3,12,2,13,1
|
||||
4,4,3,10,1,12,3,8,2,6,0
|
||||
2,11,3,4,3,11,3,2,4,3,1
|
||||
3,5,2,2,2,11,4,5,2,9,1
|
||||
4,11,2,8,3,10,4,6,3,5,0
|
||||
1,12,3,6,4,13,2,6,2,1,1
|
||||
1,6,3,2,4,7,1,10,3,5,0
|
||||
4,10,4,11,2,12,1,4,2,13,0
|
||||
4,9,3,5,1,5,2,2,1,4,1
|
||||
2,1,3,3,3,5,1,13,2,13,1
|
||||
4,3,3,4,2,3,3,12,3,9,1
|
||||
3,13,4,4,1,11,1,8,3,6,0
|
||||
4,10,2,9,2,13,4,5,2,1,0
|
||||
3,2,3,6,4,7,1,9,4,2,1
|
||||
2,11,1,7,4,13,3,10,2,2,0
|
||||
2,2,4,8,4,5,2,9,1,7,0
|
||||
3,9,3,4,2,10,1,7,1,5,0
|
||||
4,10,2,12,3,7,3,1,1,8,0
|
||||
2,11,1,6,4,10,3,7,1,4,0
|
||||
3,5,1,11,4,4,2,5,1,13,1
|
||||
2,2,3,11,1,8,2,10,1,11,1
|
||||
4,11,1,10,2,3,1,9,2,7,0
|
||||
3,2,1,13,4,9,4,2,4,7,1
|
||||
1,5,3,6,2,9,1,13,2,7,0
|
||||
2,12,1,5,3,12,4,10,1,4,1
|
||||
4,3,2,3,3,13,1,2,1,11,1
|
||||
2,11,2,3,4,3,4,11,1,6,2
|
||||
3,13,3,12,1,3,1,7,3,5,0
|
||||
2,9,3,4,3,6,4,8,2,2,0
|
||||
2,10,2,5,4,9,3,2,2,1,0
|
||||
4,2,4,3,2,4,2,1,2,8,0
|
||||
1,6,3,4,3,10,2,1,2,3,0
|
||||
1,1,1,11,4,3,4,7,3,5,0
|
||||
1,7,1,1,2,12,3,13,4,9,0
|
||||
3,5,4,12,2,13,1,8,1,2,0
|
||||
1,3,1,5,1,9,2,1,3,12,0
|
||||
4,12,3,1,3,2,4,5,3,7,0
|
||||
2,2,4,13,1,10,4,12,3,12,1
|
||||
3,9,2,1,2,2,3,1,2,3,1
|
||||
1,11,4,13,3,2,1,4,4,12,0
|
||||
1,8,3,12,1,12,4,1,3,10,1
|
||||
2,12,4,10,4,1,2,2,4,2,1
|
||||
1,4,1,1,2,12,4,4,3,6,1
|
||||
2,9,4,6,4,11,2,1,2,3,0
|
||||
2,4,2,3,4,9,3,12,4,8,0
|
||||
1,12,1,6,1,11,3,13,2,3,0
|
||||
2,1,4,2,4,12,4,10,4,3,0
|
||||
4,1,3,11,3,10,1,1,1,10,2
|
||||
1,2,3,5,3,7,4,11,4,7,1
|
||||
3,8,3,13,2,11,2,7,2,8,1
|
||||
1,7,1,1,4,12,2,10,1,6,0
|
||||
4,1,4,9,3,6,3,1,1,10,1
|
||||
4,8,1,12,1,9,2,4,4,13,0
|
||||
2,8,2,5,2,10,3,8,4,6,1
|
||||
3,8,2,4,1,11,4,11,3,12,1
|
||||
1,9,3,6,2,5,2,9,1,1,1
|
||||
3,2,1,3,3,4,2,13,3,13,1
|
||||
4,9,4,7,2,12,1,7,2,6,1
|
||||
1,1,1,7,1,2,1,6,1,5,5
|
||||
1,3,4,11,1,6,4,8,3,6,1
|
||||
4,11,3,4,4,6,2,5,3,7,0
|
||||
3,10,2,9,4,6,2,3,4,8,0
|
||||
3,8,1,3,2,9,3,4,4,1,0
|
||||
2,11,4,3,2,10,3,9,1,4,0
|
||||
2,8,2,1,1,8,2,10,1,3,1
|
||||
2,1,4,2,3,3,2,12,2,6,0
|
||||
4,1,4,3,3,5,2,10,2,6,0
|
||||
2,12,1,4,4,1,4,8,3,9,0
|
||||
1,11,1,10,1,12,3,8,1,9,4
|
||||
4,10,1,4,1,3,4,3,2,10,2
|
||||
2,11,3,11,2,6,3,3,3,13,1
|
||||
1,1,2,5,1,2,4,10,2,10,1
|
||||
1,9,4,5,2,6,4,11,4,8,0
|
||||
4,1,3,3,4,6,1,9,2,12,0
|
||||
2,11,4,8,3,13,4,4,2,9,0
|
||||
4,5,4,3,2,7,1,1,1,5,1
|
||||
4,1,1,2,4,9,3,4,3,8,0
|
||||
3,5,3,7,2,11,3,4,2,3,0
|
||||
3,13,1,11,2,9,2,7,1,13,1
|
||||
3,4,3,3,3,6,2,5,3,13,0
|
||||
2,12,2,13,3,8,2,1,4,11,0
|
||||
1,13,2,12,4,4,1,11,3,1,0
|
||||
1,12,4,2,1,4,1,13,2,10,0
|
||||
4,11,4,2,1,9,4,8,3,13,0
|
||||
4,13,1,2,1,5,3,4,3,7,0
|
||||
1,8,1,11,3,13,3,11,4,3,1
|
||||
2,12,2,6,2,11,3,6,1,3,1
|
||||
1,6,1,8,3,5,4,10,3,10,1
|
||||
1,11,1,1,3,4,4,11,3,7,1
|
||||
4,2,4,8,1,6,1,9,2,3,0
|
||||
4,6,3,1,1,5,3,9,2,9,1
|
||||
1,9,1,1,3,8,1,4,4,12,0
|
||||
4,7,1,1,1,11,1,4,3,1,1
|
||||
4,11,3,2,1,11,1,4,4,2,2
|
||||
1,10,3,6,3,1,1,4,4,10,1
|
||||
4,12,3,5,1,11,1,3,2,6,0
|
||||
1,5,1,12,4,4,4,2,4,7,0
|
||||
3,6,1,2,3,10,4,3,3,2,1
|
||||
4,10,2,8,1,2,3,9,3,2,1
|
||||
1,6,4,4,1,1,1,4,4,12,1
|
||||
4,11,3,8,2,1,4,3,3,12,0
|
||||
1,2,3,1,3,10,3,11,4,6,0
|
||||
1,9,1,1,4,4,3,1,2,6,1
|
||||
1,12,3,10,4,13,3,12,4,4,1
|
||||
1,2,4,9,4,12,3,8,2,12,1
|
||||
4,13,1,6,4,8,3,7,2,11,0
|
||||
3,11,2,2,2,4,3,12,4,6,0
|
||||
3,2,2,9,3,4,3,5,2,11,0
|
||||
4,9,4,1,1,10,2,13,2,11,0
|
||||
1,3,1,8,4,10,2,3,3,11,1
|
||||
4,12,2,7,3,11,1,1,3,4,0
|
||||
4,9,1,2,4,11,1,11,4,4,1
|
||||
1,4,2,5,4,1,3,3,1,9,0
|
||||
1,12,2,1,1,3,1,1,3,6,1
|
||||
3,2,2,2,3,13,4,8,4,1,1
|
||||
1,9,1,4,4,12,1,1,3,9,1
|
||||
4,8,2,12,4,11,1,6,3,12,1
|
||||
2,10,2,1,4,7,4,2,2,4,0
|
||||
3,13,2,4,1,3,4,6,3,9,0
|
||||
3,12,4,7,2,3,2,11,3,8,0
|
||||
4,5,2,3,1,2,3,6,1,1,0
|
||||
4,5,1,7,2,13,3,6,3,9,0
|
||||
1,2,3,6,1,6,4,3,2,12,1
|
||||
4,7,4,8,1,2,3,9,3,11,0
|
||||
2,6,3,8,2,5,4,3,3,1,0
|
||||
3,5,1,2,2,3,2,1,4,6,0
|
||||
|
2001
examples/data/poker/poker2000.csv
Normal file
2001
examples/data/poker/poker2000.csv
Normal file
File diff suppressed because it is too large
Load Diff
20001
examples/data/poker/poker20000.csv
Normal file
20001
examples/data/poker/poker20000.csv
Normal file
File diff suppressed because it is too large
Load Diff
3001
examples/data/poker/poker3000.csv
Normal file
3001
examples/data/poker/poker3000.csv
Normal file
File diff suppressed because it is too large
Load Diff
30001
examples/data/poker/poker30000.csv
Normal file
30001
examples/data/poker/poker30000.csv
Normal file
File diff suppressed because it is too large
Load Diff
6
examples/data/poker/poker5.csv
Normal file
6
examples/data/poker/poker5.csv
Normal file
@@ -0,0 +1,6 @@
|
||||
"S1","C1","S2","C2","S3","C3","S4","C4","S5","C5","CLASS"
|
||||
1,1,1,13,2,4,2,3,1,12,0
|
||||
3,12,3,2,3,11,4,5,2,5,1
|
||||
1,9,4,6,1,4,3,2,3,9,1
|
||||
1,4,3,13,2,13,2,1,3,6,1
|
||||
3,10,2,7,1,2,2,11,4,9,0
|
||||
|
501
examples/data/poker/poker500.csv
Normal file
501
examples/data/poker/poker500.csv
Normal file
@@ -0,0 +1,501 @@
|
||||
"S1","C1","S2","C2","S3","C3","S4","C4","S5","C5","CLASS"
|
||||
1,1,1,13,2,4,2,3,1,12,0
|
||||
3,12,3,2,3,11,4,5,2,5,1
|
||||
1,9,4,6,1,4,3,2,3,9,1
|
||||
1,4,3,13,2,13,2,1,3,6,1
|
||||
3,10,2,7,1,2,2,11,4,9,0
|
||||
1,3,4,5,3,4,1,12,4,6,0
|
||||
2,6,4,11,2,3,4,9,1,7,0
|
||||
3,2,4,9,3,7,4,3,4,5,0
|
||||
4,4,3,13,1,8,3,9,3,10,0
|
||||
1,9,3,8,4,4,1,7,3,5,0
|
||||
4,7,3,12,1,13,1,9,2,6,0
|
||||
2,12,1,3,2,11,2,7,4,8,0
|
||||
4,2,2,9,2,7,1,5,3,11,0
|
||||
1,13,2,6,1,6,2,11,3,5,1
|
||||
3,8,2,7,1,9,3,6,2,3,0
|
||||
2,10,1,11,1,9,3,1,1,13,0
|
||||
4,2,4,12,2,12,2,7,3,10,1
|
||||
4,5,2,2,4,9,1,5,4,1,1
|
||||
2,3,3,9,2,1,2,6,4,10,0
|
||||
1,7,2,11,4,1,2,9,3,13,0
|
||||
4,12,1,6,3,1,2,2,1,8,0
|
||||
2,5,3,1,3,13,4,13,3,8,1
|
||||
1,3,4,8,2,1,1,12,3,5,0
|
||||
2,8,4,6,1,12,2,13,1,8,1
|
||||
1,7,4,13,4,9,1,9,1,10,1
|
||||
2,13,3,3,2,11,2,6,1,4,0
|
||||
4,3,2,4,4,9,2,8,1,11,0
|
||||
2,5,3,7,2,12,3,3,2,11,0
|
||||
3,4,2,1,3,10,1,8,4,1,1
|
||||
4,11,2,13,4,4,3,8,4,1,0
|
||||
4,10,2,5,4,8,1,6,2,13,0
|
||||
4,8,1,3,2,3,2,2,2,8,2
|
||||
1,4,4,5,4,3,1,8,4,1,0
|
||||
1,7,4,13,1,5,1,13,3,3,1
|
||||
1,5,4,6,3,8,1,11,1,2,0
|
||||
1,9,1,6,4,5,3,5,1,5,3
|
||||
1,12,2,10,1,6,2,13,4,5,0
|
||||
1,10,1,6,3,13,3,11,3,9,0
|
||||
2,13,4,7,3,11,3,10,3,9,0
|
||||
3,11,2,1,2,13,2,11,4,10,1
|
||||
1,8,1,3,4,2,2,7,1,4,0
|
||||
1,7,2,2,4,3,4,9,3,2,1
|
||||
1,1,4,5,4,1,3,7,4,4,1
|
||||
1,12,4,11,2,1,4,7,3,13,0
|
||||
1,3,1,9,1,4,4,1,1,8,0
|
||||
2,7,3,7,4,4,1,10,1,13,1
|
||||
3,10,4,9,2,4,3,6,1,3,0
|
||||
3,11,4,3,2,4,4,7,3,12,0
|
||||
2,2,4,3,4,8,1,2,3,13,1
|
||||
2,9,2,5,1,6,4,13,2,11,0
|
||||
3,12,2,7,1,9,3,11,1,8,0
|
||||
3,5,4,6,3,4,3,7,3,2,0
|
||||
3,4,3,7,1,5,4,13,2,2,0
|
||||
4,6,2,5,4,11,1,2,3,3,0
|
||||
4,3,2,12,1,4,2,5,1,11,0
|
||||
4,6,3,13,2,1,2,4,2,12,0
|
||||
2,4,4,5,2,13,1,13,2,3,1
|
||||
4,8,2,9,3,13,1,2,1,7,0
|
||||
3,9,2,3,3,2,2,9,3,5,1
|
||||
4,4,1,11,2,9,4,13,2,7,0
|
||||
1,5,1,9,2,8,2,4,4,3,0
|
||||
4,12,4,7,4,5,2,10,2,2,0
|
||||
4,3,2,4,4,13,3,6,4,12,0
|
||||
2,5,4,5,4,1,4,9,2,7,1
|
||||
2,12,3,12,3,7,3,11,2,7,2
|
||||
4,13,2,6,4,6,4,10,4,9,1
|
||||
1,9,3,7,2,9,4,9,2,4,3
|
||||
1,10,3,3,2,12,4,1,4,5,0
|
||||
4,2,1,4,1,13,3,4,3,9,1
|
||||
1,1,4,5,4,7,2,4,4,11,0
|
||||
1,3,2,9,3,11,2,1,2,3,1
|
||||
3,10,3,6,1,10,1,6,2,9,2
|
||||
1,4,1,11,1,2,3,3,3,10,0
|
||||
1,12,4,3,4,12,1,8,3,10,1
|
||||
3,2,4,4,3,13,3,12,2,13,1
|
||||
4,4,3,10,1,12,3,8,2,6,0
|
||||
2,11,3,4,3,11,3,2,4,3,1
|
||||
3,5,2,2,2,11,4,5,2,9,1
|
||||
4,11,2,8,3,10,4,6,3,5,0
|
||||
1,12,3,6,4,13,2,6,2,1,1
|
||||
1,6,3,2,4,7,1,10,3,5,0
|
||||
4,10,4,11,2,12,1,4,2,13,0
|
||||
4,9,3,5,1,5,2,2,1,4,1
|
||||
2,1,3,3,3,5,1,13,2,13,1
|
||||
4,3,3,4,2,3,3,12,3,9,1
|
||||
3,13,4,4,1,11,1,8,3,6,0
|
||||
4,10,2,9,2,13,4,5,2,1,0
|
||||
3,2,3,6,4,7,1,9,4,2,1
|
||||
2,11,1,7,4,13,3,10,2,2,0
|
||||
2,2,4,8,4,5,2,9,1,7,0
|
||||
3,9,3,4,2,10,1,7,1,5,0
|
||||
4,10,2,12,3,7,3,1,1,8,0
|
||||
2,11,1,6,4,10,3,7,1,4,0
|
||||
3,5,1,11,4,4,2,5,1,13,1
|
||||
2,2,3,11,1,8,2,10,1,11,1
|
||||
4,11,1,10,2,3,1,9,2,7,0
|
||||
3,2,1,13,4,9,4,2,4,7,1
|
||||
1,5,3,6,2,9,1,13,2,7,0
|
||||
2,12,1,5,3,12,4,10,1,4,1
|
||||
4,3,2,3,3,13,1,2,1,11,1
|
||||
2,11,2,3,4,3,4,11,1,6,2
|
||||
3,13,3,12,1,3,1,7,3,5,0
|
||||
2,9,3,4,3,6,4,8,2,2,0
|
||||
2,10,2,5,4,9,3,2,2,1,0
|
||||
4,2,4,3,2,4,2,1,2,8,0
|
||||
1,6,3,4,3,10,2,1,2,3,0
|
||||
1,1,1,11,4,3,4,7,3,5,0
|
||||
1,7,1,1,2,12,3,13,4,9,0
|
||||
3,5,4,12,2,13,1,8,1,2,0
|
||||
1,3,1,5,1,9,2,1,3,12,0
|
||||
4,12,3,1,3,2,4,5,3,7,0
|
||||
2,2,4,13,1,10,4,12,3,12,1
|
||||
3,9,2,1,2,2,3,1,2,3,1
|
||||
1,11,4,13,3,2,1,4,4,12,0
|
||||
1,8,3,12,1,12,4,1,3,10,1
|
||||
2,12,4,10,4,1,2,2,4,2,1
|
||||
1,4,1,1,2,12,4,4,3,6,1
|
||||
2,9,4,6,4,11,2,1,2,3,0
|
||||
2,4,2,3,4,9,3,12,4,8,0
|
||||
1,12,1,6,1,11,3,13,2,3,0
|
||||
2,1,4,2,4,12,4,10,4,3,0
|
||||
4,1,3,11,3,10,1,1,1,10,2
|
||||
1,2,3,5,3,7,4,11,4,7,1
|
||||
3,8,3,13,2,11,2,7,2,8,1
|
||||
1,7,1,1,4,12,2,10,1,6,0
|
||||
4,1,4,9,3,6,3,1,1,10,1
|
||||
4,8,1,12,1,9,2,4,4,13,0
|
||||
2,8,2,5,2,10,3,8,4,6,1
|
||||
3,8,2,4,1,11,4,11,3,12,1
|
||||
1,9,3,6,2,5,2,9,1,1,1
|
||||
3,2,1,3,3,4,2,13,3,13,1
|
||||
4,9,4,7,2,12,1,7,2,6,1
|
||||
1,1,1,7,1,2,1,6,1,5,5
|
||||
1,3,4,11,1,6,4,8,3,6,1
|
||||
4,11,3,4,4,6,2,5,3,7,0
|
||||
3,10,2,9,4,6,2,3,4,8,0
|
||||
3,8,1,3,2,9,3,4,4,1,0
|
||||
2,11,4,3,2,10,3,9,1,4,0
|
||||
2,8,2,1,1,8,2,10,1,3,1
|
||||
2,1,4,2,3,3,2,12,2,6,0
|
||||
4,1,4,3,3,5,2,10,2,6,0
|
||||
2,12,1,4,4,1,4,8,3,9,0
|
||||
1,11,1,10,1,12,3,8,1,9,4
|
||||
4,10,1,4,1,3,4,3,2,10,2
|
||||
2,11,3,11,2,6,3,3,3,13,1
|
||||
1,1,2,5,1,2,4,10,2,10,1
|
||||
1,9,4,5,2,6,4,11,4,8,0
|
||||
4,1,3,3,4,6,1,9,2,12,0
|
||||
2,11,4,8,3,13,4,4,2,9,0
|
||||
4,5,4,3,2,7,1,1,1,5,1
|
||||
4,1,1,2,4,9,3,4,3,8,0
|
||||
3,5,3,7,2,11,3,4,2,3,0
|
||||
3,13,1,11,2,9,2,7,1,13,1
|
||||
3,4,3,3,3,6,2,5,3,13,0
|
||||
2,12,2,13,3,8,2,1,4,11,0
|
||||
1,13,2,12,4,4,1,11,3,1,0
|
||||
1,12,4,2,1,4,1,13,2,10,0
|
||||
4,11,4,2,1,9,4,8,3,13,0
|
||||
4,13,1,2,1,5,3,4,3,7,0
|
||||
1,8,1,11,3,13,3,11,4,3,1
|
||||
2,12,2,6,2,11,3,6,1,3,1
|
||||
1,6,1,8,3,5,4,10,3,10,1
|
||||
1,11,1,1,3,4,4,11,3,7,1
|
||||
4,2,4,8,1,6,1,9,2,3,0
|
||||
4,6,3,1,1,5,3,9,2,9,1
|
||||
1,9,1,1,3,8,1,4,4,12,0
|
||||
4,7,1,1,1,11,1,4,3,1,1
|
||||
4,11,3,2,1,11,1,4,4,2,2
|
||||
1,10,3,6,3,1,1,4,4,10,1
|
||||
4,12,3,5,1,11,1,3,2,6,0
|
||||
1,5,1,12,4,4,4,2,4,7,0
|
||||
3,6,1,2,3,10,4,3,3,2,1
|
||||
4,10,2,8,1,2,3,9,3,2,1
|
||||
1,6,4,4,1,1,1,4,4,12,1
|
||||
4,11,3,8,2,1,4,3,3,12,0
|
||||
1,2,3,1,3,10,3,11,4,6,0
|
||||
1,9,1,1,4,4,3,1,2,6,1
|
||||
1,12,3,10,4,13,3,12,4,4,1
|
||||
1,2,4,9,4,12,3,8,2,12,1
|
||||
4,13,1,6,4,8,3,7,2,11,0
|
||||
3,11,2,2,2,4,3,12,4,6,0
|
||||
3,2,2,9,3,4,3,5,2,11,0
|
||||
4,9,4,1,1,10,2,13,2,11,0
|
||||
1,3,1,8,4,10,2,3,3,11,1
|
||||
4,12,2,7,3,11,1,1,3,4,0
|
||||
4,9,1,2,4,11,1,11,4,4,1
|
||||
1,4,2,5,4,1,3,3,1,9,0
|
||||
1,12,2,1,1,3,1,1,3,6,1
|
||||
3,2,2,2,3,13,4,8,4,1,1
|
||||
1,9,1,4,4,12,1,1,3,9,1
|
||||
4,8,2,12,4,11,1,6,3,12,1
|
||||
2,10,2,1,4,7,4,2,2,4,0
|
||||
3,13,2,4,1,3,4,6,3,9,0
|
||||
3,12,4,7,2,3,2,11,3,8,0
|
||||
4,5,2,3,1,2,3,6,1,1,0
|
||||
4,5,1,7,2,13,3,6,3,9,0
|
||||
1,2,3,6,1,6,4,3,2,12,1
|
||||
4,7,4,8,1,2,3,9,3,11,0
|
||||
2,6,3,8,2,5,4,3,3,1,0
|
||||
3,5,1,2,2,3,2,1,4,6,0
|
||||
1,5,3,11,1,10,2,2,4,3,0
|
||||
2,8,1,2,1,5,2,1,4,10,0
|
||||
4,7,4,4,2,5,2,13,4,8,0
|
||||
4,7,4,13,2,11,4,5,4,11,1
|
||||
3,10,2,1,3,11,1,13,2,3,0
|
||||
3,13,1,13,2,7,3,4,2,2,1
|
||||
2,13,2,10,2,12,3,3,1,8,0
|
||||
1,11,3,11,1,10,2,12,4,4,1
|
||||
3,8,4,11,3,9,2,10,1,13,0
|
||||
3,9,3,8,4,4,3,5,4,3,0
|
||||
2,3,3,8,1,12,4,2,1,9,0
|
||||
2,2,2,10,3,10,4,12,2,4,1
|
||||
1,10,2,1,1,9,3,6,3,3,0
|
||||
3,1,4,5,1,10,4,7,1,2,0
|
||||
2,8,1,2,3,8,1,7,3,10,1
|
||||
4,3,2,2,4,8,1,11,2,8,1
|
||||
1,10,4,2,3,10,3,13,2,12,1
|
||||
1,4,3,6,3,7,2,8,1,8,1
|
||||
2,2,4,7,4,10,1,13,2,6,0
|
||||
2,11,4,7,1,7,1,12,3,6,1
|
||||
2,13,3,3,2,2,3,4,1,4,1
|
||||
4,12,2,8,2,6,1,2,3,2,1
|
||||
4,3,1,12,1,5,2,6,2,12,1
|
||||
2,2,4,1,2,13,1,7,4,8,0
|
||||
2,7,3,12,4,1,3,7,1,3,1
|
||||
4,9,2,9,1,3,4,2,4,4,1
|
||||
1,8,1,1,4,11,4,3,1,5,0
|
||||
4,8,2,13,1,6,2,7,1,2,0
|
||||
2,2,2,10,4,13,3,12,2,9,0
|
||||
2,11,4,10,2,13,2,12,4,11,1
|
||||
2,9,3,6,2,1,1,1,4,2,1
|
||||
3,7,4,7,2,6,1,11,1,8,1
|
||||
1,10,1,4,2,10,2,8,4,2,1
|
||||
2,13,1,2,2,12,1,10,1,8,0
|
||||
4,11,4,5,1,1,1,3,4,6,0
|
||||
1,2,4,11,1,9,2,7,4,12,0
|
||||
2,2,4,5,2,9,4,13,3,5,1
|
||||
3,8,3,10,1,4,4,12,2,3,0
|
||||
4,11,2,5,3,7,2,8,3,12,0
|
||||
4,5,3,8,4,1,4,7,2,5,1
|
||||
4,9,3,13,2,9,1,11,2,3,1
|
||||
2,2,4,4,1,5,1,4,2,11,1
|
||||
4,6,2,12,4,9,1,7,3,3,0
|
||||
1,3,3,4,2,5,3,13,2,12,0
|
||||
4,12,4,7,2,1,4,9,2,6,0
|
||||
2,6,3,8,4,8,2,11,2,5,1
|
||||
3,11,2,12,1,13,3,6,1,2,0
|
||||
4,3,2,9,3,6,3,11,3,8,0
|
||||
4,5,2,8,3,1,1,10,2,3,0
|
||||
2,2,3,9,3,6,1,1,3,13,0
|
||||
1,3,3,9,4,1,4,9,1,12,1
|
||||
1,2,2,2,3,3,3,11,2,3,2
|
||||
1,8,3,1,1,3,3,4,2,8,1
|
||||
2,8,4,4,3,3,4,2,1,3,1
|
||||
4,2,1,12,4,12,1,6,2,1,1
|
||||
2,11,3,3,2,2,4,10,1,11,1
|
||||
2,12,3,4,3,13,3,11,2,1,0
|
||||
3,6,2,1,3,3,4,8,3,1,1
|
||||
1,13,1,2,4,9,4,12,4,4,0
|
||||
4,13,1,7,4,8,4,2,3,8,1
|
||||
4,12,1,7,3,9,1,5,4,4,0
|
||||
4,1,4,9,4,11,4,4,3,9,1
|
||||
1,1,2,2,1,5,3,8,3,12,0
|
||||
4,12,3,12,4,1,1,12,1,10,3
|
||||
2,11,1,1,3,9,2,12,1,5,0
|
||||
1,5,2,10,1,7,4,12,4,8,0
|
||||
4,9,3,10,3,11,4,8,2,10,1
|
||||
2,4,2,12,2,10,2,2,3,9,0
|
||||
3,8,3,7,4,11,4,7,3,5,1
|
||||
3,11,4,6,1,7,2,8,3,13,0
|
||||
2,8,2,10,4,3,3,8,1,7,1
|
||||
1,8,1,4,3,9,3,1,4,9,1
|
||||
1,5,1,12,4,12,2,9,4,6,1
|
||||
4,12,3,6,4,1,3,2,2,6,1
|
||||
1,4,4,1,2,11,3,8,1,9,0
|
||||
1,1,3,9,3,6,4,11,1,5,0
|
||||
4,1,2,7,2,10,2,12,2,8,0
|
||||
1,8,4,2,4,13,3,2,1,3,1
|
||||
1,13,1,11,2,2,3,9,3,12,0
|
||||
4,5,2,13,2,10,4,13,1,4,1
|
||||
2,11,4,3,4,2,4,4,4,12,0
|
||||
4,7,2,13,2,3,1,13,1,11,1
|
||||
3,9,1,3,2,9,1,5,2,10,1
|
||||
2,5,3,1,1,12,3,9,1,7,0
|
||||
2,2,1,11,1,10,3,7,4,10,1
|
||||
1,4,3,13,2,8,4,4,1,1,1
|
||||
4,7,3,8,1,8,4,11,4,12,1
|
||||
3,4,1,6,4,13,1,13,2,5,1
|
||||
1,13,2,9,3,6,3,2,1,7,0
|
||||
3,13,4,3,4,7,4,8,3,8,1
|
||||
3,10,1,1,1,13,3,2,2,5,0
|
||||
2,12,1,12,2,10,3,8,3,11,1
|
||||
1,7,4,6,4,11,3,11,2,2,1
|
||||
1,7,4,13,1,9,4,4,1,11,0
|
||||
1,2,2,4,1,1,1,7,2,1,1
|
||||
2,2,4,7,4,5,2,13,3,8,0
|
||||
1,3,2,6,3,11,2,4,2,13,0
|
||||
4,12,4,11,4,13,4,7,3,4,0
|
||||
4,2,3,5,4,13,3,8,2,1,0
|
||||
2,1,1,10,3,8,1,8,4,9,1
|
||||
2,5,1,10,4,10,2,2,3,11,1
|
||||
1,12,4,10,2,6,3,12,2,7,1
|
||||
4,4,1,2,1,7,4,13,2,12,0
|
||||
1,6,2,2,1,3,4,10,1,5,0
|
||||
2,12,3,8,3,5,2,5,1,3,1
|
||||
3,12,2,8,4,13,4,3,4,2,0
|
||||
3,8,2,12,4,11,2,1,2,8,1
|
||||
1,5,1,3,4,3,1,6,1,9,1
|
||||
4,8,4,4,2,8,1,10,4,7,1
|
||||
2,13,3,8,3,6,1,1,4,3,0
|
||||
2,6,2,12,4,10,2,11,2,1,0
|
||||
2,11,1,8,4,3,1,12,3,1,0
|
||||
4,2,1,4,3,4,4,1,1,9,1
|
||||
1,12,2,7,2,8,3,1,4,5,0
|
||||
4,4,1,8,4,5,2,2,2,10,0
|
||||
1,3,4,5,4,2,4,1,2,9,0
|
||||
2,3,3,11,4,5,3,8,1,3,1
|
||||
1,7,1,3,3,6,2,1,1,12,0
|
||||
4,13,1,4,2,8,4,2,4,11,0
|
||||
4,13,3,6,2,4,1,4,2,13,2
|
||||
1,4,2,5,2,3,2,9,1,3,1
|
||||
2,3,2,6,2,4,1,2,4,2,1
|
||||
2,6,2,7,4,4,4,9,2,5,0
|
||||
4,10,1,12,3,10,4,11,4,5,1
|
||||
2,11,4,3,2,13,4,5,3,4,0
|
||||
2,11,4,1,3,7,1,6,2,13,0
|
||||
1,11,3,8,3,2,2,8,3,3,1
|
||||
4,11,2,2,4,13,1,6,2,13,1
|
||||
2,1,2,8,4,1,3,5,2,11,1
|
||||
1,3,2,6,2,8,3,2,1,13,0
|
||||
4,11,3,3,1,6,4,9,4,2,0
|
||||
3,9,4,8,2,12,4,1,2,8,1
|
||||
3,5,1,4,4,8,3,13,1,12,0
|
||||
1,8,2,12,2,6,2,9,4,13,0
|
||||
1,2,4,5,4,11,3,8,1,13,0
|
||||
2,11,1,13,1,12,3,5,4,4,0
|
||||
3,4,4,9,4,11,2,2,3,7,0
|
||||
3,2,2,11,1,12,3,9,2,9,1
|
||||
3,12,2,12,1,10,4,13,3,7,1
|
||||
3,5,1,12,3,12,4,10,2,4,1
|
||||
2,10,2,13,4,6,2,9,1,8,0
|
||||
3,5,4,13,3,9,2,6,1,9,1
|
||||
1,12,4,6,4,5,4,3,3,11,0
|
||||
4,10,3,7,1,2,2,8,1,1,0
|
||||
3,11,4,3,1,13,1,4,1,8,0
|
||||
3,10,2,4,3,9,1,11,1,13,0
|
||||
3,8,4,7,3,2,1,9,3,11,0
|
||||
1,6,3,8,1,13,1,8,2,1,1
|
||||
1,12,1,3,4,11,4,12,2,4,1
|
||||
1,12,4,13,3,8,4,7,2,8,1
|
||||
4,12,1,10,3,7,1,9,4,9,1
|
||||
4,5,4,9,1,7,2,3,2,2,0
|
||||
3,2,4,12,2,1,2,3,1,4,0
|
||||
2,3,1,6,3,1,4,1,3,10,1
|
||||
3,8,2,5,1,12,3,9,4,3,0
|
||||
2,2,3,9,2,1,2,5,4,9,1
|
||||
2,2,1,8,4,9,4,3,3,7,0
|
||||
1,9,1,12,3,8,1,3,4,6,0
|
||||
1,13,3,1,1,9,1,5,2,9,1
|
||||
1,12,3,3,3,7,1,3,4,12,2
|
||||
3,4,1,2,2,11,3,6,1,7,0
|
||||
1,10,1,5,4,4,1,13,2,1,0
|
||||
2,1,2,8,4,9,2,3,2,7,0
|
||||
3,7,3,6,2,6,2,9,3,11,1
|
||||
2,3,4,7,2,5,1,10,4,4,0
|
||||
4,8,2,9,2,12,3,5,2,8,1
|
||||
4,7,3,12,4,1,2,9,2,4,0
|
||||
3,12,3,8,3,1,4,2,2,2,1
|
||||
4,13,2,7,1,9,1,7,1,1,1
|
||||
2,9,4,9,1,13,1,5,2,13,2
|
||||
4,5,2,7,3,3,4,2,1,4,0
|
||||
1,2,4,4,3,9,3,13,1,12,0
|
||||
1,1,3,4,2,4,4,2,3,13,1
|
||||
1,5,1,3,4,7,4,4,4,12,0
|
||||
1,1,2,2,3,7,1,3,2,11,0
|
||||
2,9,4,10,3,5,2,13,1,2,0
|
||||
1,13,1,8,3,10,3,1,4,7,0
|
||||
3,9,2,9,2,8,1,4,4,1,1
|
||||
3,9,4,7,4,1,2,6,3,3,0
|
||||
4,1,2,11,1,10,1,11,2,8,1
|
||||
4,2,2,8,2,12,1,2,2,7,1
|
||||
3,3,1,12,4,5,1,13,2,12,1
|
||||
3,1,1,6,4,9,1,9,4,11,1
|
||||
1,2,2,11,1,10,3,13,3,3,0
|
||||
2,2,2,11,2,4,1,9,4,13,0
|
||||
4,2,1,12,2,4,3,8,4,12,1
|
||||
2,3,4,11,3,13,1,11,1,12,1
|
||||
3,11,2,1,1,13,3,12,1,9,0
|
||||
3,7,1,10,3,12,2,7,3,5,1
|
||||
1,11,3,10,2,3,3,8,2,12,0
|
||||
3,12,2,8,3,10,1,11,4,5,0
|
||||
1,5,4,11,1,10,2,1,3,9,0
|
||||
3,4,3,11,4,4,2,12,1,12,2
|
||||
2,5,3,12,1,8,4,8,3,5,2
|
||||
4,9,3,7,4,11,2,9,2,2,1
|
||||
3,2,2,10,1,6,4,2,4,7,1
|
||||
4,13,1,12,3,5,4,2,2,1,0
|
||||
2,9,1,8,4,7,1,4,3,3,0
|
||||
4,12,4,10,1,13,3,8,1,5,0
|
||||
1,12,4,3,1,13,4,2,1,2,1
|
||||
3,1,4,13,4,1,3,5,1,11,1
|
||||
2,11,4,6,1,5,2,3,3,10,0
|
||||
4,13,3,4,1,7,3,11,4,7,1
|
||||
1,12,3,6,3,3,1,11,1,6,1
|
||||
4,11,2,4,2,1,1,1,2,5,1
|
||||
1,13,2,7,3,9,1,10,4,9,1
|
||||
3,12,4,4,1,3,4,9,1,9,1
|
||||
4,2,3,5,4,12,2,6,2,1,0
|
||||
3,5,4,2,1,2,3,4,4,11,1
|
||||
3,8,3,4,1,3,4,11,1,4,1
|
||||
4,3,3,8,2,5,3,3,2,2,1
|
||||
3,2,1,3,4,2,4,4,3,1,1
|
||||
2,5,4,6,1,11,3,10,1,6,1
|
||||
4,5,4,4,1,7,2,9,2,1,0
|
||||
2,2,1,8,2,12,2,3,3,5,0
|
||||
2,3,2,7,2,5,1,4,2,11,0
|
||||
1,11,2,13,3,8,3,5,1,7,0
|
||||
4,4,3,10,4,9,2,9,3,6,1
|
||||
2,11,4,11,2,1,1,9,2,5,1
|
||||
3,8,4,9,2,3,2,10,4,10,1
|
||||
1,7,1,10,2,7,3,4,3,11,1
|
||||
1,4,1,2,2,12,3,6,3,7,0
|
||||
1,6,1,8,4,12,2,6,2,7,1
|
||||
2,3,2,8,1,8,2,12,2,9,1
|
||||
1,3,2,3,2,4,2,1,2,2,1
|
||||
2,10,3,4,3,1,2,6,4,8,0
|
||||
3,3,3,10,2,8,1,2,4,4,0
|
||||
1,2,3,10,1,7,4,8,1,1,0
|
||||
4,6,4,2,4,10,4,11,2,10,1
|
||||
1,12,2,10,3,1,2,4,1,9,0
|
||||
4,11,4,9,1,9,1,10,1,12,1
|
||||
1,4,3,8,3,13,4,3,4,5,0
|
||||
1,3,1,10,3,9,2,1,1,1,1
|
||||
3,11,2,2,1,2,3,5,2,8,1
|
||||
2,13,1,12,3,10,4,4,1,5,0
|
||||
2,2,3,3,3,13,2,5,1,6,0
|
||||
2,2,1,3,1,6,2,8,3,12,0
|
||||
4,2,4,12,2,1,4,11,3,11,1
|
||||
2,5,4,10,1,6,4,1,1,8,0
|
||||
3,10,4,9,3,5,4,3,3,8,0
|
||||
1,6,4,8,1,2,3,9,3,6,1
|
||||
1,3,3,7,2,8,4,2,3,2,1
|
||||
2,8,2,10,4,4,2,9,1,3,0
|
||||
1,10,2,1,3,8,2,2,1,4,0
|
||||
4,9,3,7,4,7,4,12,2,10,1
|
||||
2,5,2,1,2,10,1,10,3,12,1
|
||||
4,3,4,11,3,7,3,8,3,6,0
|
||||
1,7,2,13,2,11,4,10,2,2,0
|
||||
2,4,1,13,4,6,4,10,3,5,0
|
||||
3,1,2,11,4,2,1,1,2,1,3
|
||||
3,10,4,10,2,5,1,7,3,4,1
|
||||
4,6,3,7,3,3,1,13,1,5,0
|
||||
1,7,2,10,1,5,3,6,2,4,0
|
||||
4,2,2,9,3,13,1,9,3,2,2
|
||||
4,4,3,13,1,3,3,5,4,6,0
|
||||
2,10,2,12,1,3,2,9,1,13,0
|
||||
4,9,2,2,3,12,3,5,1,13,0
|
||||
2,11,4,9,1,13,4,1,1,9,1
|
||||
1,12,3,8,1,6,4,2,4,12,1
|
||||
1,3,4,2,2,4,2,3,4,10,1
|
||||
4,1,2,1,3,2,2,8,2,13,1
|
||||
2,4,2,11,1,2,2,10,2,3,0
|
||||
2,4,2,13,2,12,2,3,4,5,0
|
||||
1,7,4,3,2,9,4,5,3,9,1
|
||||
3,11,4,8,1,7,2,3,4,1,0
|
||||
2,4,1,3,3,10,2,10,2,9,1
|
||||
1,6,2,3,3,2,1,11,3,11,1
|
||||
3,5,4,1,1,10,3,6,1,4,0
|
||||
3,6,1,4,1,2,1,11,4,9,0
|
||||
4,12,1,13,4,2,2,3,2,2,1
|
||||
3,9,2,4,4,11,3,1,4,9,1
|
||||
3,5,4,1,1,5,2,9,3,1,2
|
||||
2,2,1,13,3,9,4,5,4,4,0
|
||||
2,8,2,3,2,11,3,12,4,12,1
|
||||
1,10,1,13,2,6,3,11,4,6,1
|
||||
4,3,1,4,4,11,2,1,1,11,1
|
||||
1,12,4,9,1,7,2,3,3,9,1
|
||||
4,6,2,9,2,1,1,1,3,11,1
|
||||
3,1,2,9,1,3,4,12,3,6,0
|
||||
4,1,1,11,2,13,4,6,4,7,0
|
||||
4,2,2,13,4,12,2,8,1,4,0
|
||||
1,1,2,8,3,7,2,12,4,11,0
|
||||
4,11,1,12,1,9,3,9,2,8,1
|
||||
2,5,3,6,4,1,2,6,2,11,1
|
||||
3,3,1,13,1,11,1,3,1,4,1
|
||||
4,6,2,12,3,6,2,6,3,4,3
|
||||
1,8,3,7,1,9,3,9,3,8,2
|
||||
4,5,2,9,2,8,4,1,3,5,1
|
||||
2,1,3,12,2,7,1,2,4,12,1
|
||||
2,11,4,13,1,5,2,1,1,3,0
|
||||
2,6,2,10,3,6,2,11,4,5,1
|
||||
4,4,2,3,1,7,4,6,1,10,0
|
||||
1,12,2,6,2,13,1,9,3,6,1
|
||||
2,2,4,2,4,13,1,9,4,5,1
|
||||
2,10,3,6,2,3,1,1,2,12,0
|
||||
1,3,3,4,3,12,4,8,4,10,0
|
||||
3,13,3,10,4,10,4,7,2,10,3
|
||||
2,9,4,12,4,7,2,11,1,5,0
|
||||
1,3,3,2,3,13,4,13,2,12,1
|
||||
4,2,2,13,2,4,4,7,3,8,0
|
||||
|
5001
examples/data/poker/poker5000.csv
Normal file
5001
examples/data/poker/poker5000.csv
Normal file
File diff suppressed because it is too large
Load Diff
50001
examples/data/poker/poker50000.csv
Normal file
50001
examples/data/poker/poker50000.csv
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user