C# 클래스 numl.Model.StringProperty

상속: Property
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( object o ) : IEnumerable

Convert string to list of numbers.

Convert ( double val ) : object

Convert from number to string.

Equals ( object obj ) : bool

Equality test

GetColumns ( ) : IEnumerable

Expansion column names.

GetHashCode ( ) : int

Return hash

ImportExclusions ( string file ) : void

import exclusion list from file.

PreProcess ( IEnumerable examples ) : void

Preprocess data set to create dictionary.

StringProperty ( ) : System

Default constructor.

메소드 상세

Convert() 공개 메소드

Convert string to list of numbers.
Thrown when the requested operation is invalid.
public Convert ( object o ) : IEnumerable
o object in string.
리턴 IEnumerable

Convert() 공개 메소드

Convert from number to string.
public Convert ( double val ) : object
val double Number.
리턴 object

Equals() 공개 메소드

Equality test
public Equals ( object obj ) : bool
obj object object to compare
리턴 bool

GetColumns() 공개 메소드

Expansion column names.
public GetColumns ( ) : IEnumerable
리턴 IEnumerable

GetHashCode() 공개 메소드

Return hash
public GetHashCode ( ) : int
리턴 int

ImportExclusions() 공개 메소드

import exclusion list from file.
public ImportExclusions ( string file ) : void
file string .
리턴 void

PreProcess() 공개 메소드

Preprocess data set to create dictionary.
public PreProcess ( IEnumerable examples ) : void
examples IEnumerable .
리턴 void

StringProperty() 공개 메소드

Default constructor.
public StringProperty ( ) : System
리턴 System