lio.probdistributions.contchain
Class ContinuousProbDistribution

java.lang.Object
  extended by lio.probdistributions.contchain.ContinuousProbDistribution
All Implemented Interfaces:
LiOResource, ProbDistribution
Direct Known Subclasses:
MarginalProbabilityVector

public abstract class ContinuousProbDistribution
extends java.lang.Object
implements ProbDistribution

This class implements the common features and data structures for continuous probability distributions.


Field Summary
protected  SetAnalysis data
          Encapsulates the population in order to obtain statistics
protected  int size
          Size of the model
 
Constructor Summary
ContinuousProbDistribution()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lio.probdistributions.ProbDistribution
learn, sample
 
Methods inherited from interface lio.core.LiOResource
getDefinition
 

Field Detail

data

protected SetAnalysis data
Encapsulates the population in order to obtain statistics


size

protected int size
Size of the model

Constructor Detail

ContinuousProbDistribution

public ContinuousProbDistribution()