org.itc.irst.tcc.sre.data
Class VectorSet

java.lang.Object
  extended by org.itc.irst.tcc.sre.data.ExampleSet
      extended by org.itc.irst.tcc.sre.data.VectorSet
All Implemented Interfaces:
ExampleSetReader, ExampleSetWriter

public class VectorSet
extends ExampleSet

TO DO

Since:
1.0
Version:
%I%, %G%
Author:
Claudio Giuliano

Field Summary
 
Fields inherited from class org.itc.irst.tcc.sre.data.ExampleSet
logger
 
Constructor Summary
VectorSet()
           
 
Method Summary
 ExampleSet copy()
          Returns a shallow copy of this ExampleSet instance: the instances, ids and class labels themselves are not cloned.
 void read(java.io.Reader in)
           
 void write(java.io.Writer out)
           
 
Methods inherited from class org.itc.irst.tcc.sre.data.ExampleSet
add, addAll, classArray, classes, classFreq, clear, getClassCount, id, size, toString, x, y
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VectorSet

public VectorSet()
Method Detail

write

public void write(java.io.Writer out)
           throws java.io.IOException
Throws:
java.io.IOException

read

public void read(java.io.Reader in)
          throws java.io.IOException
Throws:
java.io.IOException

copy

public ExampleSet copy()
Returns a shallow copy of this ExampleSet instance: the instances, ids and class labels themselves are not cloned.

Specified by:
copy in class ExampleSet
Returns:
a shallow copy of this example set.