コード例 #1
0
ファイル: InstanceBased.java プロジェクト: sevenihust/OpenML
 public void toStdout() throws IOException {
   Output.instanes2file(resultSet, new OutputStreamWriter(System.out));
 }
コード例 #2
0
ファイル: InstanceBased.java プロジェクト: openml/OpenML
 public void toStdout(String[] leadingComments) throws IOException {
   Output.instanes2file(resultSet, new OutputStreamWriter(System.out), leadingComments);
 }