Package com.irurueta.numerical.robust
Class FastRandomSubsetSelectorTest
java.lang.Object
com.irurueta.numerical.robust.FastRandomSubsetSelectorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final int
private static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_SAMPLES
private static final int MIN_SAMPLES- See Also:
-
MAX_SAMPLES
private static final int MAX_SAMPLES- See Also:
-
MIN_SUBSET_SIZE
private static final int MIN_SUBSET_SIZE- See Also:
-
MAX_SUBSET_SIZE
private static final int MAX_SUBSET_SIZE- See Also:
-
-
Constructor Details
-
FastRandomSubsetSelectorTest
FastRandomSubsetSelectorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetType
@Test void testGetType() -
testGetSetNumSamples
@Test void testGetSetNumSamples() -
testComputeRandomSubsets
@Test void testComputeRandomSubsets() throws com.irurueta.numerical.robust.NotEnoughSamplesException, com.irurueta.numerical.robust.InvalidSubsetSizeException- Throws:
com.irurueta.numerical.robust.NotEnoughSamplesException
com.irurueta.numerical.robust.InvalidSubsetSizeException
-
testComputeRandomSubsetsInRange
@Test void testComputeRandomSubsetsInRange() throws com.irurueta.numerical.robust.NotEnoughSamplesException, com.irurueta.numerical.robust.InvalidSubsetSizeException, com.irurueta.numerical.robust.InvalidSubsetRangeException- Throws:
com.irurueta.numerical.robust.NotEnoughSamplesException
com.irurueta.numerical.robust.InvalidSubsetSizeException
com.irurueta.numerical.robust.InvalidSubsetRangeException
-