public class CountRepository extends Object
| Constructor and Description |
|---|
CountRepository() |
CountRepository(String evt) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSupportCount(double increment,
String... events) |
void |
addSupportCount(String... events) |
void |
copy(CountRepository rhs) |
Map<String,CountRepository> |
getChain() |
double |
getConditionalProbability(String eventA,
String eventB) |
String |
getEventName() |
double |
getProbability(String eventName) |
double |
getStoredValue() |
List<String> |
getSubEventNames(String... eventNames) |
double |
getSupportCount(String... events) |
double |
getValue(String... events) |
CountRepository |
makeCopy() |
void |
setValue(double value,
String... events) |
public CountRepository()
public CountRepository(String evt)
public void copy(CountRepository rhs)
public CountRepository makeCopy()
public String getEventName()
public double getStoredValue()
public Map<String,CountRepository> getChain()
public void addSupportCount(String... events)
public void addSupportCount(double increment,
String... events)
public void setValue(double value,
String... events)
public double getProbability(String eventName)
public double getSupportCount(String... events)
public double getValue(String... events)
Copyright © 2017. All rights reserved.