C# Class Layout.Formatters.Format

显示文件 Open project: jtalbot/Labeling

Protected Properties

Property Type Description
weight double

Public Methods

Method Description
FormalLabels ( IEnumerable o ) : String>.Tuple
Format ( double weight ) : System
Score ( IEnumerable val ) : double

Method Details

FormalLabels() public abstract method

public abstract FormalLabels ( IEnumerable o ) : String>.Tuple
o IEnumerable
return String>.Tuple

Format() public method

public Format ( double weight ) : System
weight double
return System

Score() public abstract method

public abstract Score ( IEnumerable val ) : double
val IEnumerable
return double

Property Details

weight protected_oe property

protected double weight
return double