Class TokenizerPostCount
- java.lang.Object
-
- org.apache.sysds.runtime.transform.tokenize.TokenizerPostCount
-
- All Implemented Interfaces:
Serializable
,TokenizerPost
public class TokenizerPostCount extends Object implements TokenizerPost
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenizerPostCount(org.apache.wink.json4j.JSONObject params, int numIdCols, int maxTokens, boolean wideFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNumCols()
long
getNumRows(long inRows)
Types.ValueType[]
getOutSchema()
FrameBlock
tokenizePost(List<org.apache.sysds.runtime.transform.tokenize.Tokenizer.DocumentToTokens> tl, FrameBlock out)
-
-
-
Method Detail
-
tokenizePost
public FrameBlock tokenizePost(List<org.apache.sysds.runtime.transform.tokenize.Tokenizer.DocumentToTokens> tl, FrameBlock out)
- Specified by:
tokenizePost
in interfaceTokenizerPost
-
getOutSchema
public Types.ValueType[] getOutSchema()
- Specified by:
getOutSchema
in interfaceTokenizerPost
-
getNumRows
public long getNumRows(long inRows)
- Specified by:
getNumRows
in interfaceTokenizerPost
-
getNumCols
public long getNumCols()
- Specified by:
getNumCols
in interfaceTokenizerPost
-
-