C# Class Lucene.Net.Spatial.Util.ReciprocalFloatFunction

Inheritance: Lucene.Net.Search.Function.ValueSource
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Protected Properties

Свойство Type Description
a float
b float
m float
source Lucene.Net.Search.Function.ValueSource

Méthodes publiques

Méthode Description
Description ( ) : string
Equals ( object o ) : bool
GetHashCode ( ) : int
GetValues ( IndexReader reader ) : DocValues
ReciprocalFloatFunction ( Lucene.Net.Search.Function.ValueSource source, float m, float a, float b ) : System

f(source) = a/(m*float(source)+b)

Method Details

Description() public méthode

public Description ( ) : string
Résultat string

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValues() public méthode

public GetValues ( IndexReader reader ) : DocValues
reader Lucene.Net.Index.IndexReader
Résultat DocValues

ReciprocalFloatFunction() public méthode

f(source) = a/(m*float(source)+b)
public ReciprocalFloatFunction ( Lucene.Net.Search.Function.ValueSource source, float m, float a, float b ) : System
source Lucene.Net.Search.Function.ValueSource
m float
a float
b float
Résultat System

Property Details

a protected_oe property

protected float a
Résultat float

b protected_oe property

protected float b
Résultat float

m protected_oe property

protected float m
Résultat float

source protected_oe property

protected ValueSource,Lucene.Net.Search.Function source
Résultat Lucene.Net.Search.Function.ValueSource