public class SegmentationDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
int[][] |
conditions
Defines for every W' in
segments an array of W* subsets. |
com.carrotsearch.hppc.BitSet |
neededCounts
This BitSet defines which counts are needed by the segmentation scheme.
|
int[] |
segments
Defines the W' of the subset pairs
|
| Constructor and Description |
|---|
SegmentationDefinition(int[] segments,
int[][] conditions,
com.carrotsearch.hppc.BitSet neededCounts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int[][] |
getConditions() |
com.carrotsearch.hppc.BitSet |
getNeededCounts() |
int[] |
getSegments() |
int |
hashCode() |
void |
setConditions(int[][] conditions) |
void |
setNeededCounts(com.carrotsearch.hppc.BitSet neededCounts) |
void |
setSegments(int[] segments) |
public int[] segments
public int[][] conditions
segments an array of W* subsets.public com.carrotsearch.hppc.BitSet neededCounts
public SegmentationDefinition(int[] segments,
int[][] conditions,
com.carrotsearch.hppc.BitSet neededCounts)
public int[] getSegments()
public void setSegments(int[] segments)
segments - the segments to setpublic int[][] getConditions()
public void setConditions(int[][] conditions)
conditions - the conditions to setpublic com.carrotsearch.hppc.BitSet getNeededCounts()
public void setNeededCounts(com.carrotsearch.hppc.BitSet neededCounts)
neededCounts - the neededCounts to setCopyright © 2014–2016. All rights reserved.