NicheResult

data class NicheResult(val niches: List<Niche>, val radius: Double, val count: Int)(source)

The result of niche identification (ISC Algorithm 2): the identified niches, the niche radius r, and the niche count q = |L|.

Parameters

niches

the identified niches (each with a center and its surrounding members)

radius

the niche radius r (half the minimum pairwise distance among centers)

count

the number of niches q

Constructors

Link copied to clipboard
constructor(niches: List<Niche>, radius: Double, count: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard