C# 클래스 Kooboo.Commerce.Recommendations.Engine.Collaborative.SimilarityMatrixes

파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
All ( string instance ) : IEnumerable
Get ( string instance, string behaviorType ) : ISimilarityMatrix
Register ( string instance, string behaviorType, ISimilarityMatrix matrix ) : void
Remove ( string instance ) : void

메소드 상세

All() 공개 정적인 메소드

public static All ( string instance ) : IEnumerable
instance string
리턴 IEnumerable

Get() 공개 정적인 메소드

public static Get ( string instance, string behaviorType ) : ISimilarityMatrix
instance string
behaviorType string
리턴 ISimilarityMatrix

Register() 공개 정적인 메소드

public static Register ( string instance, string behaviorType, ISimilarityMatrix matrix ) : void
instance string
behaviorType string
matrix ISimilarityMatrix
리턴 void

Remove() 공개 정적인 메소드

public static Remove ( string instance ) : void
instance string
리턴 void