C# 클래스 natix.SimilaritySearch.DistanceHistogram

파일 보기 프로젝트 열기: sadit/natix

공개 프로퍼티들

프로퍼티 타입 설명
H int>.Dictionary
bin_size double
count int

공개 메소드들

메소드 설명
Add ( double d ) : void
AsPylab ( string varname = "histogram" ) : string
AsSage ( string varname = "histogram" ) : string
DistanceHistogram ( double bin_size ) : System
SortedKeys ( ) : List

메소드 상세

Add() 공개 메소드

public Add ( double d ) : void
d double
리턴 void

AsPylab() 공개 메소드

public AsPylab ( string varname = "histogram" ) : string
varname string
리턴 string

AsSage() 공개 메소드

public AsSage ( string varname = "histogram" ) : string
varname string
리턴 string

DistanceHistogram() 공개 메소드

public DistanceHistogram ( double bin_size ) : System
bin_size double
리턴 System

SortedKeys() 공개 메소드

public SortedKeys ( ) : List
리턴 List

프로퍼티 상세

H 공개적으로 프로퍼티

public Dictionary H
리턴 int>.Dictionary

bin_size 공개적으로 프로퍼티

public double bin_size
리턴 double

count 공개적으로 프로퍼티

public int count
리턴 int