public class Chronetic extends Object
Modifier and Type | Method and Description |
---|---|
@NotNull ChroneticAnalyzer |
analyze(@NotNull ChronoSeries chronoSeries)
Analyzes the given ChronoSeries dataset.
|
static @NotNull ChroneticBuilder |
configure()
Create custom configured Chronetic instance.
|
static @NotNull Chronetic |
defaultEngine()
Create default configured Chronetic instance.
|
int |
getMaxGeneration() |
int |
getOffspringSize() |
int |
getPopulationSize() |
int |
getSurvivorsSize() |
@NotNull public static @NotNull ChroneticBuilder configure()
@NotNull public static @NotNull Chronetic defaultEngine()
@NotNull public @NotNull ChroneticAnalyzer analyze(@NotNull @NotNull ChronoSeries chronoSeries)
chronoSeries
- dataset to analyzepublic int getPopulationSize()
public int getOffspringSize()
public int getSurvivorsSize()
public int getMaxGeneration()