|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math.random.EmpiricalDistributionImpl.DataAdapterFactory
private class EmpiricalDistributionImpl.DataAdapterFactory
Factory of DataAdapter
objects. For every supported source
of data (array of doubles, file, etc.) an instance of the proper object
is returned.
Constructor Summary | |
---|---|
private |
EmpiricalDistributionImpl.DataAdapterFactory()
|
Method Summary | |
---|---|
EmpiricalDistributionImpl.DataAdapter |
getAdapter(java.lang.Object in)
Creates a DataAdapter from a data object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private EmpiricalDistributionImpl.DataAdapterFactory()
Method Detail |
---|
public EmpiricalDistributionImpl.DataAdapter getAdapter(java.lang.Object in)
in
- object providing access to the data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |