메소드 | 설명 | |
---|---|---|
ComputeCorrelation ( HashSet |
Computes the Jaccard index of two binary vectors
|
|
ComputeCorrelations ( IBooleanMatrix entity_data ) : void | ||
Create ( IBooleanMatrix vectors ) : CorrelationMatrix |
Creates a Jaccard index matrix from given data
|
|
Jaccard ( CorrelationMatrix correlation_matrix ) : System |
Copy constructor. Creates an object of type Jaccard from an existing correlation matrix
|
|
Jaccard ( int num_entities ) : System |
Creates an object of type Jaccard
|
public static ComputeCorrelation ( HashSet |
||
vector_i | HashSet |
the first vector |
vector_j | HashSet |
the second vector |
리턴 | float |
public ComputeCorrelations ( IBooleanMatrix entity_data ) : void | ||
entity_data | IBooleanMatrix | |
리턴 | void |
public static Create ( IBooleanMatrix vectors ) : CorrelationMatrix | ||
vectors | IBooleanMatrix | the boolean data |
리턴 | CorrelationMatrix |
public Jaccard ( CorrelationMatrix correlation_matrix ) : System | ||
correlation_matrix | CorrelationMatrix | the correlation matrix to copy |
리턴 | System |
public Jaccard ( int num_entities ) : System | ||
num_entities | int | the number of entities |
리턴 | System |