function FacetBasedEditDialog(columnName, expression, entries) { this._columnName = columnName; this._expression = expression; this._entries = entries; this._method = "binning"; this._function = "fingerprint"; this._params = {}; this._createDialog(); this._cluster(); } FacetBasedEditDialog.prototype._createDialog = function() { var self = this; var frame = DialogSystem.createDialog(); frame.width("900px"); var header = $('
').addClass("dialog-header").text("Facet-based edit of column " + this._columnName).appendTo(frame); var body = $('').addClass("dialog-body").appendTo(frame); var footer = $('').addClass("dialog-footer").appendTo(frame); var html = $( '' + 'Method: ' + ' | ' + '' +
' Keying Function: ' +
'Distance Function: ' +
' | ' +
'' + ' | ' + ' ' + '