Neural Networks  0.0.1
 All Classes Functions Variables Pages
Static Public Member Functions | List of all members
Parser Class Reference

Static Public Member Functions

static DataSet parseARFF (String filename) throws java.io.FileNotFoundException, java.io.IOException
 

Detailed Description

Parser for arff format

Member Function Documentation

static DataSet Parser.parseARFF ( String  filename) throws java.io.FileNotFoundException, java.io.IOException
inlinestatic

This method will parse the arff format file and return a DataSet object

Parameters
filenamefile to be parsed
Returns
DataSet parsed from the file
Exceptions
Exception

List of attributes

List of labels

Possible delimeters for the ARFF format

Data set to return


The documentation for this class was generated from the following file: