Package com.irurueta.numerical.robust
Class SubsetSelectorTest
java.lang.Object
com.irurueta.numerical.robust.SubsetSelectorTest
-
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
-
SubsetSelectorTest
SubsetSelectorTest()
-
-
Method Details
-
testCreate
@Test void testCreate() -
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
-