Module datarush.library
Class ARFFAnalyzer.Analysis
java.lang.Object
com.pervasive.datarush.operators.io.textfile.ARFFAnalyzer.Analysis
- Enclosing class:
- ARFFAnalyzer
Contains the results of analyzing an ARFF file. This includes
information about the schema, the embedded comments, and the
representation mode (either sparse or dense).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the comments present in the source file.getMode()Gets the data representation mode used in the source file.Gets the name of the relation property of the source file.Gets the schema for parsing the source file.
-
Constructor Details
-
Analysis
public Analysis()
-
-
Method Details
-
getRelationName
Gets the name of the relation property of the source file.- Returns:
- the relation contained in the source
-
getMode
Gets the data representation mode used in the source file.- Returns:
- the representation format of the source
-
getSchema
Gets the schema for parsing the source file. This is derived from the schema information present in the source.- Returns:
- the schema for data records in the source
-
getComments
Gets the comments present in the source file. The list of comments is in the same order as in the source.- Returns:
- the comments in the source
-