Package jline.api.trace
Class Mtrace_bootstrap
java.lang.Object
jline.api.trace.Mtrace_bootstrap
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBootstrap results container.static final classTrace statistics container. -
Method Summary
Modifier and TypeMethodDescriptionmtrace_bootstrap(double[] interArrivalTimes, int[] classLabels) mtrace_bootstrap(double[] interArrivalTimes, int[] classLabels, int numBootstraps) mtrace_bootstrap(double[] interArrivalTimes, int[] classLabels, int numBootstraps, Integer blockSize) mtrace_bootstrap(double[] interArrivalTimes, int[] classLabels, int numBootstraps, Integer blockSize, Long seed) Performs bootstrap resampling on a multi-class trace.
-
Method Details
-
mtrace_bootstrap
public static Mtrace_bootstrap.BootstrapResults mtrace_bootstrap(double[] interArrivalTimes, int[] classLabels) -
mtrace_bootstrap
public static Mtrace_bootstrap.BootstrapResults mtrace_bootstrap(double[] interArrivalTimes, int[] classLabels, int numBootstraps) -
mtrace_bootstrap
public static Mtrace_bootstrap.BootstrapResults mtrace_bootstrap(double[] interArrivalTimes, int[] classLabels, int numBootstraps, Integer blockSize) -
mtrace_bootstrap
public static Mtrace_bootstrap.BootstrapResults mtrace_bootstrap(double[] interArrivalTimes, int[] classLabels, int numBootstraps, Integer blockSize, Long seed) Performs bootstrap resampling on a multi-class trace.
-