Inheritance diagram for kddml.Core.DataSources.ARFFFactory:
Public Member Functions | |
ARFFFactory (java.io.File f, BufferedReader arff_path) throws kddml. Core.KDDMLCoreException | |
Protected Member Functions | |
Instance | nextInstance (Instances schema) throws InternalTableException |
Attribute | getAttribute (int i) throws KDDMLCoreException |
int | getNumberOfAttributes () |
String | getRelationName () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor given the physical file containing the object and the string containing the ARFF path.
|
|
Returns the next instance from the input resource. Returns null if no more instances are available.
Implements kddml.Core.DataSources.InternalTableExternalFactory. |
|
Returns the i-th attribute belonging to the data schema. Attribute number starts from 0.
Implements kddml.Core.DataSources.InternalTableExternalFactory. |
|
Returns the number of attributes of the table.
Implements kddml.Core.DataSources.InternalTableExternalFactory. |
|
Returns the relation name of this table.
Implements kddml.Core.DataSources.InternalTableExternalFactory. |