C# 클래스 VW.Serializer.ConfigInspector

파일 보기 프로젝트 열기: NativoPlatform/vowpal_wabbit

공개 메소드들

메소드 설명
CreateSchema ( Type type, string config, Action warnings = null ) : Schema

비공개 메소드들

메소드 설명
GetGroupMatch ( Group group ) : IEnumerable
ParseChar ( string value ) : char
ParseString ( string value ) : string
WalkPropertyPath ( Expression e, IEnumerable properties ) : Expression

메소드 상세

CreateSchema() 공개 정적인 메소드

public static CreateSchema ( Type type, string config, Action warnings = null ) : Schema
type System.Type
config string
warnings Action
리턴 Schema