View Source Evision.UsacParams (Evision v0.1.17)

Link to this section Summary

Types

t()

Type that represents an Evision.UsacParams struct.

Link to this section Types

@type t() :: %Evision.UsacParams{ref: reference()}

Type that represents an Evision.UsacParams struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

@spec get_confidence(t()) :: number()
@spec get_isParallel(t()) :: boolean()
@spec get_loIterations(t()) :: integer()
@spec get_loMethod(t()) :: integer()
@spec get_loSampleSize(t()) :: integer()
@spec get_maxIterations(t()) :: integer()
Link to this function

get_neighborsSearch(self)

View Source
@spec get_neighborsSearch(t()) :: integer()
Link to this function

get_randomGeneratorState(self)

View Source
@spec get_randomGeneratorState(t()) :: integer()
@spec get_sampler(t()) :: integer()
@spec get_score(t()) :: integer()
@spec get_threshold(t()) :: number()
Link to this function

set_confidence(self, prop)

View Source
@spec set_confidence(t(), number()) :: t()
Link to this function

set_isParallel(self, prop)

View Source
@spec set_isParallel(t(), boolean()) :: t()
Link to this function

set_loIterations(self, prop)

View Source
@spec set_loIterations(t(), integer()) :: t()
Link to this function

set_loMethod(self, prop)

View Source
@spec set_loMethod(t(), integer()) :: t()
Link to this function

set_loSampleSize(self, prop)

View Source
@spec set_loSampleSize(t(), integer()) :: t()
Link to this function

set_maxIterations(self, prop)

View Source
@spec set_maxIterations(t(), integer()) :: t()
Link to this function

set_neighborsSearch(self, prop)

View Source
@spec set_neighborsSearch(t(), integer()) :: t()
Link to this function

set_randomGeneratorState(self, prop)

View Source
@spec set_randomGeneratorState(t(), integer()) :: t()
@spec set_sampler(t(), integer()) :: t()
@spec set_score(t(), integer()) :: t()
Link to this function

set_threshold(self, prop)

View Source
@spec set_threshold(t(), number()) :: t()
@spec usacParams() :: t() | {:error, String.t()}

UsacParams

Return

Python prototype (for reference only):

UsacParams() -> <UsacParams object>