Package org.aksw.palmetto.subsets
Class OneAny
java.lang.Object
org.aksw.palmetto.subsets.AbstractAnyBasedSegmentator
org.aksw.palmetto.subsets.OneAny
- All Implemented Interfaces:
Segmentator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()protected SegmentationDefinitiongetSubsetDefinitionWithoutRestrictions(int wordsetSize)protected SegmentationDefinitiongetSubsetDefinitionWithRestrictions(int wordsetSize, int maxSingleSubSetSize, int maxSubSetUnionSize)Methods inherited from class org.aksw.palmetto.subsets.AbstractAnyBasedSegmentator
createConditions, createRestrictedConditions, getMaxSingleSubSetSize, getMaxSubSetUnionSize, getNumberOfCombinations, getSubsetDefinition, isSingleSubSetSizeRestricted, isSubSetUnionSizeRestricted
-
Constructor Details
-
OneAny
public OneAny() -
OneAny
public OneAny(int maxSubSetSize, boolean isSubSetUnionSize)
-
-
Method Details
-
getSubsetDefinitionWithoutRestrictions
- Specified by:
getSubsetDefinitionWithoutRestrictionsin classAbstractAnyBasedSegmentator
-
getSubsetDefinitionWithRestrictions
protected SegmentationDefinition getSubsetDefinitionWithRestrictions(int wordsetSize, int maxSingleSubSetSize, int maxSubSetUnionSize)- Specified by:
getSubsetDefinitionWithRestrictionsin classAbstractAnyBasedSegmentator
-
getName
-