|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for Database
access.
Method Summary | |
TimeSeries |
getAnom002ModelTS(java.util.Date d1,
java.util.Date d2)
|
java.util.Vector |
getData(java.lang.String theDb,
java.util.Date sd,
java.util.Date ed)
Gets a Vector of Database objects. |
java.util.Vector |
getDatabaseList()
Gets a list of available Database s. |
MetaData |
getMetaData(java.lang.String theDb)
Gets the MetaData for this Database . |
NetworkParam |
getNetworkParam(java.lang.String netParam)
Gets the parameters for the neural network. |
NormParam |
getNormParam(java.lang.String normParam,
int nof)
Gets the normalization parameters needed for the preprocessing of a TimeSeries object before it is input to a network. |
TimeSeries |
getTimeSeries(java.lang.String theDb,
java.util.Date sd,
java.util.Date ed)
Gets a TimeSeries object. |
TimeSeries |
retrieveElFluence()
|
TimeSeries |
retrieveElFluence(java.util.Date d)
|
ObjectTimeSeries |
retrieveOTS(java.lang.String theDB,
java.util.Date sd,
java.util.Date ed,
boolean before)
Gets an ObjectTimeSeries containing data between
the dates. |
TimeSeries |
retrieveSEA(java.lang.String theDB,
int fieldIndex,
java.util.Date[] events,
long start,
long end,
boolean withAdditionalInfo)
Retrieves a TimeSeries object containing the averaged data for the input event list. |
Method Detail |
public java.util.Vector getDatabaseList() throws java.rmi.RemoteException
Database
s.Vector
of Database
namesjava.rmi.RemoteException
- network/io problempublic MetaData getMetaData(java.lang.String theDb) throws java.rmi.RemoteException
MetaData
for this Database
.theDb
- Database
nameMetaData
for this Database
java.rmi.RemoteException
- network/io problempublic java.util.Vector getData(java.lang.String theDb, java.util.Date sd, java.util.Date ed) throws java.rmi.RemoteException, java.io.IOException
Vector
of Database
objects.theDb
- Database
namesd
- start date/timeed
- end date/timejava.rmi.RemoteException
- network/io problemjava.io.IOException
- when io problem or no data for this timepublic TimeSeries getTimeSeries(java.lang.String theDb, java.util.Date sd, java.util.Date ed) throws java.rmi.RemoteException, java.io.IOException
TimeSeries
object.theDb
- Database
namesd
- start date/timeed
- end date/timeTimeSeries
java.rmi.RemoteException
- network/io problemjava.io.IOException
- when io problem or no data for this timepublic ObjectTimeSeries retrieveOTS(java.lang.String theDB, java.util.Date sd, java.util.Date ed, boolean before) throws java.io.IOException, IllegalTimeSeriesException
ObjectTimeSeries
containing data between
the dates.theDB
- SAAPS database namesd
- start date for searched
- end date for searchbefore
- if true
then the first object returned
is before the start search date.public TimeSeries retrieveSEA(java.lang.String theDB, int fieldIndex, java.util.Date[] events, long start, long end, boolean withAdditionalInfo) throws java.rmi.RemoteException, TimeSeriesIndexException, IllegalTimeSeriesException, java.io.IOException
Database.retrieveSEA(int, Date[], long, long, boolean )
.theDB
- name of the SAAPS Database
fieldIndex
- index of the data fieldevents
- array of event timesstart
- event window starts here (normally negative [milliseconds])end
- event window ends here (normally positiv [milliseconds])withAdditionalInfo
- if true
get also the number of
data points and the standard deviation from the average.TimeSeries
object with fieldName
data for start to end time for every eventTimeSeriesIndexException
- when fieldIndex
is out of boundsjava.io.IOException
- when data for any of the event times are missingpublic NetworkParam getNetworkParam(java.lang.String netParam) throws java.rmi.RemoteException
netParam
- network parameter nameNetworkParam
java.rmi.RemoteException
- network/io problempublic NormParam getNormParam(java.lang.String normParam, int nof) throws java.rmi.RemoteException
TimeSeries
object before it is input to a network.normParam
- normalization parameter namenof
- number of fieldsNormParam
java.rmi.RemoteException
- network/io problempublic TimeSeries retrieveElFluence() throws java.rmi.RemoteException
public TimeSeries retrieveElFluence(java.util.Date d) throws java.rmi.RemoteException
public TimeSeries getAnom002ModelTS(java.util.Date d1, java.util.Date d2) throws java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |