Class RadioSourceNoMeanKNearestFinderTest

java.lang.Object
com.irurueta.navigation.indoor.RadioSourceNoMeanKNearestFinderTest

class RadioSourceNoMeanKNearestFinderTest extends Object
  • Field Details

  • 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)