org.dllearner.examples
Class PokerTransformer

java.lang.Object
  extended by org.dllearner.examples.PokerTransformer

public class PokerTransformer
extends Object

Transforms UCI-ML-Repository Poker example to a conf file.

Author:
jl

Constructor Summary
PokerTransformer()
           
 
Method Summary
 boolean equalDecks(PokerHand deck1, PokerHand deck2)
           
 boolean hasKing(PokerHand deck)
           
 boolean isInCards(PokerCard card, PokerHand deck)
           
static void main(String[] args)
           
 void transform()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PokerTransformer

public PokerTransformer()
Method Detail

main

public static void main(String[] args)

transform

public void transform()

equalDecks

public boolean equalDecks(PokerHand deck1,
                          PokerHand deck2)

isInCards

public boolean isInCards(PokerCard card,
                         PokerHand deck)

hasKing

public boolean hasKing(PokerHand deck)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann