jBNC Toolbox

jbnc
Class DatasetInfo

java.lang.Object
  extended byjbnc.DatasetInfo

public class DatasetInfo
extends java.lang.Object

Reads data sets in C4.5 format and prints information about the content.

Since:
June 1, 1999
Author:
Jarek Sacha

Constructor Summary
DatasetInfo()
           
 
Method Summary
protected static void countClasses(java.util.Vector cases, AttributeSpecs[] names)
           
protected static void infoData(java.lang.String fileName, AttributeSpecs[] names)
           
protected static AttributeSpecs[] infoNames(java.lang.String fileName)
           
static void listFilestem(java.lang.String filestem)
          Description of the Method
static void main(java.lang.String[] args)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetInfo

public DatasetInfo()
Method Detail

main

public static void main(java.lang.String[] args)
Description of the Method

Parameters:
args - The command line arguments

listFilestem

public static void listFilestem(java.lang.String filestem)
Description of the Method

Parameters:
filestem - Description of Parameter

infoNames

protected static AttributeSpecs[] infoNames(java.lang.String fileName)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

infoData

protected static void infoData(java.lang.String fileName,
                               AttributeSpecs[] names)
                        throws java.lang.Exception
Throws:
java.lang.Exception

countClasses

protected static void countClasses(java.util.Vector cases,
                                   AttributeSpecs[] names)

SourceForge.net Logo