Documentation of 'jsat.text.ClassificationHashedTextDataLoader' Java class
ClassificationHashedTextDataLoader
jsat.text

Class ClassificationHashedTextDataLoader

    • Constructor Detail

      • ClassificationHashedTextDataLoader

        public ClassificationHashedTextDataLoader(Tokenizer tokenizer,
                                                  WordWeighting weighting)
        Creates an new hashed text data loader for classification problems, it uses a relatively large default size of 222 for the dimension of the space.
        Parameters:
        tokenizer - the tokenization method to break up strings with
        weighting - the scheme to set the weights for feature vectors.
      • ClassificationHashedTextDataLoader

        public ClassificationHashedTextDataLoader(int dimensionSize,
                                                  Tokenizer tokenizer,
                                                  WordWeighting weighting)
        Creates an new hashed text data loader for classification problems.
        Parameters:
        dimensionSize - the size of the hashed space to use.
        tokenizer - the tokenization method to break up strings with
        weighting - the scheme to set the weights for feature vectors.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.