org.gcube.data.harmonization.occurrence.impl.model.statistical
Class StatisticalFeature

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.impl.model.statistical.StatisticalFeature

public class StatisticalFeature
extends Object


Constructor Summary
StatisticalFeature()
           
StatisticalFeature(List<AlgorithmParameter> parameters, StatisticalComputation computation)
           
 
Method Summary
 StatisticalComputation getComputation()
           
 List<AlgorithmParameter> getParameters()
           
 void setComputation(StatisticalComputation computation)
           
 void setParameters(List<AlgorithmParameter> parameters)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticalFeature

public StatisticalFeature()

StatisticalFeature

public StatisticalFeature(List<AlgorithmParameter> parameters,
                          StatisticalComputation computation)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getParameters

public List<AlgorithmParameter> getParameters()
Returns:
the parameters

setParameters

public void setParameters(List<AlgorithmParameter> parameters)
Parameters:
parameters - the parameters to set

getComputation

public StatisticalComputation getComputation()
Returns:
the computation

setComputation

public void setComputation(StatisticalComputation computation)
Parameters:
computation - the computation to set


Copyright © 2013. All Rights Reserved.