Package com.irurueta.navigation.indoor
Class RadioSourceNoMeanKNearestFinderTest
java.lang.Object
com.irurueta.navigation.indoor.RadioSourceNoMeanKNearestFinderTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final Loggerprivate static final intprivate static final intprivate static final intprivate static final doubleprivate static final intprivate static final intprivate static final intprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static doublereceivedPower(double equivalentTransmittedPower, double distance, double frequency) (package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
LOGGER
-
MIN_RSSI
private static final int MIN_RSSI- See Also:
-
MAX_RSSI
private static final int MAX_RSSI- See Also:
-
MIN_AP
private static final int MIN_AP- See Also:
-
MAX_AP
private static final int MAX_AP- See Also:
-
MIN_FINGERPRINTS
private static final int MIN_FINGERPRINTS- See Also:
-
MAX_FINGERPRINTS
private static final int MAX_FINGERPRINTS- See Also:
-
MIN_POS
private static final double MIN_POS- See Also:
-
MAX_POS
private static final double MAX_POS- See Also:
-
SEPARATION_POS
private static final double SEPARATION_POS- See Also:
-
ERROR_STD
private static final double ERROR_STD- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
FREQUENCY
private static final double FREQUENCY- See Also:
-
SPEED_OF_LIGHT
private static final double SPEED_OF_LIGHT- See Also:
-
MAX_K
private static final int MAX_K- See Also:
-
-
Constructor Details
-
RadioSourceNoMeanKNearestFinderTest
RadioSourceNoMeanKNearestFinderTest()
-
-
Method Details
-
testConstructorWifi2D
@Test void testConstructorWifi2D() -
testConstructorWifi3D
@Test void testConstructorWifi3D() -
testConstructorBeacon2D
@Test void testConstructorBeacon2D() -
testConstructorBeacon3D
@Test void testConstructorBeacon3D() -
testFindNearestTo
@Test void testFindNearestTo() -
testFindKNearestTo
@Test void testFindKNearestTo() -
testFindKNearestToAll
@Test void testFindKNearestToAll() -
testFindNearestToWithError
@Test void testFindNearestToWithError() -
testFindBestK
@Test void testFindBestK() -
testFindBestKWithError
@Test void testFindBestKWithError() -
testFindNearestToUniformFingerprints
@Test void testFindNearestToUniformFingerprints() -
testFindNearestToWithErrorUniformFingerprints
@Test void testFindNearestToWithErrorUniformFingerprints() -
testFindBestKUniformFingerprints
@Test void testFindBestKUniformFingerprints() -
testFindBestKWithErrorUniformFingerprints
@Test void testFindBestKWithErrorUniformFingerprints() -
receivedPower
private static double receivedPower(double equivalentTransmittedPower, double distance, double frequency)
-