private final PreFoldCallRaiseInstances preFoldCallRaiseInstance;
private final PostFoldCallRaiseInstances postFoldCallRaiseInstance;
private final ShowdownInstances showdownInstance;
public WekaModel() {
this.preCheckBetInstance = new PreCheckBetInstances("PreCheckBet", "@attribute prob real" + InstancesBuilder.nl);
this.postCheckBetInstance = new PostCheckBetInstances("PostCheckBet", "@attribute prob real" + InstancesBuilder.nl);
this.preFoldCallRaiseInstance = new PreFoldCallRaiseInstances("PreFoldCallRaise", "@attribute prob real" + InstancesBuilder.nl);
this.postFoldCallRaiseInstance = new PostFoldCallRaiseInstances("PostFoldCallRaise", "@attribute prob real" + InstancesBuilder.nl);
this.showdownInstance = new ShowdownInstances("Showdown", "@attribute prob real" + InstancesBuilder.nl);
}