jbnc
Class DatasetInfo
java.lang.Object
jbnc.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatasetInfo
public DatasetInfo()
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)