|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.example.AbstractDataRowReader
edu.udo.cs.yale.example.SPSSDataRowReader
public class SPSSDataRowReader
SPSSDataRowReader implements a DataRowReader that reads DataRows from an SPSS file.
Nested Class Summary | |
---|---|
private class |
SPSSDataRowReader.DictionaryTermination
|
private class |
SPSSDataRowReader.Document
|
private class |
SPSSDataRowReader.SPSSFileHeader
|
private class |
SPSSDataRowReader.ValueLabels
|
private class |
SPSSDataRowReader.ValueLabelVariable
|
private class |
SPSSDataRowReader.Variable
|
Field Summary | |
---|---|
(package private) Attribute[] |
attributes
|
(package private) AttributeSet |
attributeSet
|
private int |
commandCodeCounter
|
(package private) java.lang.String[] |
data
|
(package private) DataRowFactory |
dataRowFactory
|
private boolean |
eof
|
(package private) SPSSDataRowReader.SPSSFileHeader |
fileHeader
|
(package private) java.io.FileInputStream |
fileReader
|
private boolean |
lineRead
|
private int |
linesRead
|
(package private) byte[] |
readBuffer
|
private boolean |
recodeUserMissings
|
(package private) boolean |
reverseEndian
|
private double |
sampleRatio
|
private int |
sampleSize
|
private boolean |
useValueLabels
|
(package private) java.util.LinkedHashMap<java.lang.Integer,java.lang.Integer> |
variableNrTranslations
|
(package private) java.util.List<SPSSDataRowReader.Variable> |
variables
|
Constructor Summary | |
---|---|
SPSSDataRowReader(DataRowFactory factory,
java.io.File file,
boolean useVarLabels,
boolean useValueLabels,
boolean recodeUserMissings,
double sampleRatio,
int sampleSize)
|
Method Summary | |
---|---|
private double |
extractDouble(byte[] value,
int offset)
Extracts double from byte array. |
private int |
extractInt(byte[] value,
int offset)
Extracts int from byte array. |
private java.lang.String |
extractString(byte[] value,
int offset,
int length)
Extracts string from byte array. |
AttributeSet |
getAttributeSet()
Returns the set of attributes read from file. |
boolean |
hasNext()
Checks if another line exists and reads. |
DataRow |
next()
Returns the next Example. |
private java.lang.String[] |
readLine()
Reads another line. |
Methods inherited from class edu.udo.cs.yale.example.AbstractDataRowReader |
---|
getFactory, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.io.FileInputStream fileReader
byte[] readBuffer
boolean reverseEndian
SPSSDataRowReader.SPSSFileHeader fileHeader
java.util.List<SPSSDataRowReader.Variable> variables
java.util.LinkedHashMap<java.lang.Integer,java.lang.Integer> variableNrTranslations
AttributeSet attributeSet
Attribute[] attributes
private boolean eof
private boolean lineRead
private double sampleRatio
private int sampleSize
private boolean useValueLabels
private boolean recodeUserMissings
private int linesRead
private int commandCodeCounter
java.lang.String[] data
DataRowFactory dataRowFactory
Constructor Detail |
---|
public SPSSDataRowReader(DataRowFactory factory, java.io.File file, boolean useVarLabels, boolean useValueLabels, boolean recodeUserMissings, double sampleRatio, int sampleSize) throws java.io.IOException
factory
- A DataRowFactory
, that creates DataRow
s.file
- Name of the SPSS file which is to be read.useVarLabels
- Use SPSS variable labels as attribute names.useValueLabels
- Use SPSS value labels as attribute values.recodeUserMissings
- Recode SPSS user defined missings to YALE missing values.sampleRatio
- Ratio of examples that should be sampled.sampleSize
- Total number of examples which should be read.
java.io.IOException
Method Detail |
---|
private int extractInt(byte[] value, int offset)
private double extractDouble(byte[] value, int offset)
private java.lang.String extractString(byte[] value, int offset, int length)
private java.lang.String[] readLine() throws java.io.IOException
java.io.IOException
public boolean hasNext()
public DataRow next()
public AttributeSet getAttributeSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |