Interface AssociationsParameters
-
- All Known Implementing Classes:
AssociationsParametersAbstract,AssociationsParametersDefault
public interface AssociationsParameters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.deckfour.xes.classification.XEventClassifiergetClassifier()CorrelationPlotgetCorrelationPlot()intgetNumberOfSamples()intgetSampleSize()longgetSeed()intgetThreads()booleanisDebug()
-
-
-
Method Detail
-
isDebug
boolean isDebug()
-
getClassifier
org.deckfour.xes.classification.XEventClassifier getClassifier()
-
getThreads
int getThreads()
-
getNumberOfSamples
int getNumberOfSamples()
-
getSampleSize
int getSampleSize()
-
getSeed
long getSeed()
-
getCorrelationPlot
CorrelationPlot getCorrelationPlot()
-
-