Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@datagrok-libraries/ml

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datagrok-libraries/ml - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

2

package.json

@@ -7,3 +7,3 @@ {

"friendlyName": "Datagrok ML library",
"version": "3.1.0",
"version": "4.0.0",
"description": "Machine learning supporting utilities",

@@ -10,0 +10,0 @@ "dependencies": {

@@ -21,16 +21,15 @@ import * as DG from 'datagrok-api/dg';

}
export interface IDrawTooltipParams {
tooltips: any;
export interface ITooltipAndPanelParams {
cashedData: any;
hosts: HTMLDivElement[];
line: ILine;
df: DG.DataFrame;
seqCol: DG.Column;
activity: DG.Column;
x: number;
y: number;
}
export declare function getActivityCliffs(df: DG.DataFrame, seqCol: DG.Column, encodedCol: DG.Column, axesNames: string[], scatterTitle: string, activities: DG.Column, similarity: number, similarityMetric: string, methodName: string, semType: string, tags: {
[index: string]: string;
}, seqSpaceFunc: (params: ISequenceSpaceParams) => Promise<ISequenceSpaceResult>, simFunc: (col: DG.Column, mol: string) => Promise<DG.Column | null>, tooltipDrawFunc: (params: IDrawTooltipParams) => void, options?: any): Promise<DG.Viewer>;
}, seqSpaceFunc: (params: ISequenceSpaceParams) => Promise<ISequenceSpaceResult>, simFunc: (col: DG.Column, mol: string) => Promise<DG.Column | null>, renderSeqFunction: (params: ITooltipAndPanelParams) => void, options?: any): Promise<DG.Viewer>;
export declare function getSimilaritiesMarix(dim: number, seqCol: DG.Column, dfSeq: DG.DataFrame, simArr: DG.Column[], simFunc: (col: DG.Column, mol: string) => Promise<DG.Column | null>): Promise<DG.Column[]>;
export declare function getSimilaritiesMarixFromDistances(dim: number, distances: Matrix, simArr: DG.Column[]): DG.Column[];
export declare function createPropPanelElement(df: DG.DataFrame, cashedData: any, line: ILine, seqCol: DG.Column, activities: DG.Column, sali: number, renderSeqFunction: (params: ITooltipAndPanelParams) => void): HTMLDivElement;
export declare function createTooltipElement(cashedData: any, line: ILine, seqCol: DG.Column, activities: DG.Column, renderSeqFunction: (params: ITooltipAndPanelParams) => void): HTMLDivElement;
//# sourceMappingURL=activity-cliffs.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc