|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDData
de.unihalle.informatik.Alida.demo.CopyOfExperimentalData
@ALDParametrizedClass public class CopyOfExperimentalData
This class is a toy implementation of experimental data for a demo of Alida's parametrized classes. The complete experiment consists of a number of repetitions of sub experiments. In each of these the same features (measurements) are recorded.
The measurements a represented in a 2D array of Doubles, where each row represents one sub experiment and the rows the distinct features.
Constructor Summary | |
---|---|
CopyOfExperimentalData()
Standard constructor is required |
|
CopyOfExperimentalData(java.lang.String description,
java.lang.Double data)
Constructor for an experiment. |
|
CopyOfExperimentalData(java.lang.String description,
java.lang.Double data,
boolean normalized)
Constructor for an experiment. |
Method Summary | |
---|---|
java.lang.Double |
getData()
Return the data |
java.lang.String |
getDescription()
Get description. |
boolean |
isNormalized()
Query if data are normalized to zero mean within each feature. |
void |
print()
Print this data object to standard out |
Methods inherited from class de.unihalle.informatik.Alida.operator.ALDData |
---|
cloneProperties, getLocation, getProperty, getPropertyKeys, setLocation, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyOfExperimentalData()
public CopyOfExperimentalData(java.lang.String description, java.lang.Double data)
description
- a textual description of the experimentdata
- measurementspublic CopyOfExperimentalData(java.lang.String description, java.lang.Double data, boolean normalized)
description
- a textual description of the experimentdata
- measurementsnormalized
- true if the data are normalizedMethod Detail |
---|
public void print()
ALDData
print
in class ALDData
public java.lang.Double getData()
public java.lang.String getDescription()
public boolean isNormalized()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |