Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc fix
  • Loading branch information
jkbradley committed Nov 12, 2015
commit 9f39384131b1e0e236ac6d9c65698f93112aac34
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ sealed abstract class LDAModel private[ml] (
extends Model[LDAModel] with LDAParams with Logging {

// NOTE to developers:
// This abstraction should contain all important functionality for basic usage.
// This abstraction should contain all important functionality for basic LDA usage.
// Specializations of this class can contain expert-only functionality.

/**
Expand Down